#!/bin/bash # # Create environment file with the registry used by the overcloud nodes set -euo pipefail {% if upstream_container_images %} openstack overcloud container image prepare \ --tag latest \ --env-file {{ containers_default_parameters }} \ {% if use_local_docker_registry %} --namespace={{ ansible_br_ctlplane.ipv4.address }}:8787/tripleoupstream cat > {{ containers_default_parameters }} <