fuel-plugin-external-emc/doc/source/removal.rst

1.2 KiB

Uninstall EMC VNX plugin

To uninstall the EMC VNX plugin, complete the following steps:

  1. Using the Fuel CLI, delete all the Mirantis OpenStack environments in which the EMC VNX plugin has been enabled:

    # fuel --env <ENV_ID> env delete
  2. Uninstall the plugin:

    # fuel plugins --remove emc_vnx==3.0.0
  3. Verify whether the VMware DVS plugin was uninstalled successfully:

    # fuel plugins

    The EMC VNX plugin should not appear in the output list.

Uninstall Zabbix plugin

To uninstall the Zabbix plugin, complete the following steps:

  1. Using the Fuel CLI, delete all the Mirantis OpenStack environments in which the Zabbix plugin has been enabled:

    # fuel --env <ENV_ID> env delete
  2. Uninstall the plugin:

    # fuel plugins --remove zabbix_monitoring==2.5.0
  3. Verify whether the Zabbix plugin was uninstalled successfully:

    # fuel plugins

    The Zabbix plugin should not appear in the output list.