|
22 | 22 | --> |
23 | 23 | <section id="Features-of-the-Nicira-NVP-Plugin"> |
24 | 24 | <title>Features of the Nicira NVP Plugin</title> |
25 | | - <para>In &PRODUCT; release 4.0.0-incubating this plugin supports the Connectivity service. This service is responsible for creating Layer 2 networks supporting the networks created by Guests. In other words when an tenant creates a new network, instead of the traditional VLAN a logical network will be created by sending the appropriate calls to the Nicira NVP Controller.</para> |
26 | | - <para>The plugin has been tested with Nicira NVP versions 2.1.0, 2.2.0 and 2.2.1</para> |
27 | | - <note><para>In &PRODUCT; 4.0.0-incubating only the XenServer hypervisor is supported for use in |
28 | | - combination with Nicira NVP.</para> |
29 | | - <para>In &PRODUCT; 4.1.0-incubating both KVM and XenServer hypervisors are |
30 | | - supported.</para></note> |
31 | | - <note><para>In &PRODUCT; 4.0.0-incubating the UI components for this plugin are not complete, |
32 | | - configuration is done by sending commands to the API.</para></note> |
| 25 | + <para>The following table lists the CloudStack network services provided by the Nicira NVP Plugin.</para> |
| 26 | + <table> |
| 27 | + <title>Supported Services</title> |
| 28 | + <tgroup cols="3"> |
| 29 | + <thead> |
| 30 | + <row> |
| 31 | + <entry>Network Service</entry> |
| 32 | + <entry>CloudStack version</entry> |
| 33 | + <entry>NVP version</entry> |
| 34 | + </row> |
| 35 | + </thead> |
| 36 | + <tbody> |
| 37 | + <row> |
| 38 | + <entry>Virtual Networking</entry> |
| 39 | + <entry>>= 4.0</entry> |
| 40 | + <entry>>= 2.2.1</entry> |
| 41 | + </row> |
| 42 | + <row> |
| 43 | + <entry>Source NAT</entry> |
| 44 | + <entry>>= 4.1</entry> |
| 45 | + <entry>>= 3.0.1</entry> |
| 46 | + </row> |
| 47 | + <row> |
| 48 | + <entry>Static NAT</entry> |
| 49 | + <entry>>= 4.1</entry> |
| 50 | + <entry>>= 3.0.1</entry> |
| 51 | + </row> |
| 52 | + <row> |
| 53 | + <entry>Port Forwarding</entry> |
| 54 | + <entry>>= 4.1</entry> |
| 55 | + <entry>>= 3.0.1</entry> |
| 56 | + </row> |
| 57 | + </tbody> |
| 58 | + </tgroup> |
| 59 | + </table> |
| 60 | + <note><para>The Virtual Networking service was originally called 'Connectivity' in CloudStack 4.0</para></note> |
| 61 | + <para>The following hypervisors are supported by the Nicira NVP Plugin.</para> |
| 62 | + <table> |
| 63 | + <title>Supported Hypervisors</title> |
| 64 | + <tgroup cols="2"> |
| 65 | + <thead> |
| 66 | + <row> |
| 67 | + <entry>Hypervisor</entry> |
| 68 | + <entry>CloudStack version</entry> |
| 69 | + </row> |
| 70 | + </thead> |
| 71 | + <tbody> |
| 72 | + <row> |
| 73 | + <entry>XenServer</entry> |
| 74 | + <entry>>= 4.0</entry> |
| 75 | + </row> |
| 76 | + <row> |
| 77 | + <entry>KVM</entry> |
| 78 | + <entry>>= 4.1</entry> |
| 79 | + </row> |
| 80 | + </tbody> |
| 81 | + </tgroup> |
| 82 | + </table> |
| 83 | + <note><para>Please refer to the Nicira NVP configuration guide on how to prepare the hypervisors for Nicira NVP integration.</para></note> |
33 | 84 | </section> |
0 commit comments