Skip to content
Snippets Groups Projects
Commit 32b8f2b9 authored by Steven Dake's avatar Steven Dake
Browse files

Make magnum demo start bashate compliant

Change-Id: I10ce1424c557453f061190913c93e3f5e91639d5
Partially-Implements: blueprint bashate-gate
parent 89edade6
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,14 @@ echo registering os-distro property with image ...@@ -26,12 +26,14 @@ echo registering os-distro property with image
glance image-update $GLANCE_IMAGE_ID --property os_distro=fedora-atomic glance image-update $GLANCE_IMAGE_ID --property os_distro=fedora-atomic
echo Creating baymodel echo Creating baymodel
magnum baymodel-create --name testbaymodel --image-id $GLANCE_IMAGE_ID \ magnum baymodel-create \
--keypair-id mykey \ --name testbaymodel \
--fixed-network 10.0.3.0/24 \ --image-id $GLANCE_IMAGE_ID \
--external-network-id $NIC_ID \ --keypair-id mykey \
--dns-nameserver 8.8.8.8 --flavor-id m1.small \ --fixed-network 10.0.3.0/24 \
--docker-volume-size 5 --coe kubernetes --external-network-id $NIC_ID \
--dns-nameserver 8.8.8.8 --flavor-id m1.small \
--docker-volume-size 5 --coe kubernetes
echo Creating Bay echo Creating Bay
magnum bay-create --name testbay --baymodel testbaymodel --node-count 2 magnum bay-create --name testbay --baymodel testbaymodel --node-count 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment