aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-opendaylight-honeycomb.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-07-31 17:17:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-31 17:17:52 +0000
commit31ee4874f2d0f5e71a3b18752a8ac9b7c9133b4f (patch)
tree4b71ea6e5a3a564ec2d76b0ba3d8e856f3935dce /environments/neutron-opendaylight-honeycomb.yaml
parent11d7f03bde60873385e01901975cee06b98a59ac (diff)
parentbaaad6f6e5fb15f131858ac0f49e02ec336118bc (diff)
Merge "Add VPP and Honeycomb services (#104)"
Diffstat (limited to 'environments/neutron-opendaylight-honeycomb.yaml')
-rw-r--r--environments/neutron-opendaylight-honeycomb.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/environments/neutron-opendaylight-honeycomb.yaml b/environments/neutron-opendaylight-honeycomb.yaml
new file mode 100644
index 00000000..6837fbe1
--- /dev/null
+++ b/environments/neutron-opendaylight-honeycomb.yaml
@@ -0,0 +1,26 @@
+# A Heat environment that can be used to deploy OpenDaylight with Honeycomb Agent
+resource_registry:
+ OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
+ OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
+ OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
+ OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml
+ OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml
+ OS::TripleO::Services::NeutronHoneycombAgent: ../puppet/services/neutron-odl-honeycomb-agent.yaml
+ OS::TripleO::Services::Vpp: ../puppet/services/vpp.yaml
+ OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
+
+parameter_defaults:
+ NeutronNetworkType: 'vxlan'
+ NeutronL3HA: false
+ #NUMATopologyFilter is required for vhostuser interfaces
+ #NovaSchedulerDefaultFilters: "RamFilter,ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
+ OpenDaylightFeatures: "odl-netconf-all,odl-vbd,odl-groupbasedpolicy-neutron-vpp-mapper,odl-restconf"
+ NeutronEnableForceMetadata: true
+ NeutronMechanismDrivers: 'opendaylight_v2'
+ NeutronServicePlugins: 'odl-router_v2'
+ #Opendaylight Port binding controller
+ OpenDaylightPortBindingController: 'pseudo-agentdb-binding'
+ #URI for neutron hostconfig in Opendaylight
+ OpenDaylightHostconfURI: 'restconf/operational/neutron:neutron/hostconfigs'
+ ExtraConfig:
+ neutron::agents::dhcp::interface_driver: "neutron.agent.linux.interface.NSDriver"