To remove a deployment:
1. Check existing deployment
2. Remove components
Use this procedure when you have previously deployed VSP components and would like to remove all or some of the components and start over.
Ensure that all components you wish to be destroyed are specified under your deployment. See CUSTOMIZE.md for details about specifying components in a deployment. If you have already used a deployment configuration to do a deploy or upgrade, the existing configuration does not need to be changed to destroy said deployment.
You have the option of removing the entire deployment or only specified individual components.
Remove the entire existing deployment with one command as follows:
metroae-container destroy everything
Note: you may alternate between metroae-container install everything
and metroae-container destroy everything
as needed.
Alternatively, you can remove individual components (VSD, VSC, VRS, etc) as needed. See VSC example below for details.
Configure components under your deployment
Run metroae-container install everything
to deploy VSD, VSC, VRS, etc.
Discover that something needs to be changed in the VSCs
Run metroae-container destroy vscs
to tear down just the VSCs
Edit vscs.yml
in your deployment to fix the problem
Run metroae-container install vsc predeploy
, metroae-container install vscs deploy
, and metroae-container install vscs postdeploy
to get the VSCs up and running again.
Get support via the forums on the MetroAE site.
Ask questions and contact us directly at [email protected].
Report bugs you find and suggest new features and enhancements via the GitHub Issues feature.
You may also contribute to MetroAE by submitting your own code to the project.