diff options
author | Michael Henkel <mhenkel@juniper.net> | 2017-06-16 11:02:59 -0700 |
---|---|---|
committer | Michael Henkel <mhenkel@juniper.net> | 2017-07-25 18:24:13 +0200 |
commit | aa5194f878bb0c9fb98891abd6005b1b252eff3e (patch) | |
tree | cff5a15d52a123e72c399ec293f29229adf80563 /releasenotes/notes/contrail-bugfixes-and-dpdk-enabling-0233a06e23259660.yaml | |
parent | ec25c792d73c4a4b6e14ddfa0ffa385211fa1a29 (diff) |
Contrail network realignement + DPDK enablement
This patch moves Contrail roles communication from public/external
to internal_api network for OpenStack API.
It also adds the option to enable dpdk.
Monolithic firstboot script is broken down into small pre-network
and per-node extraconfig scripts
Change-Id: I296a3bf60cef6fa950fd71d6e68effe367d1e66b
Closes-Bug: 1698422
Diffstat (limited to 'releasenotes/notes/contrail-bugfixes-and-dpdk-enabling-0233a06e23259660.yaml')
-rw-r--r-- | releasenotes/notes/contrail-bugfixes-and-dpdk-enabling-0233a06e23259660.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/contrail-bugfixes-and-dpdk-enabling-0233a06e23259660.yaml b/releasenotes/notes/contrail-bugfixes-and-dpdk-enabling-0233a06e23259660.yaml new file mode 100644 index 00000000..776c7b48 --- /dev/null +++ b/releasenotes/notes/contrail-bugfixes-and-dpdk-enabling-0233a06e23259660.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + This patch enables the configuration of Contrail DPDK on the Compute nodes + by specifying the required parameters in an environment file. +fixes: + - | + The patch moves the Contrail control plane communication from the public + network to the internal_api network. |