0c4de9c771
When no tag is set for an entry in ContainerImagePrepare, the default tag from container-images/container_image_prepare_defaults.yaml will be assumed, which is typically current-tripleo, or a release version such as 16.0. In most cases, this tag will exist. However, when using a satellite with a content view that has been filtered on tags, it likely won't exist since content views are often used with container image versions that are not the latest. In the case where no tag is set in the entry in ContainerImagePrepare, and the default tag does not exist in the container repo, the latest tag from the repo will be assumed instead. Change-Id: I985ef22c340c4071866c8c51bf303a6f4ee7713c Closes-Bug: #1886547 Signed-off-by: James Slagle <jslagle@redhat.com>
49 lines
1.7 KiB
YAML
49 lines
1.7 KiB
YAML
parameter_defaults:
|
|
ContainerImagePrepare:
|
|
# Image label which allows the versioned tag to be looked up from the <tag>
|
|
# image.
|
|
- tag_from_label: rdo_version
|
|
# Uncomment to serve images from the undercloud registry. Images will be
|
|
# copied to the undercloud registry during preparation.
|
|
# To copy/serve from a different local registry, set the value to
|
|
# <address>:<port> of the registry service.
|
|
# push_destination: true
|
|
|
|
# Substitutions to be made when processing the template file
|
|
# <prefix>/share/tripleo-common/container-images/overcloud_containers.yaml.j2
|
|
set:
|
|
# Container image name components for OpenStack images.
|
|
namespace: docker.io/tripleomaster
|
|
name_prefix: centos-binary-
|
|
name_suffix: ''
|
|
tag: current-tripleo
|
|
default_tag: True
|
|
rhel_containers: false
|
|
|
|
# Substitute neutron images based on driver. Can be 'other', 'ovn' or
|
|
# 'odl'. This is usually set automatically by detecting if odl or ovn
|
|
# services are deployed.
|
|
neutron_driver: 'ovn'
|
|
|
|
# Container image name components for Ceph images.
|
|
# Only used if Ceph is deployed.
|
|
ceph_namespace: docker.io/ceph
|
|
ceph_image: daemon
|
|
ceph_tag: v4.0.12-stable-4.0-nautilus-centos-7-x86_64
|
|
|
|
ceph_prometheus_namespace: docker.io/prom
|
|
ceph_prometheus_image: prometheus
|
|
ceph_prometheus_tag: v2.7.2
|
|
|
|
ceph_alertmanager_namespace: docker.io/prom
|
|
ceph_alertmanager_image: alertmanager
|
|
ceph_alertmanager_tag: v0.16.2
|
|
|
|
ceph_node_exporter_namespace: docker.io/prom
|
|
ceph_node_exporter_image: node-exporter
|
|
ceph_node_exporter_tag: v0.17.0
|
|
|
|
ceph_grafana_namespace: docker.io/grafana
|
|
ceph_grafana_image: grafana
|
|
ceph_grafana_tag: 5.4.3
|