File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3030 containers.podman.podman_login :
3131 username : " {{ cifmw_registry_token.credentials.username }}"
3232 password : " {{ cifmw_registry_token.credentials.password }}"
33- registry : " registry.redhat.io"
33+ registry : " registry.stage. redhat.io"
3434 no_log : true
3535
3636- name : Collect and save OpenStack config files
5050 set -euo pipefail
5151 OS_CLOUD=default /usr/bin/openstack --insecure "$@"
5252
53+ - name : Update image name to pull from stage
54+ ansible.builtin.set_fact :
55+ openstackclient_stage_image : " {{ openstackclient_image | regex_replace('^registry\\ .redhat\\ .io(?=/)', 'registry.stage.redhat.io') }}"
56+
5357- name : Ensure lopenstackclient container is running
5458 containers.podman.podman_container :
5559 name : lopenstackclient
56- image : " {{ openstackclient_image }}"
60+ image : " {{ openstackclient_stage_image }}"
5761 state : started
5862 net : host
5963 volumes :
You can’t perform that action at this time.
0 commit comments