diff --git a/etc/kayobe/environments/ci-aio/stackhpc-ci.yml b/etc/kayobe/environments/ci-aio/stackhpc-ci.yml index 9edf4f2379..30454f607a 100644 --- a/etc/kayobe/environments/ci-aio/stackhpc-ci.yml +++ b/etc/kayobe/environments/ci-aio/stackhpc-ci.yml @@ -8,18 +8,14 @@ kolla_docker_namespace: stackhpc-dev ############################################################################### # StackHPC configuration. +# AIOs currently run on SMS, and pull packages and containers through an +# authenticating caching proxy. # Host and port of a package repository mirror. -# 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-caracal" -stackhpc_repo_mirror_password: !vault | - $ANSIBLE_VAULT;1.1;AES256 - 61356434323736346666336432643266653237343035366333386332633338393136303238346163 - 3464316466336439643762653632323736663132313934370a356135356361383938613261343830 - 65613534353136306630316336366132643932633731376564316331373135316265663234323463 - 6165323733663065620a386537613930303461343234633331306132323666626531643839353532 - 33613231376165313934313233366630326662353839366132303932636164333136 +stackhpc_aio_proxy_address: "192.168.46.157" +stackhpc_repo_mirror_url: "http://{{ stackhpc_aio_proxy_address }}:80" +# Host and port of container registry. +stackhpc_docker_registry: "{{ stackhpc_aio_proxy_address }}:5000" +docker_registry_insecure: true # Build against released Pulp repository versions. stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}" @@ -60,17 +56,17 @@ stackhpc_repo_rhel9_doca_version: "{{ stackhpc_pulp_repo_rhel9_doca_version }}" # Rocky-and-CI-specific Pulp urls stackhpc_include_os_minor_version_in_repo_url: true -# Host and port of container registry. -# Push built images to the development Pulp service registry. -stackhpc_docker_registry: "{{ stackhpc_repo_mirror_url | regex_replace('^https?://', '') }}" -stackhpc_docker_registry_username: "{{ stackhpc_repo_mirror_username }}" -stackhpc_docker_registry_password: "{{ stackhpc_repo_mirror_password }}" - # Override Pulp credentials to allow querying container image tags in the # check-tags.yml custom playbook. -pulp_url: "{{ stackhpc_repo_mirror_url }}" -pulp_username: "{{ stackhpc_repo_mirror_username }}" -pulp_password: "{{ stackhpc_repo_mirror_password }}" +pulp_url: "{{ stackhpc_release_pulp_url }}" +pulp_username: "skc-ci-aio-epoxy" +pulp_password: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 66666132666635313565646233353065623465316332323337356366303262363437353162643430 + 3138303131313865646532633063666539306332663933340a386131316664663238633534623862 + 65303835626463356666623563333464623630633936663162353935633132376634666463633139 + 3363383033613330360a356639333463643461353462346466633365626333393331633833326634 + 64366233653036333032323334353332643735623264376137383564383361303462 # Ensure Blackbox monitoring configuration is generated correctly seed_pulp_container_enabled: false