From 09b57b6e789e3b1d44d77338e3e3fd47c5906b46 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Thu, 8 Sep 2016 15:15:52 +0300 Subject: [PATCH] Add release notes for the Newton features Change-Id: Idf97041b6a35f2a91d1ee562e618eba8a0bc6a09 --- .../nsxv-availability-zones-85db159a647762b3.yaml | 11 +++++++++++ .../notes/nsxv-ipam-support-6eb1ac4e0e025ddd.yaml | 9 +++++++++ .../notes/nsxv-router-flavors-8e4cea7f6e12d44d.yaml | 7 +++++++ .../nsxv-service-insertion-32ab34a0e0f6ab4f.yaml | 9 +++++++++ .../notes/nsxv-subnets-dhcp-mtu-c7028748b516422e.yaml | 7 +++++++ releasenotes/notes/qos-support-d52b5e3abfc6c8d4.yaml | 9 +++++++++ .../notes/universal-switch-41487c280ad3c8ad.yaml | 8 ++++++++ 7 files changed, 60 insertions(+) create mode 100644 releasenotes/notes/nsxv-availability-zones-85db159a647762b3.yaml create mode 100644 releasenotes/notes/nsxv-ipam-support-6eb1ac4e0e025ddd.yaml create mode 100644 releasenotes/notes/nsxv-router-flavors-8e4cea7f6e12d44d.yaml create mode 100644 releasenotes/notes/nsxv-service-insertion-32ab34a0e0f6ab4f.yaml create mode 100644 releasenotes/notes/nsxv-subnets-dhcp-mtu-c7028748b516422e.yaml create mode 100644 releasenotes/notes/qos-support-d52b5e3abfc6c8d4.yaml create mode 100644 releasenotes/notes/universal-switch-41487c280ad3c8ad.yaml diff --git a/releasenotes/notes/nsxv-availability-zones-85db159a647762b3.yaml b/releasenotes/notes/nsxv-availability-zones-85db159a647762b3.yaml new file mode 100644 index 0000000000..36df496b2f --- /dev/null +++ b/releasenotes/notes/nsxv-availability-zones-85db159a647762b3.yaml @@ -0,0 +1,11 @@ +--- +prelude: > + The NSX-v plugin supports availability zones hints on routers and networks + creation in order to create them on the requested nsx datastore and + resource pool. +features: + - The NSX-v plugin supports availability zones hints on routers and networks + creation in order to create them on the requested nsx datastore and + resource pool. + The availability zones configuration includes the resource pool, datastore, + and HA datastore. diff --git a/releasenotes/notes/nsxv-ipam-support-6eb1ac4e0e025ddd.yaml b/releasenotes/notes/nsxv-ipam-support-6eb1ac4e0e025ddd.yaml new file mode 100644 index 0000000000..48aca932d6 --- /dev/null +++ b/releasenotes/notes/nsxv-ipam-support-6eb1ac4e0e025ddd.yaml @@ -0,0 +1,9 @@ +--- +prelude: > + The NSX-v plugin can use the platform IPAM for ip allocations for external + networks and provider networks. +features: + - The NSX-v plugin can use the platform IPAM for ip allocations for external + networks and provider networks. + In order to use this feature, the ipam_driver in the neutron.conf file + should be set to vmware_nsxv_ipam. diff --git a/releasenotes/notes/nsxv-router-flavors-8e4cea7f6e12d44d.yaml b/releasenotes/notes/nsxv-router-flavors-8e4cea7f6e12d44d.yaml new file mode 100644 index 0000000000..bd9c8a4635 --- /dev/null +++ b/releasenotes/notes/nsxv-router-flavors-8e4cea7f6e12d44d.yaml @@ -0,0 +1,7 @@ +--- +prelude: > + The NSX-v plugin supports using router flavors in routers creation. +features: + - The NSX-v plugin supports using router flavors in routers creation. + A router flavor can include the router type, size, distributed flag and + availability zones in order to easily create similar routers. diff --git a/releasenotes/notes/nsxv-service-insertion-32ab34a0e0f6ab4f.yaml b/releasenotes/notes/nsxv-service-insertion-32ab34a0e0f6ab4f.yaml new file mode 100644 index 0000000000..6f5c9bee3b --- /dev/null +++ b/releasenotes/notes/nsxv-service-insertion-32ab34a0e0f6ab4f.yaml @@ -0,0 +1,9 @@ +--- +prelude: > + The NSX-V plugin supports service insertion by redirecting traffic matched + to the neutron flow classifiers, to the NSX-V partner security services. +features: + - The NSX-V plugin supports service insertion by redirecting traffic matched + to the neutron flow classifiers, to the NSX-V partner security services. + For each flow-classifier defined in neutron, a new traffic redirection rule + will be created in the NSX partner security services tab. diff --git a/releasenotes/notes/nsxv-subnets-dhcp-mtu-c7028748b516422e.yaml b/releasenotes/notes/nsxv-subnets-dhcp-mtu-c7028748b516422e.yaml new file mode 100644 index 0000000000..6adeaee8d9 --- /dev/null +++ b/releasenotes/notes/nsxv-subnets-dhcp-mtu-c7028748b516422e.yaml @@ -0,0 +1,7 @@ +--- +prelude: > + The new extension dhcp-mtu of subnets in the NSX-v plugin can be used to + configure the DHCP client network interface MTU +features: + - The new extension dhcp-mtu of subnets in the NSX-v plugin can be used to + configure the DHCP client network interface MTU. diff --git a/releasenotes/notes/qos-support-d52b5e3abfc6c8d4.yaml b/releasenotes/notes/qos-support-d52b5e3abfc6c8d4.yaml new file mode 100644 index 0000000000..e6772e6ae5 --- /dev/null +++ b/releasenotes/notes/qos-support-d52b5e3abfc6c8d4.yaml @@ -0,0 +1,9 @@ +--- +prelude: > + Support for QoS bandwidth limit and DSCP marking. +features: + - The plugin can apply a QoS rule to networks and ports that mark outgoing + traffic's type of service packet header field. + - The plugin can apply a QoS rule to networks and ports that limits the + outgoing traffic with the defined average and peak bandwidth. + diff --git a/releasenotes/notes/universal-switch-41487c280ad3c8ad.yaml b/releasenotes/notes/universal-switch-41487c280ad3c8ad.yaml new file mode 100644 index 0000000000..f375701c4f --- /dev/null +++ b/releasenotes/notes/universal-switch-41487c280ad3c8ad.yaml @@ -0,0 +1,8 @@ +--- +prelude: > + The NSX-v plugin supports universal switches. +features: + The NSX-v universal transport zone can be used in order to create universal + switches as VXLAN networks over all the nsx managers. For this option to be + enabled, the vdn_scope_id parameter in nsx.ini should be set to the ID of + the universal transport zone which is 'universalvdnscope'.