1e98fb2d85
This allows us to override resource registry entries in the env file, such as for using an existing floating ip in quintupleo.
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
op=${1:-create}
|
|
heat stack-$op -f templates/virtual-baremetal.yaml -e templates/resource-registry.yaml -e controller.yaml controller
|