aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-plumgrid.yaml
blob: 5a244e5b27bf4100cbf1f28497b01e966f7d1103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
  OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None
  NeutronEnableL3Agent: false
  NeutronEnableMetadataAgent: false
  NeutronEnableOVSAgent: false