fuel-plugin-vmware-dvs/docs/user_guide/verification.rst

1.3 KiB

Verify a deployed environment with VMware DVS plugin

After you deploy an environment with VMware DVS plugin, complete the following verification steps:

  1. Log in to a controller node.

  2. Run the neutron agent-list command to verify whether the DVS agent is present in the list of Neutron agents and is ready for use:

    • The alive column should contain the :-) value.
    • The admin_state_up column should contain the True value.
    $ neutron agent-list
    +----+-----------+-----------+------+---------------+-----------------+
    |id  |agent_type |host       |alive |admin_state_up |binary           |
    +----+-----------+-----------+----------------------+-----------------+
    |... |DVS agent  |vcenter-sn2|:-)   |True           |neutron-dvs-agent|
    +----+-----------+-----------+------+---------------+-----------------+

    Note

    In the example above, the availability_zone column was removed from the output of the neutron agent-list command.

  3. Log in to the Fuel web UI.

  4. Click the Health Check tab.

  5. Run necessary health tests. For details, see: Verify your OpenStack environment.