tripleo-heat-templates/environments/nsx-config.yaml
Dan Prince 7d957ff262 step5: flatten the neutron service configurations
This change combines the previous puppet and docker files into a single
file that performs the docker service installation and configuration
for the neutron-sriov-agent, neutron-plugin-nsx, and neutron-sfc-api
services.

Change-Id: I3403575928df245798468b2d17f4a620bbf209e5
Related-Blueprint: services-yaml-flattening
2019-02-28 10:24:51 -05:00

23 lines
540 B
YAML

resource_registry:
OS::TripleO::Services::NeutronCorePluginNSX: ../deployment/neutron/neutron-plugin-nsx-container-puppet.yaml
parameter_defaults:
# Default overlay tz uuid
DefaultOverlayTz: ''
DefaultVlanTz: ''
# Default tier0 router uuid
DefaultTier0Router: ''
# NSX API managers
NsxApiManagers: ''
# NSX API user
NsxApiUser: ''
# NSX API password
NsxApiPassword: ''
# Enable native DHCP and Metadata
NativeDhcpMetadata: True
# Default DHCP profile uuid
DhcpProfile: ''
# Default Metadata Proxy uuid
MetadataProxy: ''