794a814275
Make a Magnum demonstration that creates a baymodel and bay. Just run demos/magnum/launch to make it work. This depends on Neutron. Borrow the v1beta3 redis example from the examples repository in Kubernetes. Change-Id: I448a5890bfe0c1675914ae7dbd02fad03f4b1eeb
9 lines
137 B
Bash
Executable File
9 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
magnum bay-delete testbay
|
|
while magnum bay-list | grep -q testbay; do
|
|
sleep 1
|
|
done
|
|
magnum baymodel-delete testbaymodel
|
|
|