3bfce9db00d4c3d7fc352ba2dfdbe9bc485ea46e
[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 osm_devops_version: "master"
20 osm_devops_git_url: "https://osm.etsi.org/gerrit/osm/devops.git"
21 osm_devops_clone_location: "/home/{{ osm_install_user }}/osm-devops"
22 osm_install_user: "devuser"