6b38c1fffc5a0aacb694fc5c178aa1ede6e2eead
[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_install_user: "devuser"
20 osm_devops_clone_location: "/home/{{ osm_install_user }}/osm-devops"