X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=scenarios%2Fos-nosdn-osm%2Frole%2Fos-nosdn-osm%2Fvars%2Fmain.yml;fp=scenarios%2Fos-nosdn-osm%2Frole%2Fos-nosdn-osm%2Fvars%2Fmain.yml;h=6b38c1fffc5a0aacb694fc5c178aa1ede6e2eead;hb=a44164fde75c88ddbb5d2d9770aaeb8978c2c0fa;hp=0000000000000000000000000000000000000000;hpb=47145857b78f8093aa0653a16158e2940deac697;p=releng-xci-scenarios.git 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 new file mode 100644 index 0000000..6b38c1f --- /dev/null +++ b/scenarios/os-nosdn-osm/role/os-nosdn-osm/vars/main.yml @@ -0,0 +1,20 @@ +--- +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2018 Ericsson AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +osm_required_packages: + apt: + - apt-transport-https + - ca-certificates + - software-properties-common + - docker.io + - snapd + - lxd + +osm_install_user: "devuser" +osm_devops_clone_location: "/home/{{ osm_install_user }}/osm-devops"