blob: 69b7cdbd85163add3a91fa3bb74c2634702c28e6 [file] [log] [blame]
Dennis Dmitriev0f624a82018-06-11 12:57:13 +03001{% from 'cookied-model-generator/underlay.yaml' import HOSTNAME_CFG01 with context %}
2{% from 'cookied-model-generator/underlay.yaml' import DOMAIN_NAME with context %}
3
4{% set LAB_CONFIG_NAME = 'cookied-cicd-k8s-calico-sl' %}
5# Name of the context file (without extension, that is fixed .yaml) used to render the Environment model
6{% set ENVIRONMENT_MODEL_INVENTORY_NAME = os_env('ENVIRONMENT_MODEL_INVENTORY_NAME', LAB_CONFIG_NAME) %}
7# Path to the context files used to render Cluster and Environment models
8{%- set CLUSTER_CONTEXT_NAME = 'cookiecutter-context-k8s-sl.yaml' %}
obutenkoa87bca92018-12-20 15:25:57 +02009{%- set ENVIRONMENT_CONTEXT_NAMES = ['environment-context-k8s-sl.yaml', 'cookiecutter-context-k8s-sl.yaml'] %}
Dennis Dmitriev0f624a82018-06-11 12:57:13 +030010
11{% import 'shared-salt.yaml' as SHARED with context %}
12
13{{ SHARED.MACRO_INSTALL_PACKAGES_ON_NODES(HOSTNAME_CFG01) }}
Dennis Dmitriev0f624a82018-06-11 12:57:13 +030014
Dennis Dmitrievb3b37492018-07-08 21:23:00 +030015{{ SHARED.MACRO_INSTALL_FORMULAS('\*') }}
Tatyana Leontovich2e892752018-07-05 19:56:10 +030016
Dennis Dmitriev0f624a82018-06-11 12:57:13 +030017{{ SHARED.MACRO_GENERATE_COOKIECUTTER_MODEL() }}
18
19{{ SHARED.MACRO_GENERATE_AND_ENABLE_ENVIRONMENT_MODEL() }}
20
Dennis Dmitriev0f624a82018-06-11 12:57:13 +030021{{ SHARED.MACRO_GENERATE_INVENTORY(RERUN_SALTMASTER_STATE=true) }}