Skip to content

Commit 214f521

Browse files
authored
Merge pull request #2241 from stackhpc/pw-rotation-epoxy
Rotate CI passwords (epoxy)
2 parents c236692 + 8590c89 commit 214f521

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ kolla_docker_namespace: stackhpc-dev
1212
# Build and deploy the development Pulp service repositories.
1313
# Use Ark's package repositories to install packages.
1414
stackhpc_repo_mirror_url: "{{ stackhpc_release_pulp_url }}"
15-
stackhpc_repo_mirror_username: "skc-ci-aio"
15+
stackhpc_repo_mirror_username: "skc-ci-aio-epoxy"
1616
stackhpc_repo_mirror_password: !vault |
1717
$ANSIBLE_VAULT;1.1;AES256
18-
35653866346637626633653732386263666231303237656135626532343437353631383732666362
19-
3038636431336336343561626130383965303233353632350a323130653166646464316361643138
20-
61303139643865613063613765623530636665663534613263343562383037396236333762653338
21-
6262333936616630620a343831666162386537373838393938333537373839633630393930333430
22-
30353263323831666237346162326564326238343764643731383931396536353933
18+
66666132666635313565646233353065623465316332323337356366303262363437353162643430
19+
3138303131313865646532633063666539306332663933340a386131316664663238633534623862
20+
65303835626463356666623563333464623630633936663162353935633132376634666463633139
21+
3363383033613330360a356639333463643461353462346466633365626333393331633833326634
22+
64366233653036333032323334353332643735623264376137383564383361303462
2323
2424
# Build against released Pulp repository versions.
2525
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ kolla_build_neutron_ovs: true
3939
# Use Ark's package repositories to install packages.
4040
stackhpc_repo_mirror_auth_proxy_enabled: true
4141
stackhpc_repo_mirror_url: "{{ stackhpc_repo_mirror_auth_proxy_url if stackhpc_repo_mirror_auth_proxy_enabled | bool else stackhpc_release_pulp_url }}"
42-
stackhpc_repo_mirror_username: "skc-ci-builder-reader"
42+
stackhpc_repo_mirror_username: "skc-ci-builder-reader-epoxy"
4343
stackhpc_repo_mirror_password: !vault |
4444
$ANSIBLE_VAULT;1.1;AES256
45-
65353432616332643332646463303562326534633935343338323562343062323936393861636637
46-
6364653733343035623138316561316462313939393430300a666436633535323163386338336266
47-
64346461653933613838643163333932353365613535373038663731666230663632646531343662
48-
6362346163613633390a663264626438333263386132326238623866633466373635666161326462
49-
61346130346339643433656562363366623561356162386138616430356463613633
45+
65636537343838353264663035636132643731623934336130383138666165636237306435613132
46+
6232663665396235313966613536356464323435336663360a316533633863613936636237336430
47+
36326461313633636365663064666366393432613131373430363264656565636264313336646563
48+
6666323161633439630a363063646664313332323636646237633130383738353431363230626664
49+
32313963333964623233303961353066633937323030613235626462316662653439
5050
5151
# Build against released Pulp repository versions.
5252
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"

0 commit comments

Comments
 (0)