Skip to content

Commit c2625e1

Browse files
authored
Merge pull request #2239 from stackhpc/pw-rotation-antelope
Rotate CI passwords (antelope)
2 parents 712c3f8 + 5c5019b commit c2625e1

3 files changed

Lines changed: 13 additions & 13 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
@@ -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-antelope"
1919
stackhpc_repo_mirror_password: !vault |
2020
$ANSIBLE_VAULT;1.1;AES256
21-
35653866346637626633653732386263666231303237656135626532343437353631383732666362
22-
3038636431336336343561626130383965303233353632350a323130653166646464316361643138
23-
61303139643865613063613765623530636665663534613263343562383037396236333762653338
24-
6262333936616630620a343831666162386537373838393938333537373839633630393930333430
25-
30353263323831666237346162326564326238343764643731383931396536353933
21+
32623737376465356539313839373063326562323066346463643731353830383530353931326436
22+
3662383737386664373461396430366337366330323039370a393564326438373233343930656534
23+
31643161333635623431323431633536643063643833373862383536643036636265653931306663
24+
6336626461376231630a643437626234383630623738646630393066653466663336393539316435
25+
62663239373332383935623166346564643539643862343565613332633861396361
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
@@ -36,14 +36,14 @@ kolla_build_neutron_ovs: true
3636
# Build against the development Pulp service repositories.
3737
# Use Ark's package repositories to install packages.
3838
stackhpc_repo_mirror_url: "{{ stackhpc_repo_mirror_auth_proxy_url if stackhpc_repo_mirror_auth_proxy_enabled | bool else stackhpc_release_pulp_url }}"
39-
stackhpc_repo_mirror_username: "skc-ci-builder-reader"
39+
stackhpc_repo_mirror_username: "skc-ci-builder-reader-antelope"
4040
stackhpc_repo_mirror_password: !vault |
4141
$ANSIBLE_VAULT;1.1;AES256
42-
65353432616332643332646463303562326534633935343338323562343062323936393861636637
43-
6364653733343035623138316561316462313939393430300a666436633535323163386338336266
44-
64346461653933613838643163333932353365613535373038663731666230663632646531343662
45-
6362346163613633390a663264626438333263386132326238623866633466373635666161326462
46-
61346130346339643433656562363366623561356162386138616430356463613633
42+
31323137656135646165393064313761626339313138356464316334343235343665323836653336
43+
3263613766313332306562656332346561363536313230340a333935646163666539353338613436
44+
33626163333633646461666631643062383761376332396231326361636432316661363161323862
45+
3339653936386435330a346233353062653931663965663938323665633136616132336232323533
46+
64626161373938343437323133366264313332373930363565333964646334333132
4747
4848
# Build against released Pulp repository versions.
4949
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/14.7.0.23
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/14.7.0.24
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)