2015-12-15 07:36:11 -05:00
|
|
|
# A Heat environment file which can be used to enable PLUMgrid
|
|
|
|
# extensions, configured via puppet
|
|
|
|
resource_registry:
|
2016-04-20 14:22:27 -04:00
|
|
|
# PLUMgrid doesn't require dhcp, l3, metadata, and ovs agents
|
2016-05-17 17:14:58 -04:00
|
|
|
OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None
|
2016-04-08 14:16:34 -04:00
|
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
2016-04-08 17:09:30 -04:00
|
|
|
OS::TripleO::Services::NeutronMetadataAgent: OS::Heat::None
|
2016-04-20 14:22:27 -04:00
|
|
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
|
2016-06-08 15:57:18 -04:00
|
|
|
# Override the Neutron core plugin to use PLUMgrid
|
|
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginPlumgrid
|
2015-12-15 07:36:11 -05:00
|
|
|
|
|
|
|
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
|