fix ppa path juju/dev --> juju/devel 95/28095/2
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 6 Feb 2017 07:52:10 +0000 (07:52 +0000)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Mon, 6 Feb 2017 09:56:28 +0000 (09:56 +0000)
also deleting "set -e" from cleanvm.sh

Change-Id: I0404abf63e158d93d5193a4c74bd4075ffed6efc
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
ci/03-maasdeploy.sh
ci/cleanvm.sh

index ce9d731..66a7fd0 100755 (executable)
@@ -10,7 +10,7 @@ if [ ! -e $HOME/.ssh/id_rsa ]; then
 fi
 
 #install the packages needed
-sudo apt-add-repository ppa:juju/dev -y
+sudo apt-add-repository ppa:juju/devel -y
 sudo apt-add-repository ppa:maas/stable -y
 sudo apt-add-repository cloud-archive:newton -y
 sudo apt-get update -y
@@ -401,7 +401,7 @@ if [ "$virtinstall" -eq 1 ]; then
 fi
 
 # lets sleep for around 5 more minutes to make sure all images are in sync.
-sleep(300)
+sleep 300
 
 #lets add the nodes now. Currently works only for virtual deploymnet.
 addnodes
index d4f1f3b..3756c40 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
-set -ex
+set -x
 
 echo " Cleanup Started ..."
 
 #use the below commands if you needs to delete the virtual machine
 # also along with envuronment destroy.
-./clean.sh || true
+./clean.sh
 
 vm_list=$(sudo virsh list --all)