Use docker-cmd hook.
[apex-tripleo-heat-templates.git] / environments / neutron-plumgrid.yaml
1 # A Heat environment file which can be used to enable PLUMgrid
2 # extensions, configured via puppet
3 resource_registry:
4   OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-plumgrid.yaml
5
6 parameter_defaults:
7   NeutronCorePlugin: networking_plumgrid.neutron.plugins.plugin.NeutronPluginPLUMgridV2
8   PLUMgridDirectorServer: 127.0.0.1
9   PLUMgridDirectorServerPort: 443
10   PLUMgridUsername: username
11   PLUMgridPassword: password
12   PLUMgridServerTimeOut: 99
13   PLUMgridNovaMetadataIP: 169.254.169.254
14   PLUMgridNovaMetadataPort: 8775
15   PLUMgridL2GatewayVendor: vendor
16   PLUMgridL2GatewayUsername: username
17   PLUMgridL2GatewayPassword: password
18   PLUMgridIdentityVersion: v2.0
19   PLUMgridConnectorType: distributed
20
21   #Optional Parameters
22   #PLUMgridNeutronPluginVersion: present
23   #PLUMgridPlumlibVersion: present
24
25   # PLUMgrid doesn't require dhcp, l3, ovs and metadata agents
26   NeutronEnableDHCPAgent: false
27   NeutronEnableL3Agent: false
28   NeutronEnableMetadataAgent: false
29   NeutronEnableOVSAgent: false