Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions etc/kayobe/environments/ci-aio/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ kolla_docker_namespace: stackhpc-dev
# Build and deploy the development Pulp service repositories.
# Use Ark's package repositories to install packages.
stackhpc_repo_mirror_url: "{{ stackhpc_release_pulp_url }}"
stackhpc_repo_mirror_username: "skc-ci-aio"
stackhpc_repo_mirror_username: "skc-ci-aio-epoxy"
stackhpc_repo_mirror_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
35653866346637626633653732386263666231303237656135626532343437353631383732666362
3038636431336336343561626130383965303233353632350a323130653166646464316361643138
61303139643865613063613765623530636665663534613263343562383037396236333762653338
6262333936616630620a343831666162386537373838393938333537373839633630393930333430
30353263323831666237346162326564326238343764643731383931396536353933
66666132666635313565646233353065623465316332323337356366303262363437353162643430
3138303131313865646532633063666539306332663933340a386131316664663238633534623862
65303835626463356666623563333464623630633936663162353935633132376634666463633139
3363383033613330360a356639333463643461353462346466633365626333393331633833326634
64366233653036333032323334353332643735623264376137383564383361303462

# Build against released Pulp repository versions.
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
Expand Down
12 changes: 6 additions & 6 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ kolla_build_neutron_ovs: true
# Use Ark's package repositories to install packages.
stackhpc_repo_mirror_auth_proxy_enabled: true
stackhpc_repo_mirror_url: "{{ stackhpc_repo_mirror_auth_proxy_url if stackhpc_repo_mirror_auth_proxy_enabled | bool else stackhpc_release_pulp_url }}"
stackhpc_repo_mirror_username: "skc-ci-builder-reader"
stackhpc_repo_mirror_username: "skc-ci-builder-reader-epoxy"
stackhpc_repo_mirror_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
65353432616332643332646463303562326534633935343338323562343062323936393861636637
6364653733343035623138316561316462313939393430300a666436633535323163386338336266
64346461653933613838643163333932353365613535373038663731666230663632646531343662
6362346163613633390a663264626438333263386132326238623866633466373635666161326462
61346130346339643433656562363366623561356162386138616430356463613633
65636537343838353264663035636132643731623934336130383138666165636237306435613132
6232663665396235313966613536356464323435336663360a316533633863613936636237336430
36326461313633636365663064666366393432613131373430363264656565636264313336646563
6666323161633439630a363063646664313332323636646237633130383738353431363230626664
32313963333964623233303961353066633937323030613235626462316662653439

# Build against released Pulp repository versions.
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
Expand Down
Loading