14436f915b
The project has been retired and there will be no Train release [1]. This patch removes Neutron LBaaS support in tripleo-heat-templates. [1] https://review.opendev.org/#/c/658494/ Closes-Bug: #1831618 Change-Id: If13bbcdea82045d816485412f252c9b52bcf45a7
18 lines
808 B
YAML
18 lines
808 B
YAML
# A Heat environment that can be used to deploy NSX Services
|
|
# extensions, configured via puppet
|
|
resource_registry:
|
|
# NSX doesn't require dhcp, l3, metadata, and ovs agents
|
|
OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronMetadataAgent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
|
# Override the Neutron core plugin to use NSX
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginNSX
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
NeutronCorePlugin: vmware_nsx.plugin.NsxV3Plugin
|
|
DhcpAgentNotification: false
|
|
NeutronServicePlugins: 'qos'
|