Dennis Dmitriev | 0f624a8 | 2018-06-11 12:57:13 +0300 | [diff] [blame] | 1 | {% from 'cookied-cicd-k8s-calico/underlay.yaml' import HOSTNAME_CFG01 with context %} |
| 2 | {% from 'cookied-cicd-k8s-calico/underlay.yaml' import LAB_CONFIG_NAME with context %} |
| 3 | {% from 'cookied-cicd-k8s-calico/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 Dmitriev | 0f624a8 | 2018-06-11 12:57:13 +0300 | [diff] [blame] | 10 | {{ SHARED.MACRO_INSTALL_SALT_MINIONS() }} |
Tatyana Leontovich | 4453dd6 | 2018-06-26 18:44:31 +0300 | [diff] [blame] | 11 | |
| 12 | {{SHARED.MACRO_CHECK_SALT_VERSION_SERVICES_ON_CFG()}} |
| 13 | |
| 14 | {{SHARED.MACRO_CHECK_SALT_VERSION_ON_NODES()}} |