xci: Use master branch of devops 73/62873/11
authorVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Mon, 24 Sep 2018 10:44:05 +0000 (16:14 +0530)
committerVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Sat, 20 Oct 2018 07:32:26 +0000 (13:02 +0530)
Till now we usually clone the osm-devops repo of v4.0.1 and
run the OSM installer file from it. v4.0.1 isn't stable anymore.
OSM (upstream) has moved to release branch model (v4.0 is the
stable one now). Since the integration will be completed with
another patch, we can move to the master branch.

https://gerrit.opnfv.org/gerrit/#/c/63129/

installer-type:osa
deploy-scenario:os-nosdn-osm

Change-Id: I40a7ae3762774bb615638d575814ab13845ac844
Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml

index c321aea..3bfce9d 100644 (file)
@@ -16,10 +16,7 @@ osm_required_packages:
     - snapd
     - lxd
 
-# use tagged version of OSM devops repo until the integration is done
-# also, this version is not OSM version. This needs to be looked into for
-# specifying exact version for OSM itself.
-osm_devops_version: "v4.0.1"
+osm_devops_version: "master"
 osm_devops_git_url: "https://osm.etsi.org/gerrit/osm/devops.git"
 osm_devops_clone_location: "/home/{{ osm_install_user }}/osm-devops"
 osm_install_user: "devuser"