Fix example.sh clean command
This commit is contained in:
parent
2da17106e3
commit
d9ad9139e0
10
example.sh
10
example.sh
@ -47,15 +47,15 @@ function scaleup {
|
|||||||
|
|
||||||
|
|
||||||
function clean {
|
function clean {
|
||||||
solar run -a remove -t 'resources/mariadb' || true
|
solar run -a remove -t 'resource/mariadb_service' || true
|
||||||
solar run -a remove -t 'resources/keystone' || true
|
solar run -a remove -t 'resource/keystone_service' || true
|
||||||
solar run -a remove -t 'resources/haproxy' || true
|
solar run -a remove -t 'resource/haproxy_service' || true
|
||||||
solar run -a remove -t 'resources/rabbitmq' || true
|
solar run -a remove -t 'resource/rabbitmq_service' || true
|
||||||
}
|
}
|
||||||
|
|
||||||
function clean_all {
|
function clean_all {
|
||||||
clean_local
|
|
||||||
clean
|
clean
|
||||||
|
clean_local
|
||||||
}
|
}
|
||||||
|
|
||||||
$1
|
$1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user