blob: 8a739fc3726a9729b0dcd34e775c98e0237fb60f [file] [log] [blame]
Dennis Dmitriev0f624a82018-06-11 12:57:13 +03001{% from 'cookied-cicd-k8s-calico-sl/underlay.yaml' import HOSTNAME_CFG01 with context %}
2{% from 'cookied-cicd-k8s-calico-sl/underlay.yaml' import LAB_CONFIG_NAME with context %}
3{% from 'cookied-cicd-k8s-calico-sl/underlay.yaml' import DOMAIN_NAME with context %}
4
5{% set SALT_MODELS_REPOSITORY = os_env('SALT_MODELS_REPOSITORY','https://gerrit.mcp.mirantis.net/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
Dennis Dmitriev0f624a82018-06-11 12:57:13 +030010{{ SHARED.MACRO_INSTALL_SALT_MINIONS() }}
Tatyana Leontovich4453dd62018-06-26 18:44:31 +030011
12{{SHARED.MACRO_CHECK_SALT_VERSION_SERVICES_ON_CFG()}}
13
14{{SHARED.MACRO_CHECK_SALT_VERSION_ON_NODES()}}