using bucc develop branch which has 'bucc down' fix

This commit is contained in:
Dr Nic Williams 2018-03-14 08:17:31 -04:00
parent 38c0606bc3
commit 44036b6873
2 changed files with 39 additions and 1 deletions

View File

@ -175,4 +175,42 @@ Using environment '10.10.1.4' as client 'admin'
Name Version OS CPI CID
bosh-aws-xen-hvm-ubuntu-trusty-go_agent 3541.9 ubuntu-trusty - ami-02f7c167 light
```
## Delete Everything
To discover all your running deployments
```plain
export bucc_project_root=envs/bucc
source <(envs/bucc/bin/env)
bosh deployments
```
To delete each one:
```plain
bosh delete-deployment -d <name>
```
To destroy your BUCC/BOSH VM and its persistent disk:
```plain
bosh clean-up --all
bucc down
```
To destroy your jumpbox and its persistent disk:
```plain
envs/jumpbox/bin/update delete-env
```
To destroy your AWS VPC, subnets, etc:
```plain
cd envs/aws
make destroy
cd -
```

@ -1 +1 @@
Subproject commit 936b7a90542338739c3b5c51af972d0486123225
Subproject commit 8abfcdada3e3bd8623936e3b32bcba3b9d09409d