Fix ceph deploy in standalone job

This patch will pass only one of the mutually exclusive parameters
'--ntp-heat-env-file' or '--ntp-server' during ceph deploy

Closes-Bug: #2018384
Change-Id: I9c48806f8c0142100aeff79ddb8da0ce3b57cc03
This commit is contained in:
katarimanoj 2023-05-03 17:56:21 +05:30
parent 3f5f5fbf73
commit e0a6bca4fb
1 changed files with 0 additions and 1 deletions

View File

@ -141,5 +141,4 @@
tripleo_ceph_deploy_cluster_network_name: storage
tripleo_ceph_deploy_container_namespace: "{{ (standalone_container_ceph_updates|bool) | ternary(docker_ceph_namespace, 'quay.rdoproject.org/tripleo' + release + 'centos9') }}"
tripleo_ceph_deploy_ntp_server: "{{ ntpserver }}"
tripleo_ceph_deploy_ntp_heat_env_file: "{{ ntp_heat_env_file }}"
tripleo_ceph_deploy_with_ntp: "{{ release in ['wallaby'] }}"