Skip to content

Commit 3477c95

Browse files
authored
Merge pull request #2238 from stackhpc/pw-rotation-zed
Rotate CI passwords (zed)
2 parents 9bf7ba4 + fcea7b0 commit 3477c95

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ kolla_enable_heat: false
1515
# Build and deploy the development Pulp service repositories.
1616
# Use Ark's package repositories to install packages.
1717
stackhpc_repo_mirror_url: "{{ stackhpc_release_pulp_url }}"
18-
stackhpc_repo_mirror_username: "skc-ci-aio"
18+
stackhpc_repo_mirror_username: "skc-ci-aio-zed"
1919
stackhpc_repo_mirror_password: !vault |
2020
$ANSIBLE_VAULT;1.1;AES256
21-
35653866346637626633653732386263666231303237656135626532343437353631383732666362
22-
3038636431336336343561626130383965303233353632350a323130653166646464316361643138
23-
61303139643865613063613765623530636665663534613263343562383037396236333762653338
24-
6262333936616630620a343831666162386537373838393938333537373839633630393930333430
25-
30353263323831666237346162326564326238343764643731383931396536353933
21+
65656165336465373832623866363363343036666136666566303630336265633139303638663232
22+
3136623739663763636132373331373963633962343761320a323634373338633463386166353033
23+
65313939336464333730646639653964626637313930643839623136343834646662373661393163
24+
6162373734393433630a636565613563633436356132633935653938643663623835383566663336
25+
66623537336264653065316337353836353934306566313062636337356430356534
2626
2727
# Build against released Pulp repository versions.
2828
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
@@ -35,14 +35,14 @@ kolla_build_neutron_ovs: true
3535
# Build against the development Pulp service repositories.
3636
# Use Ark's package repositories to install packages.
3737
stackhpc_repo_mirror_url: "{{ stackhpc_repo_mirror_auth_proxy_url if stackhpc_repo_mirror_auth_proxy_enabled | bool else stackhpc_release_pulp_url }}"
38-
stackhpc_repo_mirror_username: "skc-ci-builder-reader"
38+
stackhpc_repo_mirror_username: "skc-ci-builder-reader-zed"
3939
stackhpc_repo_mirror_password: !vault |
4040
$ANSIBLE_VAULT;1.1;AES256
41-
65353432616332643332646463303562326534633935343338323562343062323936393861636637
42-
6364653733343035623138316561316462313939393430300a666436633535323163386338336266
43-
64346461653933613838643163333932353365613535373038663731666230663632646531343662
44-
6362346163613633390a663264626438333263386132326238623866633466373635666161326462
45-
61346130346339643433656562363366623561356162386138616430356463613633
41+
35356539623561316564336465613230316132663434373438353864313237633835636364356262
42+
3161323831313539626534663437303362373265396631610a623962366162623164316239343765
43+
31346337656264323437313862646462353131343565653365643534373362386566613738616238
44+
6630633861316432350a636638326330343765396664326331373338346437636236326237366434
45+
30633932383663383631386337303233633333393863643263323938393061626337
4646
4747
# Build against released Pulp repository versions.
4848
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"

0 commit comments

Comments
 (0)