From ef2937495f0a418838c615c04eaf87389a42af2a Mon Sep 17 00:00:00 2001 From: wutianwei Date: Tue, 7 Feb 2017 11:40:40 +0800 Subject: bifrost: Create bifrost script for openstack-ansible This change creates a separate script to provision 6 VMs for HA to use for openstack-ansible. - create 1 jumphost, 3 controller, 2 compute - set the mumber of vCPU to 8 - use 16GB RAM per VM - use xenial and add additional packages required by openstack-ansible Change-Id: I858340c5bd13a1cd35cf4334ab2b8c362c5c5e7f Signed-off-by: wutianwei Signed-off-by: Fatih Degirmenci --- prototypes/bifrost/scripts/destroy-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototypes/bifrost/scripts/destroy-env.sh') diff --git a/prototypes/bifrost/scripts/destroy-env.sh b/prototypes/bifrost/scripts/destroy-env.sh index b73092b0f..338123068 100755 --- a/prototypes/bifrost/scripts/destroy-env.sh +++ b/prototypes/bifrost/scripts/destroy-env.sh @@ -47,6 +47,6 @@ rm -rf /var/lib/libvirt/images/*.qcow2 echo "restarting services" service dnsmasq restart || true service libvirtd restart -service ironic-api restart || true +service ironic-api restart || true service ironic-conductor start || true service ironic-inspector restart || true -- cgit 1.2.3-korg