Added the `-e` parameter to the featureset049 for ceph templates

The `-e` parameter is required to allow the overcloud-deploy playbook task to
build correctly the *extra_args* string. That string is then used by the j2 template
that builds the `overcloud deploy` command (inside the overcloud-deploy.sh script)
adding the ceph templates.

Change-Id: Ibceff58e86cc4ed339eb7e4389ade78a3c161e22
Closes-Bug: #1812006
Signed-off-by: Francesco Pantano (fmount) <fpantano@redhat.com>
This commit is contained in:
Francesco Pantano (fmount) 2019-01-16 12:27:05 +01:00
parent 15464398d2
commit f85486167b
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
undercloud_generate_service_certificate: false
step_introspect: false
extra_args: >-
- {{ overcloud_templates_path }}/environments/ceph-ansible/ceph-ansible.yaml
- {{ overcloud_templates_path }}/environments/ceph-ansible/ceph-mds.yaml
- {{ overcloud_templates_path }}/environments/ceph-ansible/ceph-rgw.yaml
-e {{ overcloud_templates_path }}/environments/ceph-ansible/ceph-ansible.yaml
-e {{ overcloud_templates_path }}/environments/ceph-ansible/ceph-mds.yaml
-e {{ overcloud_templates_path }}/environments/ceph-ansible/ceph-rgw.yaml
network_isolation: true
network_isolation_type: 'single-nic-vlans'
containerized_overcloud: true