ee2c9ea45d
Enable PLUMgrid neutron liberty plugin in a TripleO overcloud environment. Change-Id: I07025f67ec3f3399aac4dcd10cc37e857772548b Signed-off-by: Qasim Sarfraz <qasims@plumgrid.com>
30 lines
1.0 KiB
YAML
Executable File
30 lines
1.0 KiB
YAML
Executable File
# A Heat environment file which can be used to enable PLUMgrid
|
|
# extensions, configured via puppet
|
|
resource_registry:
|
|
OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-plumgrid.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronCorePlugin: networking_plumgrid.neutron.plugins.plugin.NeutronPluginPLUMgridV2
|
|
PLUMgridDirectorServer: 127.0.0.1
|
|
PLUMgridDirectorServerPort: 443
|
|
PLUMgridUsername: username
|
|
PLUMgridPassword: password
|
|
PLUMgridServerTimeOut: 99
|
|
PLUMgridNovaMetadataIP: 169.254.169.254
|
|
PLUMgridNovaMetadataPort: 8775
|
|
PLUMgridL2GatewayVendor: vendor
|
|
PLUMgridL2GatewayUsername: username
|
|
PLUMgridL2GatewayPassword: password
|
|
PLUMgridIdentityVersion: v2.0
|
|
PLUMgridConnectorType: distributed
|
|
|
|
#Optional Parameters
|
|
#PLUMgridNeutronPluginVersion: present
|
|
#PLUMgridPlumlibVersion: present
|
|
|
|
# PLUMgrid doesn't require dhcp, l3, ovs and metadata agents
|
|
NeutronEnableDHCPAgent: false
|
|
NeutronEnableL3Agent: false
|
|
NeutronEnableMetadataAgent: false
|
|
NeutronEnableOVSAgent: false
|