Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.32 KB

DESTROY.md

File metadata and controls

48 lines (30 loc) · 2.32 KB

Removing Components with MetroAE

To remove a deployment:

1. Check existing deployment
2. Remove components

Prerequisites / Requirements

Use this procedure when you have previously deployed VSP components and would like to remove all or some of the components and start over.

1. Check Existing Deployment

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.

2. Remove Components

You have the option of removing the entire deployment or only specified individual components.

Remove All 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.

Remove Individual Components

Alternatively, you can remove individual components (VSD, VSC, VRS, etc) as needed. See VSC example below for details.

Example Sequence for VSC:

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.

Questions, Feedback, and Contributing

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.