Skip to content

Commit 0c7a4ec

Browse files
authored
Merge pull request #2240 from stackhpc/pw-rotation-caracal
Rotate CI passwords (caracal)
2 parents 50bae73 + 7b5eb76 commit 0c7a4ec

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
@@ -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-caracal"
1616
stackhpc_repo_mirror_password: !vault |
1717
$ANSIBLE_VAULT;1.1;AES256
18-
35653866346637626633653732386263666231303237656135626532343437353631383732666362
19-
3038636431336336343561626130383965303233353632350a323130653166646464316361643138
20-
61303139643865613063613765623530636665663534613263343562383037396236333762653338
21-
6262333936616630620a343831666162386537373838393938333537373839633630393930333430
22-
30353263323831666237346162326564326238343764643731383931396536353933
18+
61356434323736346666336432643266653237343035366333386332633338393136303238346163
19+
3464316466336439643762653632323736663132313934370a356135356361383938613261343830
20+
65613534353136306630316336366132643932633731376564316331373135316265663234323463
21+
6165323733663065620a386537613930303461343234633331306132323666626531643839353532
22+
33613231376165313934313233366630326662353839366132303932636164333136
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
@@ -40,14 +40,14 @@ kolla_build_neutron_ovs: true
4040
# Use Ark's package repositories to install packages.
4141
stackhpc_repo_mirror_auth_proxy_enabled: true
4242
stackhpc_repo_mirror_url: "{{ stackhpc_repo_mirror_auth_proxy_url if stackhpc_repo_mirror_auth_proxy_enabled | bool else stackhpc_release_pulp_url }}"
43-
stackhpc_repo_mirror_username: "skc-ci-builder-reader"
43+
stackhpc_repo_mirror_username: "skc-ci-builder-reader-caracal"
4444
stackhpc_repo_mirror_password: !vault |
4545
$ANSIBLE_VAULT;1.1;AES256
46-
65353432616332643332646463303562326534633935343338323562343062323936393861636637
47-
6364653733343035623138316561316462313939393430300a666436633535323163386338336266
48-
64346461653933613838643163333932353365613535373038663731666230663632646531343662
49-
6362346163613633390a663264626438333263386132326238623866633466373635666161326462
50-
61346130346339643433656562363366623561356162386138616430356463613633
46+
62623161653266306165646363353665396165326530353430343961323166646162383762303262
47+
6333633737373662666334356135306265343939616462610a373932303834366333393266326635
48+
64656632633031373838353763663439313261643539646632616263313063623363623364623136
49+
6235353133316639320a653163336536363665376139666530316636643238386137396238306666
50+
33313665633434383434363733643439363634633466396238356337653136343139
5151
5252
# Build against released Pulp repository versions.
5353
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/16.8.0.12
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.8.0.13
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)