summaryrefslogtreecommitdiffstats
path: root/inventory/group_vars/all/global.yaml
blob: 1474d03bc092cfed987639dc7e34d78a66154627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---

# SPDX-FileCopyrightText: 2021 Ericsson AB and others
#
# SPDX-License-Identifier: Apache-2.0

# root directory of kuberef repository
kuberef_root: "{{ lookup('env', 'CURRENTPATH') }}"

# path to inventory folder where the initial
inventory_path: "{{ kuberef_root }}/inventory"

# workspace where all work-in-progress files get stored
workspace: "{{ kuberef_root }}/workspace"

# directory for storing base images acting as backing file
images_path: "{{ kuberef_root }}/images"

# public SSH key for use by kuberef installation
pub_key: "{{ lookup('env', 'HOME') }}/.ssh/id_rsa.pub"

# deployment type for kuberef
deployment_type: "{{ lookup('env', 'DEPLOYMENT') }}"

# OS distro from DISTRO from environment variables
os_distro: "{{ lookup('env', 'DISTRO') }}"

# Vendor name from hw_config folder (used for VM specific changes)
vendor: "{{ lookup('env', 'VENDOR') }}"