set undercloud VM to autostart 47/22747/2
authorDan Radez <dradez@redhat.com>
Thu, 6 Oct 2016 14:28:02 +0000 (10:28 -0400)
committerTim Rozet <trozet@redhat.com>
Sat, 8 Oct 2016 23:55:18 +0000 (23:55 +0000)
When an apex deployment reboot's it fails to come back clean because it
expects to connect to the undercloud which is not set to autostart.

JIRA: APEX-289

Change-Id: Ia4984a3de68067d7c68aeb5ae955ff358865ce79
Signed-off-by: Dan Radez <dradez@redhat.com>
lib/undercloud-functions.sh

index 98552f2..6ba9a54 100755 (executable)
@@ -62,6 +62,7 @@ function setup_undercloud_vm {
         --run-command "cp /root/.ssh/authorized_keys /home/stack/.ssh/" \
         --run-command "chown stack:stack /home/stack/.ssh/authorized_keys && chmod 600 /home/stack/.ssh/authorized_keys"
     virsh start undercloud
+    virsh autostart undercloud
   fi
 
   sleep 10 # let undercloud get started up