blob: 4b9c68cc492c62a5cbfa2450551d467807933968 [file] [log] [blame]
Tatyana Leontovich6603e902018-12-04 15:11:19 +02001{% from 'cookied-cicd-pike-dvr-ceph/underlay.yaml' import HOSTNAME_CFG01 with context %}
2{% from 'cookied-cicd-pike-dvr-ceph/underlay.yaml' import LAB_CONFIG_NAME with context %}
3{% from 'cookied-cicd-pike-dvr-ceph/underlay.yaml' import DOMAIN_NAME with context %}
4
5{% set SALT_MODELS_REPOSITORY = os_env('SALT_MODELS_REPOSITORY','https://gerrit.mcp.mirantis.com/salt-models/mcp-virtual-lab') %}
6# Other salt model repository parameters see in shared-salt.yaml
7
8{% import 'shared-salt.yaml' as SHARED with context %}
9
10{{ SHARED.MACRO_INSTALL_SALT_MINIONS() }}
11
12{{SHARED.MACRO_CHECK_SALT_VERSION_SERVICES_ON_CFG()}}
13
14{{SHARED.MACRO_CHECK_SALT_VERSION_ON_NODES()}}