Merge "Update CEPH_NAMESPACE and rely on the "release" variable"

This commit is contained in:
Zuul 2022-08-19 06:50:17 +00:00 committed by Gerrit Code Review
commit 9a4cc920b4
1 changed files with 1 additions and 1 deletions

View File

@ -136,4 +136,4 @@
tripleo_ceph_deploy_generate_scripts: true
tripleo_ceph_deploy_network_data: "{{ network_data }}"
tripleo_ceph_deploy_cluster_network_name: storage
tripleo_ceph_deploy_container_namespace: "{{ (standalone_container_ceph_updates|bool) | ternary(docker_ceph_namespace, 'quay.rdoproject.org/tripleomastercentos9') }}"
tripleo_ceph_deploy_container_namespace: "{{ (standalone_container_ceph_updates|bool) | ternary(docker_ceph_namespace, 'quay.rdoproject.org/tripleo{{ release }}centos9') }}"