Add OSM variables to os-nosdn-osm scenario 05/61205/1
authorFatih Degirmenci <fdegir@gmail.com>
Tue, 21 Aug 2018 20:05:46 +0000 (22:05 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Tue, 21 Aug 2018 20:05:46 +0000 (22:05 +0200)
OSM variables are currently in releng-xci. This change adds them
to the scenario itself so they can be configured directly within
the scenario.

Another change will be send to remove corresponding variables
from releng-xci repo.

Change-Id: I33067954f53d21651e8b2d508fe25ac8eb4d9cb5
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml

index 6b38c1f..c321aea 100644 (file)
@@ -16,5 +16,10 @@ osm_required_packages:
     - snapd
     - lxd
 
-osm_install_user: "devuser"
+# 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_git_url: "https://osm.etsi.org/gerrit/osm/devops.git"
 osm_devops_clone_location: "/home/{{ osm_install_user }}/osm-devops"
+osm_install_user: "devuser"