From: Venkata Harshavardhan Reddy Allu Date: Mon, 24 Sep 2018 10:44:05 +0000 (+0530) Subject: xci: Use master branch of devops X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=22a1b3637e77a5656022fc1b21cdec0a5638e2c5;p=releng-xci-scenarios.git xci: Use master branch of devops 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 --- diff --git a/scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml b/scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml index c321aea..3bfce9d 100644 --- a/scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml +++ b/scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml @@ -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"