c88d794c0d4a9b99b58a210936ea5f141c17ae9b
[kuberef.git] / inventory / group_vars / all / global.yaml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 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
11 # root directory of kuberef repository
12 kuberef_root: "{{ lookup('env', 'CURRENTPATH') }}"
13
14 # path to inventory folder where the initial
15 inventory_path: "{{ kuberef_root }}/inventory"
16
17 # workspace where all work-in-progress files get stored
18 workspace: "{{ kuberef_root }}/workspace"
19
20 # directory for storing base images acting as backing file
21 images_path: "{{ kuberef_root }}/images"
22
23 # public SSH key for use by kuberef installation
24 pub_key: "{{ lookup('env', 'HOME') }}/.ssh/id_rsa.pub"
25
26 # deployment type for kuberef
27 deployment_type: "{{ lookup('env', 'DEPLOYMENT') }}"