diff --git a/bin/deploy-controller b/bin/deploy-controller index 4fe687c..49659ce 100755 --- a/bin/deploy-controller +++ b/bin/deploy-controller @@ -1,4 +1,4 @@ #!/bin/bash op=${1:-create} -heat stack-$op -f templates/virtual-baremetal.yaml -e controller.yaml -e templates/resource-registry.yaml controller +heat stack-$op -f templates/virtual-baremetal.yaml -e templates/resource-registry.yaml -e controller.yaml controller diff --git a/bin/deploy-quintupleo b/bin/deploy-quintupleo index 4d1f736..f79a78c 100755 --- a/bin/deploy-quintupleo +++ b/bin/deploy-quintupleo @@ -1,4 +1,4 @@ #!/bin/bash op=${1:-create} -heat stack-$op -f templates/quintupleo.yaml -e env.yaml -e templates/resource-registry.yaml quintupleo +heat stack-$op -f templates/quintupleo.yaml -e templates/resource-registry.yaml -e env.yaml quintupleo