Contrail: Fix controlplane/dataplane network asignments & enable optional dpdk
authorMichael Henkel <mhenkel@juniper.net>
Fri, 16 Jun 2017 17:49:57 +0000 (10:49 -0700)
committerMichael Henkel <mhenkel@juniper.net>
Wed, 5 Jul 2017 20:52:58 +0000 (22:52 +0200)
commit8b9e2b3c6ca5221249b8aa7dc792e756ee92209a
tree4a48415cf30e540fae4a28ed135448dd8320cd74
parent0aad4142bea287265c22ea252c4adeff5ff69721
Contrail: Fix controlplane/dataplane network asignments & enable optional dpdk

This patch will move the Contrail roles communication towards
OpenStack APIs from the public/external network to the
internal_api network. I will also add the option to enable
dpdk for Contrail.

Change-Id: Ia835df656031cdf28de20f41ec6ab1c028dced23
Closes-Bug: 1698422
14 files changed:
lib/puppet/parser/functions/netmask_to_cidr.rb [new file with mode: 0644]
manifests/haproxy.pp
manifests/network/contrail/analytics.pp
manifests/network/contrail/analyticsdatabase.pp
manifests/network/contrail/config.pp
manifests/network/contrail/control.pp
manifests/network/contrail/database.pp
manifests/network/contrail/heat.pp
manifests/network/contrail/neutron_plugin.pp
manifests/network/contrail/provision.pp
manifests/network/contrail/vrouter.pp
manifests/network/contrail/webui.pp
releasenotes/notes/contrail-move-traffic-to-internal_api-ddc96d24c7018b81.yaml [new file with mode: 0644]
spec/functions/netmask_to_cidr_spec.rb [new file with mode: 0644]