redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
100 stars 96 forks source link

ovn-dvr-ha option missing in --overcloud-templates #342

Open pradiptapks opened 5 years ago

pradiptapks commented 5 years ago

Hi,

For RHOSP13 & 14 deployments, can we enhance --overcloud-templates with ovn-ha and ovn-dvr-ha parameters which include below templates for overcloud deployment.

/usr/share/openstack-tripleo-heat-templates/environments/neutron-ml2-ovn-dvr-ha.yaml /usr/share/openstack-tripleo-heat-templates/environments/neutron-ml2-ovn-ha.yaml

infrared tripleo-overcloud --help ... --overcloud-templates OVERCLOUD-TEMPLATES Add extra environment template files to "overcloud deploy" command File (in YAML format) containing a list of paths to template files on the UnderCloud. NOTE: Omit this to not include any extra files, or use "none" Available values: ['docker-queens_image', 'ceph-mds', 'config-download', 'ceph-min-osds', 'ceph-rgw', 'sahara', 'docker-rgw', 'ironic', 'ovs-security-groups', 'cinder_backup', 'manila-cephfsnative', 'ceph-ansible', 'none', 'opendaylight-l3', 'manila-cephganesha', 'nova-disable-versioned-notifications', 'ovn-extras', 'ceph-single-host-mode', 'disable-telemetry', 'panko', 'dns', 'set-cinder-default-volume-type', 'manila-netapp-config', 'docker-ceph-mds', 'ceph-ansible-external', 'opstools', 'opendaylight', 'nova-resize-on-the-same-host']

Regards, Pradipta (psahoo)