b36e292c68
This patch updates the ceph image pull registry and tag to point to 'current-ceph' tag on quay.rdoproject.org/daemon, in order to always get the latest promoted ceph image. The promotion process was recently merged [1] and runs 3 times a week, testing the newest stable ceph daemon tag. [1] https://review.rdoproject.org/r/q/topic:ceph_promotion_pipeline Change-Id: Ibec1310c5e1e9e37b1c54c1561b13e76c4102439 Signed-off-by: Douglas Viroel <dviroel@redhat.com>
62 lines
2.1 KiB
YAML
62 lines
2.1 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/tripleo_containers.yaml.j2
|
|
set:
|
|
# Container image name components for OpenStack images.
|
|
namespace: quay.io/tripleomastercentos9
|
|
name_prefix: openstack-
|
|
name_suffix: ''
|
|
tag: current-tripleo
|
|
rhel_containers: false
|
|
|
|
# Substitute neutron images based on driver. Can be 'other' or 'ovn'.
|
|
# This is usually set automatically by detecting if ovn services are
|
|
# deployed.
|
|
neutron_driver: 'ovn'
|
|
|
|
# Container image name components for Ceph images.
|
|
# Only used if Ceph is deployed.
|
|
|
|
# Pass ceph_images: false to avoid pulling the Ceph related images
|
|
ceph_namespace: quay.rdoproject.org/tripleomastercentos9
|
|
ceph_image: daemon
|
|
ceph_tag: current-ceph
|
|
|
|
ceph_prometheus_namespace: quay.io/prometheus
|
|
ceph_prometheus_image: prometheus
|
|
ceph_prometheus_tag: v2.33.4
|
|
|
|
ceph_alertmanager_namespace: quay.io/prometheus
|
|
ceph_alertmanager_image: alertmanager
|
|
ceph_alertmanager_tag: v0.23.0
|
|
|
|
ceph_node_exporter_namespace: quay.io/prometheus
|
|
ceph_node_exporter_image: node-exporter
|
|
ceph_node_exporter_tag: v1.3.1
|
|
|
|
ceph_grafana_namespace: quay.io/ceph
|
|
ceph_grafana_image: ceph-grafana
|
|
ceph_grafana_tag: 6.7.4
|
|
|
|
ceph_haproxy_namespace: quay.io/ceph
|
|
ceph_haproxy_image: haproxy
|
|
ceph_haproxy_tag: 2.3
|
|
|
|
ceph_keepalived_namespace: quay.io/ceph
|
|
ceph_keepalived_image: keepalived
|
|
ceph_keepalived_tag: 2.1.5
|
|
|
|
pushgateway_namespace: quay.io/prometheus
|
|
pushgateway_image: pushgateway
|
|
pushgateway_tag: v1.4.2
|