summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-02 09:45:35 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-02 09:46:39 -0500
commit0b440b3549c0b61d079740364c03ac7f67c1effd (patch)
tree728300949527aadff29364519be03d5bc46daf17 /ci/deploy.sh
parent53447be957517322501caf7c2d441693c350d73f (diff)
modified to take care of ceph disk assignment from labconfig.
Change-Id: I1b3056331ef9ea4333e197e27627988d8b48b469 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 0a91b4ac..a698ad1d 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -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,7 +26,7 @@ usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>]
[-t <nonha|ha|tip>]
[-o <juno|liberty>]
[-l <default|intelpod5>]
- [-f <ipv6|dpdk|lxd|dvr>]
+ [-f <ipv6,dpdk,lxd,dvr>]
[-d <trusty|xenial>]
[-a <amd64>]
[-r <a|b>]" 1>&2 exit 1; }