Merge "Take care of the subnet on public subnet"
authorFrank Brockners <fbrockne@cisco.com>
Fri, 10 Jul 2015 07:07:33 +0000 (07:07 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Fri, 10 Jul 2015 07:07:33 +0000 (07:07 +0000)
foreman/ci/bootstrap.sh
foreman/ci/reload_playbook.yml

index 4bc22ed..c98f00e 100755 (executable)
@@ -25,8 +25,7 @@ green=`tput setaf 2`
 yum install -y epel-release-7*
 
 # Install other required packages
-# Major version is pinned to force some consistency for Arno
-if ! yum -y install python-pip-1* python-virtualenv-1* gcc-4* git-1* sshpass-1* ansible-1* python-requests-1*; then
+if ! yum -y install python-pip python-virtualenv gcc git sshpass ansible python-requests; then
   printf '%s\n' 'bootstrap.sh: failed to install required packages' >&2
   exit 1
 fi
@@ -36,7 +35,7 @@ cd /opt
 echo "Cloning khaleesi to /opt"
 
 if [ ! -d khaleesi ]; then
-  if ! git clone -b v1.0 https://github.com/trozet/khaleesi.git; then
+  if ! git clone -b opnfv https://github.com/trozet/khaleesi.git; then
     printf '%s\n' 'bootstrap.sh: Unable to git clone khaleesi' >&2
     exit 1
   fi
index 9e3d053..9b3a4d4 100644 (file)
@@ -14,3 +14,4 @@
                     delay=60
                     timeout=180
       sudo: false
+    - pause: minutes=1