🧑💻 Add examples
This commit is contained in:
parent
f930b5f746
commit
8b2dcd6671
5 changed files with 74 additions and 0 deletions
11
examples/teardown.bash
Normal file
11
examples/teardown.bash
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
AIO_HOST=test-5
|
||||
|
||||
echo "Tearing down $AIO_HOST"
|
||||
|
||||
os_migrate_teardown \
|
||||
--project-name test-project \
|
||||
--username test-user \
|
||||
--cloud standalone \
|
||||
--ssh stack@$AIO_HOST \
|
||||
--delete-instances \
|
||||
--delete-networks
|
||||
Loading…
Add table
Add a link
Reference in a new issue