added the labconfig file for att virpod1. Remove the mac
[joid.git] / ci / deploy.sh
index 75e896d..31d435b 100755 (executable)
@@ -7,9 +7,9 @@ set -ex
 
 opnfvsdn=nosdn
 opnfvtype=nonha
-openstack=liberty
+openstack=mitaka
 opnfvlab=default
-opnfvrel=b
+opnfvrel=c
 opnfvfeature=odl_l2
 opnfvdistro=trusty
 opnfvarch=amd64
@@ -26,12 +26,12 @@ usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>]
                          [-t <nonha|ha|tip>] 
                          [-o <juno|liberty>]
                          [-l <default|intelpod5>]
-                         [-f <ipv6|l2|l3|dvr>]
+                         [-f <ipv6,dpdk,lxd,dvr>]
                          [-d <trusty|xenial>]
                          [-a <amd64>]
                          [-r <a|b>]" 1>&2 exit 1; } 
 
-while getopts ":s:t:o:l:h:r:f:" opt; do
+while getopts ":s:t:o:l:h:r:f:d:a:" opt; do
     case "${opt}" in
         s)
             opnfvsdn=${OPTARG}
@@ -189,6 +189,10 @@ echo "...... deployment started ......"
 #deploy_dep
 deploy
 check_status
+
+#create the basic dayta for verification of stack.
+./openstack.sh
+
 echo "...... deployment finished  ......."
 
 echo "...... creating OpenRc file for consuming by various user ......."