Fix Line to long in VMware doc

Fix many warnings in vmware docs for
D001 Line too long.

Change-Id: I695f7fb958ec12161a13cf51f0297f50d9177d73
This commit is contained in:
Eduardo Gonzalez 2017-08-23 12:09:42 +02:00
parent 9a1357e4bb
commit 6a85e1e4d7

View File

@ -26,17 +26,19 @@ Kolla can deploy the Glance and Cinder services using VMware datastore as their
backend. Ceilometer metering for vSphere is also supported. backend. Ceilometer metering for vSphere is also supported.
Because the `vmware-nsx <https://github.com/openstack/vmware-nsx>`__ drivers for Because the `vmware-nsx <https://github.com/openstack/vmware-nsx>`__ drivers for
neutron use completely different architecture than other types of virtualization, neutron use completely different architecture than other types of
vmware-nsx drivers cannot coexist with other type of virtualization in one region. virtualization, vmware-nsx drivers cannot coexist with other type
In neutron vmware-nsx drivers, neutron-server acts like an agent to translate of virtualization in one region. In neutron vmware-nsx drivers,
OpenStack actions into what vSphere/NSX Manager API can understand. neutron-server acts like an agent to translate OpenStack actions
Neutron does not directly takes control of the Open vSwitch inside the VMware into what vSphere/NSX Manager API can understand. Neutron does
not directly takes control of the Open vSwitch inside the VMware
environment but through the API exposed by vSphere/NSX Manager. environment but through the API exposed by vSphere/NSX Manager.
For VMware DVS, the Neutron DHCP agent does not attaches to Open vSwitch inside For VMware DVS, the Neutron DHCP agent does not attaches to Open vSwitch inside
VMware environment, but attach to the Open vSwitch bridge called ``br-dvs`` on the VMware environment, but attach to the Open vSwitch bridge called ``br-dvs`` on
OpenStack side and replies to/receives DHCP packets through VLAN. Similar to what the DHCP the OpenStack side and replies to/receives DHCP packets through VLAN. Similar
agent does, Neutron metadata agent attaches to ``br-dvs`` bridge and works through VLAN. to what the DHCP agent does, Neutron metadata agent attaches to ``br-dvs``
bridge and works through VLAN.
.. note:: .. note::
@ -49,7 +51,8 @@ VMware NSX-V
Preparation Preparation
----------- -----------
You should have a working NSX-V environment, this part is out of scope of Kolla. You should have a working NSX-V environment, this part is out of scope
of Kolla.
For more information, please see `VMware NSX-V documentation <https://docs.vmware.com/en/VMware-NSX-for-vSphere/>`__. For more information, please see `VMware NSX-V documentation <https://docs.vmware.com/en/VMware-NSX-for-vSphere/>`__.
.. note:: .. note::
@ -120,7 +123,8 @@ Enable VMware nova-compute plugin and NSX-V neutron-server plugin in
* enable_neutron_lbaas: "yes" * enable_neutron_lbaas: "yes"
* enable_neutron_fwaas: "yes" * enable_neutron_fwaas: "yes"
If you want to set VMware datastore as cinder backend, enable it in ``/etc/kolla/globals.yml``: If you want to set VMware datastore as cinder backend, enable it in
``/etc/kolla/globals.yml``:
.. code-block:: console .. code-block:: console
@ -128,7 +132,8 @@ If you want to set VMware datastore as cinder backend, enable it in ``/etc/kolla
cinder_backend_vmwarevc_vmdk: "yes" cinder_backend_vmwarevc_vmdk: "yes"
vmware_datastore_name: "TestDatastore" vmware_datastore_name: "TestDatastore"
If you want to set VMware datastore as glance backend, enable it in ``/etc/kolla/globals.yml``: If you want to set VMware datastore as glance backend, enable it in
``/etc/kolla/globals.yml``:
.. code-block:: console .. code-block:: console
@ -136,8 +141,8 @@ If you want to set VMware datastore as glance backend, enable it in ``/etc/kolla
vmware_vcenter_name: "TestDatacenter" vmware_vcenter_name: "TestDatacenter"
vmware_datastore_name: "TestDatastore" vmware_datastore_name: "TestDatastore"
VMware options are required in ``/etc/kolla/globals.yml``, these options should be VMware options are required in ``/etc/kolla/globals.yml``, these options should
configured correctly according to your NSX-V environment. be configured correctly according to your NSX-V environment.
Options for nova-compute and ceilometer: Options for nova-compute and ceilometer:
@ -187,23 +192,25 @@ VMware NSX-DVS
Preparation Preparation
----------- -----------
Before deployment, you should have a working VMware vSphere environment. Create a Before deployment, you should have a working VMware vSphere environment.
cluster and a vSphere Distributed Switch with all the host in the cluster attached Create a cluster and a vSphere Distributed Switch with all the host in the
to it. cluster attached to it.
For more information, please see `Setting Up Networking with vSphere Distributed Switches <http://pubs.vmware.com/vsphere-51/index.jsp#com.vmware.vsphere.networking.doc/GUID-375B45C7-684C-4C51-BA3C-70E48DFABF04.html>`__. For more information, please see `Setting Up Networking with vSphere Distributed Switches <http://pubs.vmware.com/vsphere-51/index.jsp#com.vmware.vsphere.networking.doc/GUID-375B45C7-684C-4C51-BA3C-70E48DFABF04.html>`__.
Deployment Deployment
---------- ----------
Enable VMware nova-compute plugin and NSX-V neutron-server plugin in ``/etc/kolla/globals.yml``: Enable VMware nova-compute plugin and NSX-V neutron-server plugin in
``/etc/kolla/globals.yml``:
.. code-block:: console .. code-block:: console
nova_compute_virt_type: "vmware" nova_compute_virt_type: "vmware"
neutron_plugin_agent: "vmware_dvs" neutron_plugin_agent: "vmware_dvs"
If you want to set VMware datastore as Cinder backend, enable it in ``/etc/kolla/globals.yml``: If you want to set VMware datastore as Cinder backend, enable it in
``/etc/kolla/globals.yml``:
.. code-block:: console .. code-block:: console
@ -211,7 +218,8 @@ If you want to set VMware datastore as Cinder backend, enable it in ``/etc/kolla
cinder_backend_vmwarevc_vmdk: "yes" cinder_backend_vmwarevc_vmdk: "yes"
vmware_datastore_name: "TestDatastore" vmware_datastore_name: "TestDatastore"
If you want to set VMware datastore as Glance backend, enable it in ``/etc/kolla/globals.yml``: If you want to set VMware datastore as Glance backend, enable it in
``/etc/kolla/globals.yml``:
.. code-block:: console .. code-block:: console
@ -219,10 +227,10 @@ If you want to set VMware datastore as Glance backend, enable it in ``/etc/kolla
vmware_vcenter_name: "TestDatacenter" vmware_vcenter_name: "TestDatacenter"
vmware_datastore_name: "TestDatastore" vmware_datastore_name: "TestDatastore"
VMware options are required in ``/etc/kolla/globals.yml``, these options should be VMware options are required in ``/etc/kolla/globals.yml``, these options should
configured correctly according to the vSphere environment you installed before. be configured correctly according to the vSphere environment you installed
All option for nova, cinder, glance are the same as VMware-NSX, except the following before. All option for nova, cinder, glance are the same as VMware-NSX, except
options. the following options.
Options for Neutron NSX-DVS support: Options for Neutron NSX-DVS support: