From 8b9e2b3c6ca5221249b8aa7dc792e756ee92209a Mon Sep 17 00:00:00 2001 From: Michael Henkel Date: Fri, 16 Jun 2017 10:49:57 -0700 Subject: 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 --- ...contrail-move-traffic-to-internal_api-ddc96d24c7018b81.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/contrail-move-traffic-to-internal_api-ddc96d24c7018b81.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/contrail-move-traffic-to-internal_api-ddc96d24c7018b81.yaml b/releasenotes/notes/contrail-move-traffic-to-internal_api-ddc96d24c7018b81.yaml new file mode 100644 index 0000000..2505c54 --- /dev/null +++ b/releasenotes/notes/contrail-move-traffic-to-internal_api-ddc96d24c7018b81.yaml @@ -0,0 +1,10 @@ +--- +fixes: + - | + Traffic between Contrail nodes used the public network. This release will + move the traffic to the internal_api network per default and also allows + to optionally use the storage_mgmt network. This is in preparation for + for composable networks, where Contrail will have its own network. +features: + - | + This release allows to enable Contrail DPDK on the compute nodes. -- cgit 1.2.3-korg