added ssl support based on default.
[joid.git] / ci / deploy.sh
index ab3e5e3..30eda41 100755 (executable)
@@ -9,7 +9,7 @@ source common/tools.sh
 
 opnfvsdn=nosdn
 opnfvtype=noha
-openstack=pike
+openstack=queens
 opnfvlab=default
 opnfvlabfile=
 opnfvrel=e
@@ -21,9 +21,9 @@ virtinstall=0
 maasinstall=0
 
 usage() { echo "Usage: $0
-    [-s|--sdn <nosdn|odl|opencontrail>]
+    [-s|--sdn <nosdn|odl|ocl>]
     [-t|--type <noha|ha|tip>]
-    [-o|--openstack <ocata|pike>]
+    [-o|--openstack <ocata|queens>]
     [-l|--lab <default|custom>]
     [-f|--feature <ipv6,dpdk,lxd,dvr,openbaton,multus>]
     [-d|--distro <xenial>]
@@ -340,11 +340,17 @@ if ([ $opnfvmodel == "openstack" ]); then
     # creating heat domain after pushing the public API into /etc/hosts
     status=`juju run-action heat/0 domain-setup`
     echo $status
+    status=`juju run-action ceilometer/0 ceilometer-upgrade`
+    echo $status
     if ([ $opnftype == "ha" ]); then
         status=`juju run-action heat/1 domain-setup`
         echo $status
+        status=`juju run-action ceilometer/1 ceilometer-upgrade`
+        echo $status
         status=`juju run-action heat/2 domain-setup`
         echo $status
+        status=`juju run-action ceilometer/2 ceilometer-upgrade`
+        echo $status
     fi
 
     sudo ../juju/get-cloud-images || true