Skip to content

Commit 2d8d500

Browse files
committed
ci-multinode: Use skc-ci-aio user for ci-multinode env
Similar to c338dd9, but applied to ci-multinode instead of ci-aio. This user only has read-only access to the package and container repositories, so is safer than using the release-train-ci user which has read/write permissions.
1 parent 9179111 commit 2d8d500

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ kolla_docker_namespace: stackhpc-dev
1111
# Host and port of a package repository mirror.
1212
# Build and deploy the development Pulp service repositories.
1313
stackhpc_repo_mirror_url: "http://pulp-server.internal.sms-cloud:8080"
14+
stackhpc_repo_mirror_username: "skc-ci-aio"
15+
stackhpc_repo_mirror_password: !vault |
16+
$ANSIBLE_VAULT;1.1;AES256
17+
36373536303261313239613761653261663437356566343865383563346334396136653666383765
18+
6634396534653865633936653038383132396532386665370a366562383166353966663838316266
19+
65333133636330623936623438666632316238376264313234346333346461623765633163353635
20+
6565326136313564320a303231383438333062643533333335663034613439393665656162626137
21+
65356232656164663831316530333136336362393636656566353635306565626636
1422
1523
# Build and deploy released Pulp repository versions.
1624
stackhpc_repo_centos_stream_baseos_version: "{{ stackhpc_pulp_repo_centos_stream_8_baseos_version }}"
@@ -66,12 +74,5 @@ stackhpc_include_os_minor_version_in_repo_url: true
6674
# Push built images to the development Pulp service registry.
6775
stackhpc_docker_registry: "{{ stackhpc_repo_mirror_url | regex_replace('^https?://', '') }}"
6876

69-
# Username and password of container registry.
70-
stackhpc_docker_registry_username: "stackhpc-kayobe-ci"
71-
stackhpc_docker_registry_password: !vault |
72-
$ANSIBLE_VAULT;1.1;AES256
73-
33356166343730633865363431306535613736663764373034396132356131343066636530393534
74-
3262646436663034633131316438633230383330633533350a386365313239303464383636376338
75-
61656662333939333063343131633963636431663136643137636664633233633133396339613861
76-
3038613063626138610a333566393937643630366564653163613364323965396130613433316537
77-
39653335393831633362343934363866346262613166393561666336623062393935
77+
stackhpc_docker_registry_username: "{{ stackhpc_repo_mirror_username }}"
78+
stackhpc_docker_registry_password: "{{ stackhpc_repo_mirror_password }}"

0 commit comments

Comments
 (0)