Merge "Bring in the files from base scenario into os-nosdn-osm"
[releng-xci-scenarios.git] / scenarios / os-nosdn-osm / role / os-nosdn-osm / vars / main.yml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2018 Ericsson AB and others.
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 osm_required_packages:
11   apt:
12     - apt-transport-https
13     - ca-certificates
14     - software-properties-common
15     - docker.io
16     - snapd
17     - lxd
18
19 # use tagged version of OSM devops repo until the integration is done
20 # also, this version is not OSM version. This needs to be looked into for
21 # specifying exact version for OSM itself.
22 osm_devops_version: "v4.0.1"
23 osm_devops_git_url: "https://osm.etsi.org/gerrit/osm/devops.git"
24 osm_devops_clone_location: "/home/{{ osm_install_user }}/osm-devops"
25 osm_install_user: "devuser"