blob: b4c01a8d1e02ff9a092eff763d9a7a1109163d1b [file] [log] [blame]
Tatyana Leontovichf3718442018-10-31 13:36:13 +02001{% from 'cookied-cicd-queens-dvr-sl/underlay.yaml' import HOSTNAME_CFG01 with context %}
2{% from 'cookied-cicd-queens-dvr-sl/underlay.yaml' import LAB_CONFIG_NAME with context %}
3{% from 'cookied-cicd-queens-dvr-sl/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
Tatyana Leontovichf3718442018-10-31 13:36:13 +020012{{SHARED.MACRO_CHECK_SALT_VERSION_SERVICES_ON_CFG()}}
13
14{{SHARED.MACRO_CHECK_SALT_VERSION_ON_NODES()}}