blob: 1f43386f82deb2f821ba3aee37008f7a3f5365b4 [file] [log] [blame]
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001{# Collection of common macroses shared across different deployments #}
2
Sergii Golovatiuk50f91892017-08-04 18:11:06 +02003{% set SALT_MODELS_BRANCH = os_env('SALT_MODELS_BRANCH','master') %}
Tatyana Leontovich8ac26d72019-05-15 23:33:38 +03004{% set JENKINS_PIPELINE_BRANCH = os_env('JENKINS_PIPELINE_BRANCH','') %}
Sergii Golovatiuk50f91892017-08-04 18:11:06 +02005{% set SALT_MODELS_COMMIT = os_env('SALT_MODELS_COMMIT','master') %}
6{# Reference to a patch that should be applied to the model if required, for example: export SALT_MODELS_REF_CHANGE=refs/changes/19/7219/12 #}
7{% set SALT_MODELS_REF_CHANGE = os_env('SALT_MODELS_REF_CHANGE', '') %}
8{# Pin to a specified commit in salt-models/reclass-system #}
Dennis Dmitriev3d0ed0a2018-11-23 11:02:52 +00009{% set SALT_MODELS_SYSTEM_REPOSITORY = os_env('SALT_MODELS_SYSTEM_REPOSITORY','https://gerrit.mcp.mirantis.com/salt-models/reclass-system') %}
10{% set SALT_MODELS_SYSTEM_COMMIT = os_env('SALT_MODELS_SYSTEM_COMMIT','') %}
11{% set SALT_MODELS_SYSTEM_REF_CHANGE = os_env('SALT_MODELS_SYSTEM_REF_CHANGE','') %}
12{% set SALT_MODELS_SYSTEM_TAG = os_env('SALT_MODELS_SYSTEM_TAG','') %}
Dennis Dmitriev06979442018-10-24 18:53:49 +030013{% set COOKIECUTTER_TEMPLATES_REPOSITORY_USER = os_env('COOKIECUTTER_TEMPLATES_REPOSITORY_USER','mcp-gerrit') %}
14{% set COOKIECUTTER_TEMPLATES_REPOSITORY_KEY_PATH = os_env('COOKIECUTTER_TEMPLATES_REPOSITORY_KEY_PATH','') %}
15{% set COOKIECUTTER_TEMPLATES_REPOSITORY = os_env('COOKIECUTTER_TEMPLATES_REPOSITORY','ssh://' + COOKIECUTTER_TEMPLATES_REPOSITORY_USER +'@gerrit.mcp.mirantis.com:29418/mk/cookiecutter-templates') %}
sgudz4d816eb2017-11-13 11:58:05 +020016{% set COOKIECUTTER_REF_CHANGE = os_env('COOKIECUTTER_REF_CHANGE','') %}
Tatyana Leontovich819a6c82018-06-04 12:05:16 +030017{% set COOKIECUTTER_TAG = os_env('COOKIECUTTER_TAG','') %}
sgudza399dc72018-01-18 17:13:48 +020018{% set COOKIECUTTER_TEMPLATE_COMMIT = os_env('COOKIECUTTER_TEMPLATE_COMMIT','') %}
Vladimir Khlyunevf337c902018-12-06 12:29:24 +040019{% set ENVIRONMENT_TEMPLATE_COMMIT = os_env('ENVIRONMENT_TEMPLATE_COMMIT','') %}
sgudzcced67d2017-10-11 15:56:09 +030020{% set ENVIRONMENT_TEMPLATE_REF_CHANGE = os_env('ENVIRONMENT_TEMPLATE_REF_CHANGE','') %}
Tatyana Leontovich4453dd62018-06-26 18:44:31 +030021# Currently we support 2 salt version that can be set over bellow var
Tatyana Leontovich14e201d2018-07-05 13:28:54 +030022{% set SALT_VERSION = os_env('SALT_VERSION','2017.7') %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +030023{% set REPOSITORY_SUITE = os_env('REPOSITORY_SUITE', 'testing') %}
Tatyana Leontovich3fb53412019-05-24 00:46:12 +030024{% set UPDATE_REPO_CUSTOM_TAG = os_env('UPDATE_REPO_CUSTOM_TAG', '') %}
25{% set UPDATE_VERSION = os_env('UPDATE_VERSION', 'proposed') %}
Dennis Dmitrievd9168b52018-12-19 18:53:52 +020026{# set FORMULA_REPOSITORY = os_env('FORMULA_REPOSITORY', 'deb [arch=amd64] http://apt.mirantis.com/${DISTRIB_CODENAME} ' + REPOSITORY_SUITE + ' salt extra') #}
obutenkob6006352018-12-20 10:46:44 +020027{% set FORMULA_REPOSITORY = os_env('FORMULA_REPOSITORY', "deb [arch=amd64] http://mirror.mirantis.com/" + REPOSITORY_SUITE + "/salt-formulas"+"/${DISTRIB_CODENAME} ${DISTRIB_CODENAME} main") %}
Tatyana Leontovich3fb53412019-05-24 00:46:12 +030028{% set UPDATE_FORMULA_REPOSITORY = os_env('UPDATE_FORMULA_REPOSITORY', "deb [arch=amd64] http://mirror.mirantis.com/update/" + UPDATE_VERSION + "/salt-formulas"+"/${DISTRIB_CODENAME} ${DISTRIB_CODENAME} main") %}
Dennis Dmitrievd9168b52018-12-19 18:53:52 +020029{# set FORMULA_GPG = os_env('FORMULA_GPG', 'http://apt.mirantis.com/public.gpg') #}
obutenkob6006352018-12-20 10:46:44 +020030{% set FORMULA_GPG = os_env('FORMULA_GPG', "http://mirror.mirantis.com/" + REPOSITORY_SUITE + "/salt-formulas/xenial/archive-salt-formulas.key") %}
Dennis Dmitrievd9168b52018-12-19 18:53:52 +020031{# set SALT_REPOSITORY = os_env('SALT_REPOSITORY', "deb [arch=amd64] http://apt.mirantis.com/${DISTRIB_CODENAME}/salt/2016.3 " + REPOSITORY_SUITE + " main") #}
Tatyana Leontovich4453dd62018-06-26 18:44:31 +030032# Note repo is changed so new one looks like defined bellow
33{% set SALT_REPOSITORY = os_env('SALT_REPOSITORY', "deb [arch=amd64] http://mirror.mirantis.com/" + REPOSITORY_SUITE+ "/saltstack-" + SALT_VERSION+ "/${DISTRIB_CODENAME} ${DISTRIB_CODENAME} main") %}
Dennis Dmitrievd9168b52018-12-19 18:53:52 +020034{# set SALT_GPG = os_env('SALT_GPG', 'http://apt.mirantis.com/public.gpg') #}
obutenkob6006352018-12-20 10:46:44 +020035{% set SALT_GPG = os_env('SALT_GPG', "http://mirror.mirantis.com/" + REPOSITORY_SUITE + "/salt-formulas/xenial/archive-salt-formulas.key") %}
Dennis Dmitrievcf777802018-02-14 18:09:55 +020036{% set UBUNTU_REPOSITORY = os_env('UBUNTU_REPOSITORY', "deb [arch=amd64] http://mirror.mirantis.com/" + REPOSITORY_SUITE + "/ubuntu/ ${DISTRIB_CODENAME} main restricted universe") %}
37{% set UBUNTU_UPDATES_REPOSITORY = os_env('UBUNTU_UPDATES_REPOSITORY', "deb [arch=amd64] http://mirror.mirantis.com/" + REPOSITORY_SUITE + "/ubuntu/ ${DISTRIB_CODENAME}-updates main restricted universe") %}
38{% set UBUNTU_SECURITY_REPOSITORY = os_env('UBUNTU_SECURITY_REPOSITORY', "deb [arch=amd64] http://mirror.mirantis.com/" + REPOSITORY_SUITE + "/ubuntu/ ${DISTRIB_CODENAME}-security main restricted universe") %}
Dennis Dmitriev9a532a52018-05-07 13:55:27 +030039{% set UBUNTU_KEY_SERVER = os_env('UBUNTU_KEY_SERVER', 'keyserver.ubuntu.com') %}
Tatyana Leontovich908ab932018-04-27 01:25:09 +030040{% set UBUNTU_KEY_ID = os_env('UBUNTU_KEY_ID', '0E08A149DE57BFBE') %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +030041
Sergii Golovatiuk50f91892017-08-04 18:11:06 +020042{# Address pools for reclass cluster model are taken in the following order:
43 # 1. environment variables,
44 # 2. config.underlay.address_pools based on fuel-devops address pools
45 # (see generated '.ini' file after underlay is created),
46 # 3. defaults #}
47{% set address_pools = config.underlay.address_pools %}
48{% set IPV4_NET_ADMIN = os_env('IPV4_NET_ADMIN', address_pools.get('admin-pool01', '192.168.10.0/24')) %}
49{% set IPV4_NET_CONTROL = os_env('IPV4_NET_CONTROL', address_pools.get('private-pool01', '172.16.10.0/24')) %}
50{% set IPV4_NET_TENANT = os_env('IPV4_NET_TENANT', address_pools.get('tenant-pool01', '10.1.0.0/24')) %}
51{% set IPV4_NET_EXTERNAL = os_env('IPV4_NET_EXTERNAL', address_pools.get('external-pool01', '10.16.0.0/24')) %}
52{% set IPV4_NET_ADMIN_PREFIX = '.'.join(IPV4_NET_ADMIN.split('.')[0:3]) %}
53{% set IPV4_NET_CONTROL_PREFIX = '.'.join(IPV4_NET_CONTROL.split('.')[0:3]) %}
54{% set IPV4_NET_TENANT_PREFIX = '.'.join(IPV4_NET_TENANT.split('.')[0:3]) %}
55{% set IPV4_NET_EXTERNAL_PREFIX = '.'.join(IPV4_NET_EXTERNAL.split('.')[0:3]) %}
56
Victor Ryzhenkin4e077ad2017-08-10 13:42:11 +040057{# Format for formula replacement:
58 # space separated string:
59 # export SALT_FORMULAS_REFS='apache:refs/changes/xxxx kubernetes:refs/changes/xxxx' #}
60
61{% set SALT_FORMULAS_REFS = os_env('SALT_FORMULAS_REFS', '') %}
Tatyana Leontovich1c101312018-04-18 20:33:08 +030062{% set TEMPEST_PATTERN = os_env('TEMPEST_PATTERN', 'tempest') %}
Tatyana Leontovich69700712018-04-23 12:26:57 +030063{% set EXCLUDE_TEST_ARGS = os_env('EXCLUDE_TEST_ARGS', '') %}
Dennis Dmitriev0f272312018-10-01 13:29:40 +030064{% set SALT_FORMULAS_REPO = os_env('SALT_FORMULAS_REPO', 'https://gerrit.mcp.mirantis.com/salt-formulas') %}
Victor Ryzhenkin4e077ad2017-08-10 13:42:11 +040065
Victor Ryzhenkin66593e92017-11-28 19:38:33 +040066# Needed for using different models in different templates
Dennis Dmitrievbdb2b9b2017-12-22 18:00:18 +020067{% set CLUSTER_NAME = os_env('CLUSTER_NAME', LAB_CONFIG_NAME) %}
Victor Ryzhenkin66593e92017-11-28 19:38:33 +040068
Vladimir Khlyunev0ca3ba82022-10-31 12:12:30 +040069# Ubuntu-postEOL updates by cloudlinux
70{% set UPDATES_MIRANTIS_VERSION = os_env('UPDATES_MIRANTIS_VERSION', '') %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +030071
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +020072{%- macro MACRO_INSTALL_PACKAGES_ON_NODES(NODE_NAME) %}
73{#####################################################}
74
75- description: 'Configure key on nodes and install packages'
76 cmd: |
77 rm -rf trusted* ;
78 rm -rf /etc/apt/sources.list ;
Dennis Dmitrievcf777802018-02-14 18:09:55 +020079 . /etc/lsb-release; # Get DISTRIB_CODENAME variable
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +020080 echo "{{ FORMULA_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_salt.list;
81 wget -O - "{{ FORMULA_GPG }}" | apt-key add -;
82 echo "{{ SALT_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_saltstack.list;
Tatyana Leontovich908ab932018-04-27 01:25:09 +030083 apt-key adv --keyserver "{{UBUNTU_KEY_SERVER}}" --recv-keys "{{ UBUNTU_KEY_ID}}"
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +020084 echo "{{ UBUNTU_REPOSITORY }}" > /etc/apt/sources.list.d/ubuntu.list
85 echo "{{ UBUNTU_UPDATES_REPOSITORY }}" > /etc/apt/sources.list.d/ubuntu_updates.list
86 echo "{{ UBUNTU_SECURITY_REPOSITORY }}" > /etc/apt/sources.list.d/ubuntu_security.list
Dennis Dmitrievf4e6efc2018-03-26 06:15:10 -050087 eatmydata apt-get clean;
88 apt-get update;
Dennis Dmitriev01d5e372018-03-15 23:29:29 +020089 sync;
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +020090 node_name: {{ NODE_NAME }}
91 retry: {count: 1, delay: 5}
92 skip_fail: false
93
94{%- endmacro %}
95
96
Tatyana Leontovich3fb53412019-05-24 00:46:12 +030097{%- macro MACRO_INSTALL_FORMULAS_FROM_UPDATE() %}
98{#####################################################}
99
100- description: 'Configure key on nodes and install packages'
101 cmd: |
102 rm -rf trusted* ;
103 rm -rf /etc/apt/sources.list ;
104 . /etc/lsb-release; # Get DISTRIB_CODENAME variable
105 echo "{{ UPDATE_FORMULA_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_update_salt.list;
106 wget -O - "{{ FORMULA_GPG }}" | apt-key add -;
107 eatmydata apt-get clean;
108 apt-get update;
109 sync;
110 node_name: {{ HOSTNAME_CFG01 }}
111 retry: {count: 1, delay: 5}
112 skip_fail: false
113
114{%- endmacro %}
115
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300116{%- macro MACRO_INSTALL_SALT_MASTER() %}
117{######################################}
118- description: Installing salt master on cfg01
Dennis Dmitrievcf777802018-02-14 18:09:55 +0200119 cmd: |
120 which wget >/dev/null || (apt-get update; apt-get install -y wget);
121 # Configure ubuntu and salt repositories
122 . /etc/lsb-release; # Get DISTRIB_CODENAME variable
123 echo "{{ UBUNTU_REPOSITORY }}" > /etc/apt/sources.list
124 echo "{{ UBUNTU_UPDATES_REPOSITORY }}" >> /etc/apt/sources.list
125 echo "{{ UBUNTU_SECURITY_REPOSITORY }}" >> /etc/apt/sources.list
126
127 echo "{{ FORMULA_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_salt.list;
128 wget -O - {{ FORMULA_GPG }} | apt-key add -;
129 echo "{{ SALT_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_saltstack.list;
Tatyana Leontovich908ab932018-04-27 01:25:09 +0300130 apt-key adv --keyserver "{{UBUNTU_KEY_SERVER}}" --recv-keys "{{ UBUNTU_KEY_ID}}"
131
Dennis Dmitrievcf777802018-02-14 18:09:55 +0200132
133 apt-get clean
134 apt-get update
135
136 # Install salt-master and reclass
137 eatmydata apt-get install -y --allow-unauthenticated reclass salt-master
138 # Install common packages
Dennis Dmitrievf88fc7d2018-02-20 15:40:08 +0200139 eatmydata apt-get install -y python-pip git curl at tmux byobu iputils-ping traceroute htop tree mc
Dennis Dmitriev01d5e372018-03-15 23:29:29 +0200140 sync;
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300141 node_name: {{ HOSTNAME_CFG01 }}
142 retry: {count: 1, delay: 1}
143 skip_fail: false
144
Dennis Dmitrievda9be462018-01-24 21:20:09 +0200145- description: Remove any existing minion keys
146 cmd: salt-key -y -D || true
147 node_name: {{ HOSTNAME_CFG01 }}
148 retry: {count: 1, delay: 1}
149 skip_fail: false
150
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300151- description: Configure salt-master on cfg01
152 cmd: |
Dennis Dmitrieva578c772018-01-24 21:02:15 +0200153 cat << 'EOF' > /etc/salt/master.d/master.conf
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300154 file_roots:
155 base:
156 - /usr/share/salt-formulas/env
157 pillar_opts: False
158 open_mode: True
159 reclass: &reclass
160 storage_type: yaml_fs
161 inventory_base_uri: /srv/salt/reclass
162 ext_pillar:
163 - reclass: *reclass
164 master_tops:
165 reclass: *reclass
166 EOF
167 node_name: {{ HOSTNAME_CFG01 }}
168 retry: {count: 1, delay: 1}
169 skip_fail: false
170
171- description: Configure GIT settings and certificates
Dennis Dmitriev3e731a42017-08-30 17:12:59 +0300172 cmd: |
173 set -e;
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +0200174 #touch /root/.git_trusted_certs.pem;
175 #for server in github.com; do \
176 # openssl s_client -showcerts -connect $server:443 </dev/null \
177 # | openssl x509 -outform PEM \
178 # >> /root/.git_trusted_certs.pem;
179 #done;
180 #HOME=/root git config --global http.sslCAInfo /root/.git_trusted_certs.pem;
181 HOME=/root git config --global user.email "mcp-integration-qa@example.com";
182 HOME=/root git config --global user.name "MCP Integration QA";
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300183 node_name: {{ HOSTNAME_CFG01 }}
184 retry: {count: 1, delay: 1}
185 skip_fail: false
186{%- endmacro %}
187
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200188
189{%- macro MACRO_CONFIG_DAY01_SALT_MASTER() %}
190{######################################}
191
192- description: Remove /etc/update-motd.d/52-info
193 cmd: rm -vf /etc/update-motd.d/52-info
194 node_name: {{ HOSTNAME_CFG01 }}
195 retry: {count: 1, delay: 10}
196 skip_fail: false
197
198- description: Set up static interface config
199 cmd: |
200 kill $(pidof /sbin/dhclient) || /bin/true
201 cat << 'EOF' > /etc/network/interfaces
202 # This file describes the network interfaces available on your system
203 # and how to activate them. For more information, see interfaces(5).
204
205 # The loopback network interface
206 auto lo
207 iface lo inet loopback
208
209 # The primary network interface
210 auto ens3
211 iface ens3 inet static
212 address {{ IPV4_NET_ADMIN_PREFIX }}.90
213 netmask 255.255.255.0
214 gateway {{ IPV4_NET_ADMIN_PREFIX }}.1
215 EOF
216 node_name: {{ HOSTNAME_CFG01 }}
217 retry: {count: 1, delay: 10}
218 skip_fail: false
219
220- description: Install common packages on cfg01
221 cmd: eatmydata apt-get update && apt-get install -y python-pip git curl at tmux byobu iputils-ping traceroute htop tree wget jq ntpdate
222 node_name: {{ HOSTNAME_CFG01 }}
223 retry: {count: 1, delay: 1}
224 skip_fail: false
225
226- description: Remove any existing minion keys
227 cmd: salt-key -y -D || true
228 node_name: {{ HOSTNAME_CFG01 }}
229 retry: {count: 1, delay: 1}
230 skip_fail: false
231
232- description: Configure GIT settings and certificates
233 cmd: |
234 set -e;
235 #touch /root/.git_trusted_certs.pem;
236 #for server in github.com; do \
237 # openssl s_client -showcerts -connect $server:443 </dev/null \
238 # | openssl x509 -outform PEM \
239 # >> /root/.git_trusted_certs.pem;
240 #done;
241 #HOME=/root git config --global http.sslCAInfo /root/.git_trusted_certs.pem;
242 HOME=/root git config --global user.email "mcp-integration-qa@example.com";
243 HOME=/root git config --global user.name "MCP Integration QA";
244 node_name: {{ HOSTNAME_CFG01 }}
245 retry: {count: 1, delay: 1}
246 skip_fail: false
247{%- endmacro %}
248
249
Dmitry Tyzhnenko1fe62a82018-06-01 12:54:26 +0300250{%- macro MACRO_CLONE_RECLASS_MODELS(IS_CONTRAIL_LAB=false, WITH_MAAS=false) %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300251{############################################################}
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300252{# Creates a 'cluster' model from cookiecutter-templates and 'environment' model from uploaded template #}
253
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300254- description: Clone reclass models with submodules
255 cmd: |
Dennis Dmitriev3e731a42017-08-30 17:12:59 +0300256 set -e;
Dennis Dmitriev75776c52017-12-26 18:22:53 +0200257 set -x;
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +0200258 #ssh-keyscan -H github.com >> ~/.ssh/known_hosts;
Dennis Dmitrievf00a3842018-01-24 16:44:26 +0200259
260 # In the day01 image, /srv/salt/reclass directory is already exists, so clone the model into the reclass.tmp directory
261 export GIT_SSL_NO_VERIFY=true; git clone -b {{ SALT_MODELS_BRANCH }} {{ SALT_MODELS_REPOSITORY }} /srv/salt/reclass.tmp;
Dennis Dmitriev70dd3062018-01-24 20:45:49 +0200262 rsync -a /srv/salt/reclass.tmp/ /srv/salt/reclass;
Dennis Dmitrievf00a3842018-01-24 16:44:26 +0200263
Dennis Dmitriev55ddd792017-12-22 16:35:57 +0200264 pushd /srv/salt/reclass;
265 git config submodule."classes/system".url "{{ SALT_MODELS_SYSTEM_REPOSITORY }}";
266 git submodule update --init --recursive;
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200267 {%- if SALT_MODELS_REF_CHANGE != '' %}
268 {%- for item in SALT_MODELS_REF_CHANGE.split(" ") %}
Dennis Dmitriev55ddd792017-12-22 16:35:57 +0200269 git fetch {{ SALT_MODELS_REPOSITORY }} {{ item }} && git cherry-pick FETCH_HEAD;
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200270 {%- endfor %}
271 {%- elif SALT_MODELS_COMMIT != 'master' %}
Dennis Dmitriev55ddd792017-12-22 16:35:57 +0200272 git checkout {{ SALT_MODELS_COMMIT }};
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200273 {%- endif %}
Dennis Dmitriev5f9cf2e2018-07-03 10:36:00 +0300274
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300275 {%- if SALT_MODELS_SYSTEM_REF_CHANGE != '' %}
Dmitry Tyzhnenko778515f2017-08-25 14:52:54 +0300276 pushd classes/system/ && \
277 {%- for item in SALT_MODELS_SYSTEM_REF_CHANGE.split(" ") %}
Dennis Dmitriev55ddd792017-12-22 16:35:57 +0200278 git fetch {{ SALT_MODELS_SYSTEM_REPOSITORY }} {{ item }} && git cherry-pick FETCH_HEAD;
Dmitry Tyzhnenko778515f2017-08-25 14:52:54 +0300279 {%- endfor %}
Dennis Dmitriev55ddd792017-12-22 16:35:57 +0200280 popd;
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300281 {%- elif SALT_MODELS_SYSTEM_COMMIT != '' %}
282 pushd classes/system/;
283 git checkout {{ SALT_MODELS_SYSTEM_COMMIT }};
284 popd;
Dennis Dmitriev5f9cf2e2018-07-03 10:36:00 +0300285 {%- elif SALT_MODELS_SYSTEM_TAG != '' %}
286 pushd classes/system/;
287 git fetch --all --tags --prune
288 git checkout tags/{{ SALT_MODELS_SYSTEM_TAG }};
289 popd;
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200290 {%- endif %}
Dennis Dmitriev5f9cf2e2018-07-03 10:36:00 +0300291
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200292 popd;
293 mkdir -p /srv/salt/reclass/classes/service;
Dennis Dmitrievb2e78be2017-09-26 23:25:24 +0300294 mkdir -p /srv/salt/reclass/nodes/_generated/;
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200295
296 # Replace firstly to an intermediate value to avoid intersection between
297 # already replaced and replacing networks.
298 # For example, if generated IPV4_NET_ADMIN_PREFIX=10.16.0 , then there is a risk of replacing twice:
299 # 192.168.10 -> 10.16.0 (generated network for admin)
300 # 10.16.0 -> <external network>
301 # So let's replace constant networks to the keywords, and then keywords to the desired networks.
Dennis Dmitriev9d9ba9f2017-09-13 17:34:03 +0300302 export REPLACE_DIRS="/srv/salt/reclass/classes/ /srv/salt/reclass/nodes/"
Dennis Dmitriev806f3b52018-02-26 18:04:24 +0200303 find ${REPLACE_DIRS} -type f -exec sed -i 's/192\.168\.10/==IPV4_NET_ADMIN_PREFIX==/g' {} +
304 find ${REPLACE_DIRS} -type f -exec sed -i 's/172\.16\.10/==IPV4_NET_CONTROL_PREFIX==/g' {} +
305 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.1\.0/==IPV4_NET_TENANT_PREFIX==/g' {} +
306 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.16\.0/==IPV4_NET_EXTERNAL_PREFIX==/g' {} +
Tatyana Leontovich26756912018-06-06 20:11:05 +0300307 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.60\.0/==IPV4_NET_CONTROL_PREFIX==/g' {} +
308 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.70\.0/==IPV4_NET_ADMIN_PREFIX==/g' {} +
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200309
Dennis Dmitriev806f3b52018-02-26 18:04:24 +0200310 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_ADMIN_PREFIX==/{{ IPV4_NET_ADMIN_PREFIX }}/g' {} +
311 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_CONTROL_PREFIX==/{{ IPV4_NET_CONTROL_PREFIX }}/g' {} +
312 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_TENANT_PREFIX==/{{ IPV4_NET_TENANT_PREFIX }}/g' {} +
313 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_EXTERNAL_PREFIX==/{{ IPV4_NET_EXTERNAL_PREFIX }}/g' {} +
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200314
Dennis Dmitriev9d9ba9f2017-09-13 17:34:03 +0300315 find ${REPLACE_DIRS} -type f -exec sed -i 's/apt_mk_version:.*/apt_mk_version: {{ REPOSITORY_SUITE }}/g' {} +
Victor Ryzhenkine784bbf2018-12-21 03:58:00 +0400316 find ${REPLACE_DIRS} -type f -exec sed -i 's/mcp_version:.*/mcp_version: {{ REPOSITORY_SUITE }}/g' {} +
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200317
Tatyana Leontovicha4a96b22018-04-25 14:30:24 +0300318 {%- if IS_CONTRAIL_LAB %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300319 # vSRX IPs for tcp-qa images have 172.16.10.90 hardcoded
Dennis Dmitriev9d9ba9f2017-09-13 17:34:03 +0300320 find ${REPLACE_DIRS} -type f -exec sed -i 's/opencontrail_router01_address:.*/opencontrail_router01_address: 172.16.10.90/g' {} +
Tatyana Leontovich3424bf62017-09-15 12:13:54 +0300321 find ${REPLACE_DIRS} -type f -exec sed -i 's/infra_config_deploy_address: 1.*/infra_config_deploy_address: {{ IPV4_NET_ADMIN_PREFIX }}.15/g' {} +
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300322 {%- endif %}
323
Dennis Dmitrievf5bef572017-12-24 17:52:41 +0200324 # Override some context parameters
325 {%- set CLUSTER_PATH = '/srv/salt/reclass/classes/cluster/' + CLUSTER_NAME %}
326 find {{ CLUSTER_PATH }} -type f -exec sed -i 's/cluster_name: .*/cluster_name: {{ CLUSTER_NAME }}/g' {} +
327 find {{ CLUSTER_PATH }} -type f -exec sed -i 's/cluster_domain: .*/cluster_domain: {{ DOMAIN_NAME }}/g' {} +
328
Dennis Dmitriev97e78e22018-02-23 21:51:49 +0200329 # Create the cfg01 inventory file or use existing
330 export CFG01_INVENTORY_FILE="/srv/salt/reclass/nodes/_generated/cfg01.{{ DOMAIN_NAME }}.yml"
331 [ -f ${CFG01_INVENTORY_FILE} ] || cat << 'EOF' > ${CFG01_INVENTORY_FILE}
Dennis Dmitrievb2e78be2017-09-26 23:25:24 +0300332 classes:
Victor Ryzhenkin66593e92017-11-28 19:38:33 +0400333 - cluster.{{ CLUSTER_NAME }}.infra.config
Dmitry Tyzhnenko1fe62a82018-06-01 12:54:26 +0300334 {%- if WITH_MAAS %}
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200335 - cluster.{{ CLUSTER_NAME }}.infra.maas
336 - cluster.{{ CLUSTER_NAME }}.infra.maas-machines
Dmitry Tyzhnenko1fe62a82018-06-01 12:54:26 +0300337 {%- endif %}
Dennis Dmitrievb2e78be2017-09-26 23:25:24 +0300338 parameters:
339 _param:
340 linux_system_codename: xenial
341 reclass_data_revision: master
342 linux:
343 system:
344 name: cfg01
345 domain: {{ DOMAIN_NAME }}
Sergii Golovatiuk50f91892017-08-04 18:11:06 +0200346 reclass:
347 storage:
348 data_source:
349 engine: local
350 EOF
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300351
352 # Show the changes to the console
353 cd /srv/salt/reclass/; git diff
354 node_name: {{ HOSTNAME_CFG01 }}
355 retry: {count: 1, delay: 1}
356 skip_fail: false
357{%- endmacro %}
358
Dmitry Tyzhnenkofcb4dab2019-03-05 20:11:59 +0200359{%- macro MACRO_UPLOAD_AND_IMPORT_GPG_ENCRYPTION_KEY() %}
360{%- set KEY_FILE_NAME = 'encryption-key.asc' %}
361- description: "Upload gpg encruption key"
362 upload:
363 local_path: {{ config.salt_deploy.templates_dir }}{{ LAB_CONFIG_NAME }}/
364 local_filename: {{ KEY_FILE_NAME }}
365 remote_path: /root/
366 node_name: {{ HOSTNAME_CFG01 }}
367
368- description: Import encryption key
369 cmd: |
Tatyana Leontovich1192aa42019-03-25 14:11:27 +0200370 set -ex;
371 mkdir -p /etc/salt/gpgkeys
372 chmod 0700 /etc/salt/gpgkeys
373 export GNUPGHOME=/etc/salt/gpgkeys
Dmitry Tyzhnenkofcb4dab2019-03-05 20:11:59 +0200374 gpg --import {{ KEY_FILE_NAME }}
375 gpg --list-keys
376 node_name: {{ HOSTNAME_CFG01 }}
377 retry: {count: 1, delay: 1}
378 skip_fail: false
379
380- description: Put encryption key to reclass folder
381 cmd: |
382 set -e;
383 set -x;
384 mkdir -p /srv/salt/reclass
385 cp /root/{{ KEY_FILE_NAME }} /srv/salt/reclass/
386 node_name: {{ HOSTNAME_CFG01 }}
387 retry: {count: 1, delay: 1}
388 skip_fail: false
389
390{%- endmacro %}
391
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300392
sgudz160b7302017-12-22 17:01:10 +0200393{%- macro MACRO_GENERATE_COOKIECUTTER_MODEL(IS_CONTRAIL_LAB=false, CONTROL_VLAN=None, TENANT_VLAN=None, CLUSTER_PRODUCT_MODELS='') %}
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300394{###################################################################}
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300395{%- set CLUSTER_CONTEXT_PATH = '/root/' + CLUSTER_CONTEXT_NAME %}
Dennis Dmitriev92295c02018-02-02 13:18:25 +0200396- description: "[EXPERIMENTAL] Upload cookiecutter-templates context to cfg01.{{ DOMAIN_NAME }}"
Dennis Dmitrievccdc87a2017-09-28 17:43:54 +0300397 upload:
398 local_path: {{ config.salt_deploy.templates_dir }}{{ LAB_CONFIG_NAME }}/
399 local_filename: {{ CLUSTER_CONTEXT_NAME }}
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300400 remote_path: /root/
Dennis Dmitrievccdc87a2017-09-28 17:43:54 +0300401 node_name: {{ HOSTNAME_CFG01 }}
402
Dennis Dmitrievbcf94f82018-07-03 10:06:06 +0300403- description: "Show options enabled in the context file for model generation"
404 cmd: |
405 echo "===== Options enabled in the context for generation the model {{ LAB_CONFIG_NAME }} ====="
406 fgrep "True" {{ CLUSTER_CONTEXT_PATH }}
407 echo "===== Sources for model generation ====="
408 echo "# mcp_version: {{ REPOSITORY_SUITE }}"
409 echo "COOKIECUTTER_TEMPLATES_REPOSITORY={{ COOKIECUTTER_TEMPLATES_REPOSITORY }}"
410 {%- if CLUSTER_PRODUCT_MODELS != '' %}
411 echo "CLUSTER_PRODUCT_MODELS={{ CLUSTER_PRODUCT_MODELS }}"
412 {%- endif %}
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300413 {%- if COOKIECUTTER_REF_CHANGE != '' %}
Dennis Dmitrievbcf94f82018-07-03 10:06:06 +0300414 echo "COOKIECUTTER_REF_CHANGE={{ COOKIECUTTER_REF_CHANGE }}"
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300415 {%- elif COOKIECUTTER_TEMPLATE_COMMIT != '' %}
416 echo "COOKIECUTTER_TEMPLATE_COMMIT={{ COOKIECUTTER_TEMPLATE_COMMIT }}"
Dennis Dmitriev713dce22018-07-03 11:47:46 +0300417 {%- elif COOKIECUTTER_TAG != '' %}
Dennis Dmitrievbcf94f82018-07-03 10:06:06 +0300418 echo "COOKIECUTTER_TAG={{ COOKIECUTTER_TAG }}"
419 {%- endif %}
420 echo "SALT_MODELS_SYSTEM_REPOSITORY={{ SALT_MODELS_SYSTEM_REPOSITORY }}"
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300421 {%- if SALT_MODELS_SYSTEM_REF_CHANGE != '' %}
Dennis Dmitrievbcf94f82018-07-03 10:06:06 +0300422 echo "SALT_MODELS_SYSTEM_REF_CHANGE={{ SALT_MODELS_SYSTEM_REF_CHANGE }}"
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300423 {%- elif SALT_MODELS_SYSTEM_COMMIT != '' %}
424 echo "SALT_MODELS_SYSTEM_COMMIT={{ SALT_MODELS_SYSTEM_COMMIT }}"
Dennis Dmitriev5f9cf2e2018-07-03 10:36:00 +0300425 {%- elif SALT_MODELS_SYSTEM_TAG != '' %}
426 echo "SALT_MODELS_SYSTEM_TAG={{ SALT_MODELS_SYSTEM_TAG }}"
Dennis Dmitrievbcf94f82018-07-03 10:06:06 +0300427 {%- endif %}
Tatyana Leontovich8ac26d72019-05-15 23:33:38 +0300428 {%- if JENKINS_PIPELINE_BRANCH != '' %}
429 echo "JENKINS_PIPELINE_BRANCH={{ JENKINS_PIPELINE_BRANCH }}"
430 {%- endif %}
Vladimir Khlyunev0ca3ba82022-10-31 12:12:30 +0400431 {%- if UPDATES_MIRANTIS_VERSION != '' %}
432 echo "UPDATES_MIRANTIS_VERSION={{ UPDATES_MIRANTIS_VERSION }}"
433 {%- endif %}
434
Dennis Dmitrievbcf94f82018-07-03 10:06:06 +0300435 echo "======================================="
436 node_name: {{ HOSTNAME_CFG01 }}
437 retry: {count: 1, delay: 1}
438 skip_fail: false
439
Dennis Dmitriev06979442018-10-24 18:53:49 +0300440- description: "Upload {{ COOKIECUTTER_TEMPLATES_REPOSITORY_USER }} key"
441 upload:
442 local_path: {{ COOKIECUTTER_TEMPLATES_REPOSITORY_KEY_PATH | dirname }}/
443 local_filename: {{ COOKIECUTTER_TEMPLATES_REPOSITORY_KEY_PATH | basename }}
444 remote_path: /tmp/
445 node_name: {{ HOSTNAME_CFG01 }}
446
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300447- description: Create cluster model from cookiecutter templates
448 cmd: |
449 set -e;
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300450 set -x;
Tatyana Leontovich1ef60952018-12-19 00:36:50 +0200451 sudo apt-get install virtualenv -y
Dmitry Tyzhnenko1fe62a82018-06-01 12:54:26 +0300452 sudo apt-get install python-setuptools -y
Dennis Dmitrievb4b74032018-12-18 21:53:23 +0200453
454 [[ -d /root/venv-reclass-tools ]] || virtualenv /root/venv-reclass-tools;
455 . /root/venv-reclass-tools/bin/activate;
456 pip install -U pip
457
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300458 pip install cookiecutter
Dennis Dmitriev06979442018-10-24 18:53:49 +0300459
460 chmod 0600 /tmp/{{ COOKIECUTTER_TEMPLATES_REPOSITORY_KEY_PATH | basename }}
461 eval $(ssh-agent)
462 ssh-add /tmp/{{ COOKIECUTTER_TEMPLATES_REPOSITORY_KEY_PATH | basename }}
Hanna Arhipova894a7682021-09-27 14:11:53 +0300463
464 git config --global user.name {{ HOSTNAME_CFG01 }}
465 git config --global user.email {{ HOSTNAME_CFG01 }}@example.com
466
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300467 export GIT_SSL_NO_VERIFY=true; git clone {{ COOKIECUTTER_TEMPLATES_REPOSITORY }} /root/cookiecutter-templates
sgudz4d816eb2017-11-13 11:58:05 +0200468
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300469 {%- if COOKIECUTTER_REF_CHANGE != '' %}
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300470 pushd /root/cookiecutter-templates
Dennis Dmitrievbcf94f82018-07-03 10:06:06 +0300471 git fetch {{ COOKIECUTTER_TEMPLATES_REPOSITORY }} {{ COOKIECUTTER_REF_CHANGE }} && git checkout FETCH_HEAD
sgudz4d816eb2017-11-13 11:58:05 +0200472 popd
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300473 {%- elif COOKIECUTTER_TEMPLATE_COMMIT != '' %}
474 pushd /root/cookiecutter-templates
475 git checkout {{ COOKIECUTTER_TEMPLATE_COMMIT }}
476 popd
Dennis Dmitriev713dce22018-07-03 11:47:46 +0300477 {%- elif COOKIECUTTER_TAG != '' %}
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300478 pushd /root/cookiecutter-templates
Tatyana Leontovich819a6c82018-06-04 12:05:16 +0300479 git fetch --all --tags --prune
480 git checkout tags/{{ COOKIECUTTER_TAG }}
481 popd
482 {%- endif %}
483
Dennis Dmitrievddcea2f2018-12-18 21:21:11 +0200484 if [ -f /root/cookiecutter-templates/requirements.txt ]; then
485 pip install -r /root/cookiecutter-templates/requirements.txt
486 fi
487
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300488 mkdir -p /srv/salt/reclass/classes/cluster/
489 mkdir -p /srv/salt/reclass/classes/system/
490 mkdir -p /srv/salt/reclass/classes/service/
491 mkdir -p /srv/salt/reclass/nodes/_generated
492
493 # Override some context parameters
Dennis Dmitrievf5bef572017-12-24 17:52:41 +0200494 sed -i 's/cluster_name: .*/cluster_name: {{ CLUSTER_NAME }}/g' {{ CLUSTER_CONTEXT_PATH }}
495 sed -i 's/cluster_domain: .*/cluster_domain: {{ DOMAIN_NAME }}/g' {{ CLUSTER_CONTEXT_PATH }}
Dennis Dmitriev862f7752018-01-19 17:12:11 +0200496 sed -i 's/mcp_version:.*/mcp_version: {{ REPOSITORY_SUITE }}/g' {{ CLUSTER_CONTEXT_PATH }}
Tatyana Leontovich8ac26d72019-05-15 23:33:38 +0300497 {%- if JENKINS_PIPELINE_BRANCH != '' %}
Hanna Arhipovac2965a42020-01-21 12:27:33 +0200498 # Escape / with \/
Dmitriy Kruglov402ef3b2020-01-29 23:52:12 +0100499 escaped_branch=$(echo {{ JENKINS_PIPELINE_BRANCH }} | sed s'/\//\\\//g')
500 sed -i "s/jenkins_pipelines_branch:.*/jenkins_pipelines_branch: '$escaped_branch'/g" {{ CLUSTER_CONTEXT_PATH }}
Tatyana Leontovich8ac26d72019-05-15 23:33:38 +0300501 {%- endif %}
sgudz8c888ec2017-10-02 15:29:23 +0300502 {%- if CONTROL_VLAN %}
Dennis Dmitrievf5bef572017-12-24 17:52:41 +0200503 sed -i 's/control_vlan: .*/control_vlan: {{ CONTROL_VLAN }}/g' {{ CLUSTER_CONTEXT_PATH }}
sgudz8c888ec2017-10-02 15:29:23 +0300504 {%- endif %}
505 {%- if TENANT_VLAN %}
Dennis Dmitrievf5bef572017-12-24 17:52:41 +0200506 sed -i 's/tenant_vlan: .*/tenant_vlan: {{ TENANT_VLAN }}/g' {{ CLUSTER_CONTEXT_PATH }}
sgudz8c888ec2017-10-02 15:29:23 +0300507 {%- endif %}
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300508
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300509 # Replace firstly to an intermediate value to avoid intersection between
510 # already replaced and replacing networks.
511 # For example, if generated IPV4_NET_ADMIN_PREFIX=10.16.0 , then there is a risk of replacing twice:
512 # 192.168.10 -> 10.16.0 (generated network for admin)
513 # 10.16.0 -> <external network>
514 # So let's replace constant networks to the keywords, and then keywords to the desired networks.
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300515 export REPLACE_DIRS="{{ CLUSTER_CONTEXT_PATH }} /root/cookiecutter-templates"
Dennis Dmitriev0f624a82018-06-11 12:57:13 +0300516 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.167\.5/==IPV4_NET_ADMIN_PREFIX==/g' {} +
517 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.167\.4/==IPV4_NET_CONTROL_PREFIX==/g' {} +
518 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.167\.6/==IPV4_NET_TENANT_PREFIX==/g' {} +
519 find ${REPLACE_DIRS} -type f -exec sed -i 's/172\.17\.16/==IPV4_NET_EXTERNAL_PREFIX==/g' {} +
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300520
Dennis Dmitriev0f624a82018-06-11 12:57:13 +0300521 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_ADMIN_PREFIX==/{{ IPV4_NET_ADMIN_PREFIX }}/g' {} +
522 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_CONTROL_PREFIX==/{{ IPV4_NET_CONTROL_PREFIX }}/g' {} +
523 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_TENANT_PREFIX==/{{ IPV4_NET_TENANT_PREFIX }}/g' {} +
524 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_EXTERNAL_PREFIX==/{{ IPV4_NET_EXTERNAL_PREFIX }}/g' {} +
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300525
Vladimir Khlyunev0ca3ba82022-10-31 12:12:30 +0400526 {%- if UPDATES_MIRANTIS_VERSION != '' %}
527 sed -i "s/updates_mirantis_version:.*/updates_mirantis_version: '{{ UPDATES_MIRANTIS_VERSION }}'/g" {{ CLUSTER_CONTEXT_PATH }}
528 {%- endif %}
529
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300530 {% set items = CLUSTER_PRODUCT_MODELS or '$(ls /root/cookiecutter-templates/cluster_product/)' %}
Dmitry Tyzhnenkofcb4dab2019-03-05 20:11:59 +0200531 mkdir -p /tmp/output /srv/salt/reclass/classes/cluster/{{ CLUSTER_NAME }}/
Tatyana Leontovich1192aa42019-03-25 14:11:27 +0200532 # Allow to use encryption keys
533 export GNUPGHOME=/etc/salt/gpgkeys
sgudz160b7302017-12-22 17:01:10 +0200534 for item in {{ items }}; do
Dmitry Tyzhnenkofcb4dab2019-03-05 20:11:59 +0200535 [ "$item" = "stacklight2" ] && continue;
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300536 python /root/cookiecutter-templates/generate.py \
537 --template /root/cookiecutter-templates/cluster_product/$item \
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300538 --config-file {{ CLUSTER_CONTEXT_PATH }} \
Dmitry Tyzhnenkofcb4dab2019-03-05 20:11:59 +0200539 --output-dir /tmp/output/$item/;
540 mv -v /tmp/output/$item/{{ CLUSTER_NAME }}/$item /srv/salt/reclass/classes/cluster/{{ CLUSTER_NAME }}/;
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300541 done
542
Dennis Dmitriev96e10202018-07-03 09:55:56 +0300543 export GIT_SSL_NO_VERIFY=true; git clone {{ SALT_MODELS_SYSTEM_REPOSITORY }} /srv/salt/reclass/classes/system/
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300544
Dennis Dmitriev97e78e22018-02-23 21:51:49 +0200545 # Create the cfg01 inventory file or use existing
546 export CFG01_INVENTORY_FILE="/srv/salt/reclass/nodes/_generated/cfg01.{{ DOMAIN_NAME }}.yml"
547 [ -f ${CFG01_INVENTORY_FILE} ] || cat << 'EOF' > ${CFG01_INVENTORY_FILE}
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300548 classes:
549 - system.openssh.server.team.all
Dennis Dmitrievbdb2b9b2017-12-22 18:00:18 +0200550 - cluster.{{ CLUSTER_NAME }}.infra.config
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300551 EOF
552
553 node_name: {{ HOSTNAME_CFG01 }}
554 retry: {count: 1, delay: 1}
555 skip_fail: false
556
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300557- description: Modify generated model and reclass-system if necessary
558 cmd: |
559 set -e;
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300560 set -x;
Hanna Arhipova7b2e81b2021-09-27 14:11:53 +0300561
562 {%- if SALT_MODELS_SYSTEM_COMMIT != '' %}
Dennis Dmitrievee5ef232018-08-31 13:53:18 +0300563 pushd /srv/salt/reclass/classes/system/
564 git checkout {{ SALT_MODELS_SYSTEM_COMMIT }};
565 popd;
Dennis Dmitriev5f9cf2e2018-07-03 10:36:00 +0300566 {%- elif SALT_MODELS_SYSTEM_TAG != '' %}
567 pushd /srv/salt/reclass/classes/system/
568 git fetch --all --tags --prune
569 git checkout tags/{{ SALT_MODELS_SYSTEM_TAG }};
570 popd;
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300571 {%- endif %}
572
Hanna Arhipova7b2e81b2021-09-27 14:11:53 +0300573 {%- if SALT_MODELS_SYSTEM_REF_CHANGE != '' %}
574 pushd /srv/salt/reclass/classes/system/ && \
575 {%- for item in SALT_MODELS_SYSTEM_REF_CHANGE.split(" ") %}
576 git fetch {{ SALT_MODELS_SYSTEM_REPOSITORY }} {{ item }} && git cherry-pick FETCH_HEAD;
577 {%- endfor %}
578 popd;
579 {%- endif %}
580
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300581 {%- if IS_CONTRAIL_LAB %}
Dennis Dmitriev862f7752018-01-19 17:12:11 +0200582 export REPLACE_DIRS="/srv/salt/reclass/classes/ /srv/salt/reclass/nodes/"
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300583 # vSRX IPs for tcp-qa images have 172.16.10.90 hardcoded
584 find ${REPLACE_DIRS} -type f -exec sed -i 's/opencontrail_router01_address:.*/opencontrail_router01_address: 172.16.10.90/g' {} +
585 find ${REPLACE_DIRS} -type f -exec sed -i 's/infra_config_deploy_address: 1.*/infra_config_deploy_address: {{ IPV4_NET_ADMIN_PREFIX }}.15/g' {} +
586 {%- endif %}
587
588 node_name: {{ HOSTNAME_CFG01 }}
589 retry: {count: 1, delay: 1}
590 skip_fail: false
Tatyana Leontovich4453dd62018-06-26 18:44:31 +0300591
592- description: Restart salt-api
593 cmd: |
594 set -e;
595 systemctl restart salt-api
596
597 node_name: {{ HOSTNAME_CFG01 }}
598 retry: {count: 1, delay: 1}
599 skip_fail: false
Dennis Dmitrieva5f38e42017-09-21 21:52:25 +0300600{%- endmacro %}
601
602
Taras Khlivnyakb68630b2021-04-26 23:24:56 +0300603{%- macro MACRO_GENERATE_AND_ENABLE_ENVIRONMENT_MODEL(KNOWN_HOST_AUTOPOPULATION=true) %}
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300604{########################################################}
Dennis Dmitrievccdc87a2017-09-28 17:43:54 +0300605
Dennis Dmitriev92295c02018-02-02 13:18:25 +0200606- description: "[EXPERIMENTAL] Clone 'environment-template' repository to cfg01.{{ DOMAIN_NAME }}"
Dennis Dmitriev9e18de72017-10-11 18:14:36 +0300607 cmd: |
608 set -e;
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300609 mkdir -p /root/environment/;
Hanna Arhipova5173aad2019-11-11 12:42:31 +0200610 export GIT_SSL_NO_VERIFY=true; git clone https://gerrit.mcp.mirantis.com/mcp/tcp-qa-environment-template /root/environment/environment_template
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300611
Vladimir Khlyunevf337c902018-12-06 12:29:24 +0400612 {%- if ENVIRONMENT_TEMPLATE_REF_CHANGE != '' %}
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300613 pushd /root/environment/environment_template &&
Hanna Arhipovae6357222020-01-08 19:55:27 +0200614 git fetch https://gerrit.mcp.mirantis.com/mcp/tcp-qa-environment-template {{ ENVIRONMENT_TEMPLATE_REF_CHANGE }} &&
sgudzcced67d2017-10-11 15:56:09 +0300615 git checkout FETCH_HEAD &&
616 popd
Vladimir Khlyunevf337c902018-12-06 12:29:24 +0400617 {%- elif ENVIRONMENT_TEMPLATE_COMMIT != '' %}
618 pushd /root/environment/environment_template
619 git checkout {{ ENVIRONMENT_TEMPLATE_COMMIT }}
620 popd
621 {%- endif %}
622
sgudzcced67d2017-10-11 15:56:09 +0300623 node_name: {{ HOSTNAME_CFG01 }}
624 skip_fail: false
sgudzcced67d2017-10-11 15:56:09 +0300625
Dennis Dmitrievccdc87a2017-09-28 17:43:54 +0300626{%- for ENVIRONMENT_CONTEXT_NAME in ENVIRONMENT_CONTEXT_NAMES %}
Dennis Dmitriev92295c02018-02-02 13:18:25 +0200627- description: "[EXPERIMENTAL] Upload environment inventory to cfg01.{{ DOMAIN_NAME }}"
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300628 upload:
629 local_path: {{ config.salt_deploy.templates_dir }}{{ LAB_CONFIG_NAME }}/
630 local_filename: {{ ENVIRONMENT_CONTEXT_NAME }}
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300631 remote_path: /root/environment/
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300632 node_name: {{ HOSTNAME_CFG01 }}
Dennis Dmitrievccdc87a2017-09-28 17:43:54 +0300633{%- endfor %}
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300634
Dennis Dmitriev1ddf6472018-11-25 22:30:12 +0200635- description: "Replace template addresses to actual environment addresses"
636 cmd: |
637 set -ex;
638 # Replace firstly to an intermediate value to avoid intersection between
639 # already replaced and replacing networks.
640 # For example, if generated IPV4_NET_ADMIN_PREFIX=10.16.0 , then there is a risk of replacing twice:
641 # 192.168.10 -> 10.16.0 (generated network for admin)
642 # 10.16.0 -> <external network>
643 # So let's replace constant networks to the keywords, and then keywords to the desired networks.
644 export REPLACE_DIRS="/root/environment/"
645 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.167\.5/==IPV4_NET_ADMIN_PREFIX==/g' {} +
646 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.167\.4/==IPV4_NET_CONTROL_PREFIX==/g' {} +
647 find ${REPLACE_DIRS} -type f -exec sed -i 's/10\.167\.6/==IPV4_NET_TENANT_PREFIX==/g' {} +
648 find ${REPLACE_DIRS} -type f -exec sed -i 's/172\.17\.16/==IPV4_NET_EXTERNAL_PREFIX==/g' {} +
649
650 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_ADMIN_PREFIX==/{{ IPV4_NET_ADMIN_PREFIX }}/g' {} +
651 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_CONTROL_PREFIX==/{{ IPV4_NET_CONTROL_PREFIX }}/g' {} +
652 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_TENANT_PREFIX==/{{ IPV4_NET_TENANT_PREFIX }}/g' {} +
653 find ${REPLACE_DIRS} -type f -exec sed -i 's/==IPV4_NET_EXTERNAL_PREFIX==/{{ IPV4_NET_EXTERNAL_PREFIX }}/g' {} +
654 node_name: {{ HOSTNAME_CFG01 }}
655 retry: {count: 1, delay: 5}
656 skip_fail: false
657
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300658- description: "[EXPERIMENTAL] Remove linux.network.interface object from the cluster/system models and use fixed 'environment' model instead"
659 cmd: |
660 set -e;
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300661 set -x;
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300662 apt-get -y install python-virtualenv python-pip build-essential python-dev libssl-dev;
Dennis Dmitrievd96ace12018-01-26 14:46:21 +0200663 [[ -d /root/venv-reclass-tools ]] || virtualenv /root/venv-reclass-tools;
664 . /root/venv-reclass-tools/bin/activate;
Hanna Arhipovad33353e2021-02-15 23:14:51 +0200665 pip install git+https://gerrit.mcp.mirantis.com/mcp/tcp-qa-reclass-tools;
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300666 reclass-tools del-key parameters.linux.network.interface /srv/salt/reclass/classes/cluster/;
667 reclass-tools del-key parameters.linux.network.interface /srv/salt/reclass/classes/system/;
668 reclass-tools del-key parameters.linux.network.interface /usr/share/salt-formulas/reclass/;
669
Dennis Dmitriev6368f082018-02-23 13:30:30 -0500670 if ! reclass-tools get-key 'classes' /srv/salt/reclass/nodes/_generated/cfg01.{{ DOMAIN_NAME }}.yml | grep -q "environment.{{ ENVIRONMENT_MODEL_INVENTORY_NAME }}$"; then
671 reclass-tools add-key 'classes' 'environment.{{ ENVIRONMENT_MODEL_INVENTORY_NAME }}.reclass_datasource_local' /srv/salt/reclass/nodes/_generated/cfg01.{{ DOMAIN_NAME }}.yml --merge ;
672 reclass-tools add-key 'classes' 'environment.{{ ENVIRONMENT_MODEL_INVENTORY_NAME }}' /srv/salt/reclass/nodes/_generated/cfg01.{{ DOMAIN_NAME }}.yml --merge ;
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300673 fi;
674
675 node_name: {{ HOSTNAME_CFG01 }}
676 retry: {count: 1, delay: 5}
677 skip_fail: false
678
Dennis Dmitriev222ba8e2017-11-11 00:06:02 +0200679- description: "Workaround for PROD-15923: all keepalive instances must be named 'VIP'"
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300680 cmd: |
681 set -e;
Dennis Dmitriev222ba8e2017-11-11 00:06:02 +0200682 find /srv/salt/reclass/classes/{system,cluster}/ -name '*.yml' -type f -exec sed -ri '/^ keepalived:/{:1;N;/\n instance:/!b1 {N; /\n [[:graph:]]+:/ { s/\n instance:\n [[:graph:]]+:/\n instance:\n VIP:/ } } }' {} +
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300683
684 node_name: {{ HOSTNAME_CFG01 }}
685 retry: {count: 1, delay: 5}
686 skip_fail: false
687
688- description: "[EXPERIMENTAL] Create environment model for virtual environment"
689 cmd: |
690 set -e;
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300691 set -x;
Dennis Dmitrievd96ace12018-01-26 14:46:21 +0200692 . /root/venv-reclass-tools/bin/activate;
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300693 reclass-tools render --template-dir /root/environment/environment_template/ \
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300694 --output-dir /srv/salt/reclass/classes/environment/ \
Dennis Dmitriev30841c32018-07-19 20:12:07 +0300695 {% for ENVIRONMENT_CONTEXT_NAME in ENVIRONMENT_CONTEXT_NAMES %} --context /root/environment/{{ENVIRONMENT_CONTEXT_NAME}}{% endfor %} \
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300696 --env-name {{ ENVIRONMENT_MODEL_INVENTORY_NAME }}
697 node_name: {{ HOSTNAME_CFG01 }}
698 retry: {count: 1, delay: 5}
699 skip_fail: false
sgudz8c888ec2017-10-02 15:29:23 +0300700
Taras Khlivnyakb68630b2021-04-26 23:24:56 +0300701- description: "[EXPERIMENTAL] Disable known_host_autopopulation if its not enabled"
702 cmd: |
703 {%- if not KNOWN_HOST_AUTOPOPULATION %}
704 set -e;
705 set -x;
706 . /root/venv-reclass-tools/bin/activate;
707 reclass-tools add-bool-key parameters.reclass.storage.node.infra_config_node01.parameters.openssh.client.known_hosts_autopopulation false /srv/salt/reclass/classes/environment/{{ ENVIRONMENT_MODEL_INVENTORY_NAME }}/init.yml
708 {%- endif %}
709 node_name: {{ HOSTNAME_CFG01 }}
710 retry: {count: 1, delay: 5}
711 skip_fail: false
712
sgudz8c888ec2017-10-02 15:29:23 +0300713- description: Modify generated model and reclass-system
714 cmd: |
715 export REPLACE_DIRS="/srv/salt/reclass/classes/ /srv/salt/reclass/nodes/"
716 find ${REPLACE_DIRS} -type f -exec sed -i 's/apt_mk_version:.*/apt_mk_version: {{ REPOSITORY_SUITE }}/g' {} +
Victor Ryzhenkine784bbf2018-12-21 03:58:00 +0400717 find ${REPLACE_DIRS} -type f -exec sed -i 's/mcp_version:.*/mcp_version: {{ REPOSITORY_SUITE }}/g' {} +
sgudz8c888ec2017-10-02 15:29:23 +0300718 node_name: {{ HOSTNAME_CFG01 }}
719 retry: {count: 1, delay: 1}
720 skip_fail: false
721
sgudzb7953382019-02-18 17:59:30 +0200722{%- if UPDATE_REPO_CUSTOM_TAG != '' %}
Hanna Arhipovaaad914c2020-04-13 17:10:20 +0300723- description: "[EXPERIMENTAL] Change update repos tag according to defined in job"
sgudzb7953382019-02-18 17:59:30 +0200724 cmd: |
725 . /root/venv-reclass-tools/bin/activate;
726 reclass-tools add-key parameters._param.linux_system_repo_update_url 'http://mirror.mirantis.com/update/{{ UPDATE_REPO_CUSTOM_TAG }}/' /srv/salt/reclass/classes/cluster/{{ CLUSTER_NAME }}/openstack/init.yml;
sgudzb7953382019-02-18 17:59:30 +0200727 node_name: {{ HOSTNAME_CFG01 }}
728 retry: {count: 1, delay: 5}
729 skip_fail: false
730{%- endif %}
731
Dennis Dmitriev9f141af2017-09-28 17:21:01 +0300732{%- endmacro %}
733
734
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300735{%- macro MACRO_CONFIGURE_RECLASS(FORMULA_SERVICES='') %}
736{#######################################################}
737- description: Configure reclass
738 cmd: |
Dennis Dmitriev3e731a42017-08-30 17:12:59 +0300739 set -e;
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300740 set -x;
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300741 FORMULA_PATH=${FORMULA_PATH:-/usr/share/salt-formulas};
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300742 which wget > /dev/null || (apt-get update; apt-get install -y wget);
Dennis Dmitrievcf777802018-02-14 18:09:55 +0200743 . /etc/lsb-release; # Get DISTRIB_CODENAME variable
Dennis Dmitriev3fbbc7f2017-12-21 15:42:14 +0200744 echo "{{ FORMULA_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_salt.list;
745 wget -O - "{{ FORMULA_GPG }}" | apt-key add -;
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300746 apt-get clean; apt-get update;
747 [ ! -d /srv/salt/reclass/classes/service ] && mkdir -p /srv/salt/reclass/classes/service;
748 declare -a formula_services=({{ FORMULA_SERVICES }});
749 echo -e "\nInstalling all required salt formulas\n";
Dennis Dmitriev01d5e372018-03-15 23:29:29 +0200750 apt-get install -y "${formula_services[@]/#/salt-formula-}";
Dennis Dmitriev3d28aa32018-07-04 16:14:59 +0300751 for formula_service in $(ls -1 ${FORMULA_PATH}/reclass/service); do
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300752 echo -e "\nLink service metadata for formula ${formula_service} ...\n";
753 [ ! -L "/srv/salt/reclass/classes/service/${formula_service}" ] && ln -s ${FORMULA_PATH}/reclass/service/${formula_service} /srv/salt/reclass/classes/service/${formula_service};
754 done;
755 [ ! -d /srv/salt/env ] && mkdir -p /srv/salt/env;
756 [ ! -L /srv/salt/env/prd ] && ln -s ${FORMULA_PATH}/env /srv/salt/env/prd;
757 [ ! -d /etc/reclass ] && mkdir /etc/reclass;
758
Dennis Dmitrieva578c772018-01-24 21:02:15 +0200759 cat << 'EOF' > /etc/reclass/reclass-config.yml
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300760 storage_type: yaml_fs
761 pretty_print: True
762 output: yaml
763 inventory_base_uri: /srv/salt/reclass
764 EOF
765 node_name: {{ HOSTNAME_CFG01 }}
766 retry: {count: 1, delay: 1}
767 skip_fail: false
768
Dennis Dmitriev92295c02018-02-02 13:18:25 +0200769- description: "*Workaround* remove all cfg01 nodes except cfg01.{{ DOMAIN_NAME }} to not depend on other clusters in 'reclass --top'"
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300770 cmd: |
Dennis Dmitriev92295c02018-02-02 13:18:25 +0200771 # Remove all other nodes except cfg01.{{ DOMAIN_NAME }} to not rely on them for 'reclass --top'
772 find /srv/salt/reclass/nodes/ -type f -not -name cfg01.{{ DOMAIN_NAME }}.yml -delete
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300773 node_name: {{ HOSTNAME_CFG01 }}
774 retry: {count: 1, delay: 5}
775 skip_fail: false
776
777- description: Configure salt adoptors on cfg01
778 cmd: |
779 ln -s /usr/lib/python2.7/dist-packages/reclass/adapters/salt.py /usr/local/sbin/reclass-salt;
780 chmod +x /usr/lib/python2.7/dist-packages/reclass/adapters/salt.py
781 node_name: {{ HOSTNAME_CFG01 }}
782 retry: {count: 1, delay: 1}
783 skip_fail: false
784
785- description: Show reclass-salt --top for cfg01 node
786 cmd: reclass-salt --top
787 node_name: {{ HOSTNAME_CFG01 }}
788 retry: {count: 1, delay: 5}
789 skip_fail: false
790
791- description: Restart salt-master service
ibumarskov712a6872018-04-25 09:22:15 +0400792 cmd: service salt-master restart;
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300793 node_name: {{ HOSTNAME_CFG01 }}
794 retry: {count: 1, delay: 5}
795 skip_fail: false
796{%- endmacro %}
797
798
799{%- macro MACRO_INSTALL_SALT_MINIONS() %}
800{#######################################}
Dennis Dmitriev5bcbdc52018-03-23 18:05:10 +0200801{%- for ssh in config.underlay.ssh %}
802 {%- set salt_roles = [] %}
803 {%- for role in ssh['roles'] %}
804 {%- if role in config.salt_deploy.salt_roles %}
805 {%- set _ = salt_roles.append(role) %}
806 {%- endif %}
807 {%- endfor %}
808
809 {%- if salt_roles %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300810- description: Configure salt-minion on {{ ssh['node_name'] }}
811 cmd: |
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300812 set -ex;
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300813 [ ! -d /etc/salt/minion.d ] && mkdir -p /etc/salt/minion.d;
Dennis Dmitriev3fe24dd2018-07-20 18:38:57 +0300814 cat << EOF > /etc/salt/minion.d/minion.conf
815 id: $(hostname -s).{{ DOMAIN_NAME }}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300816 master: {{ config.salt.salt_master_host }}
817 EOF
Dennis Dmitrievcf777802018-02-14 18:09:55 +0200818
819 # Configure ubuntu and salt repositories
820 which wget >/dev/null || (apt-get update; apt-get install -y wget);
821
822 . /etc/lsb-release; # Get DISTRIB_CODENAME variable
823 echo "{{ UBUNTU_REPOSITORY }}" > /etc/apt/sources.list
824 echo "{{ UBUNTU_UPDATES_REPOSITORY }}" >> /etc/apt/sources.list
825 echo "{{ UBUNTU_SECURITY_REPOSITORY }}" >> /etc/apt/sources.list
826
827 echo "{{ SALT_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_saltstack.list;
Tatyana Leontovich908ab932018-04-27 01:25:09 +0300828 apt-key adv --keyserver "{{UBUNTU_KEY_SERVER}}" --recv-keys "{{ UBUNTU_KEY_ID}}"
829
Dennis Dmitrievcf777802018-02-14 18:09:55 +0200830
831 apt-get clean
832 apt-get update
833
834 # Install salt-minion
Tatyana Leontovich47708552018-12-19 16:36:09 +0200835 apt-get install eatmydata -y;
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300836 eatmydata apt-get install -y salt-minion;
Dennis Dmitrievcf777802018-02-14 18:09:55 +0200837 # Install common packages
838 eatmydata apt-get install -y python-pip git curl tmux byobu iputils-ping traceroute htop tree mc
Dennis Dmitriev01d5e372018-03-15 23:29:29 +0200839 sync
Dennis Dmitrievcf777802018-02-14 18:09:55 +0200840 # Restart salt-minion if it was already installed
841 service salt-minion restart
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300842 node_name: {{ ssh['node_name'] }}
Hanna Arhipova79ae9ec2020-01-27 14:32:17 +0200843 retry: {count: 3, delay: 10}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300844 skip_fail: false
Dennis Dmitriev5bcbdc52018-03-23 18:05:10 +0200845 {%- else %}
846- description: Check SSH connectivity to non-salt-minion node {{ ssh['node_name'] }}
847 cmd: echo "SSH to $(hostname -f) passed"
848 node_name: {{ ssh['node_name'] }}
Hanna Arhipova79ae9ec2020-01-27 14:32:17 +0200849 retry: {count: 3, delay: 10}
Dennis Dmitriev5bcbdc52018-03-23 18:05:10 +0200850 skip_fail: false
851 {%- endif %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300852
Dennis Dmitriev5bcbdc52018-03-23 18:05:10 +0200853{%- endfor %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300854
855- description: Accept salt keys from all the nodes
856 cmd: salt-key -A -y
857 node_name: {{ HOSTNAME_CFG01 }}
858 retry: {count: 1, delay: 5}
859 skip_fail: true
Hanna Arhipova54fec802020-10-30 12:45:46 +0200860
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300861{%- endmacro %}
862
863
Hanna Arhipova54fec802020-10-30 12:45:46 +0200864
865{%- macro DISABLE_EMPTY_NODE() %}
866{#######################################}
867{%- for ssh in config.underlay.ssh %}
868 {%- set none_roles = [] %}
869 {%- for role in ssh['roles'] %}
870 {%- if role == "none" %}
871 {%- set _ = none_roles.append(role) %}
872 {%- endif %}
873 {%- endfor %}
874
875 {%- if none_roles %}
876- description: Move non-product node out of Salt Cluster ( {{ ssh['node_name'] }} )
877 cmd: |
878 set -ex;
879 # Use salt-key -a {{ ssh['node_name'] }} --include-all -y command to return node back
880 salt-key -r {{ ssh['node_name'] }} --include-all -y
881 node_name: {{ HOSTNAME_CFG01 }}
882 retry: { count: 1, delay: 5 }
883 skip_fail: true
884 {%- endif %}
885{%- endfor %}
886{%- endmacro %}
887
888
889
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200890{%- macro MACRO_INSTALL_FORMULAS(FORMULA_SERVICES='') %}
891{#######################################################}
Dennis Dmitriev3d28aa32018-07-04 16:14:59 +0300892- description: Install salt formulas
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200893 cmd: |
894 set -e;
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300895 set -x;
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200896 FORMULA_PATH=${FORMULA_PATH:-/usr/share/salt-formulas};
897 which wget > /dev/null || (apt-get update; apt-get install -y wget);
898 . /etc/lsb-release; # Get DISTRIB_CODENAME variable
899 # echo "{{ FORMULA_REPOSITORY }}" > /etc/apt/sources.list.d/mcp_salt.list;
900 # wget -O - "{{ FORMULA_GPG }}" | apt-key add -;
901 apt-get clean; apt-get update;
902 [ ! -d /srv/salt/reclass/classes/service ] && mkdir -p /srv/salt/reclass/classes/service;
903 declare -a formula_services=({{ FORMULA_SERVICES }});
904 echo -e "\nInstalling all required salt formulas\n";
905 eatmydata apt-get install -y "${formula_services[@]/#/salt-formula-}";
Dennis Dmitriev3d28aa32018-07-04 16:14:59 +0300906 for formula_service in $(ls -1 ${FORMULA_PATH}/reclass/service); do
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200907 echo -e "\nLink service metadata for formula ${formula_service} ...\n";
908 [ ! -L "/srv/salt/reclass/classes/service/${formula_service}" ] && ln -s ${FORMULA_PATH}/reclass/service/${formula_service} /srv/salt/reclass/classes/service/${formula_service};
909 done;
910 node_name: {{ HOSTNAME_CFG01 }}
911 retry: {count: 1, delay: 1}
912 skip_fail: false
Dennis Dmitriev010f0292018-07-28 23:33:48 +0300913
914- description: Sync all salt resources on salt-master minion
915 cmd: salt-call saltutil.sync_all && sleep 5
916 node_name: {{ HOSTNAME_CFG01 }}
917 retry: {count: 1, delay: 5}
918 skip_fail: false
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200919{%- endmacro %}
920
921{%- macro MACRO_CONFIG_DAY01_SALT_MINION() %}
922{#######################################}
923- description: Configure salt-minion on {{ HOSTNAME_CFG01 }}
924 cmd: |
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300925 set -ex;
Dmitry Tyzhnenko35413c02018-03-05 14:12:37 +0200926 export SALT_MASTER_MINION_ID={{ HOSTNAME_CFG01 }}
927 envsubst < /root/minion.conf > /etc/salt/minion.d/minion.conf
928 service salt-minion restart
929
930 while true; do
931 salt-key | grep "$SALT_MASTER_MINION_ID" && break
932 sleep 5
933 done
934
935 sleep 5
936
937 for i in `salt-key -l accepted | grep -v Accepted | grep -v "$SALT_MASTER_MINION_ID"`; do
938 salt-key -d $i -y
939 done
940 node_name: {{ HOSTNAME_CFG01 }}
941 retry: {count: 1, delay: 1}
942 skip_fail: false
943{%- endmacro %}
944
945
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300946{%- macro MACRO_RUN_SALT_MASTER_UNDERLAY_STATES() %}
947{##################################################}
948
949{# Prepare salt services and nodes settings #}
950
sgudz6e797562018-10-22 12:27:09 +0300951- description: '*Workaround* of harcoded host from day01 grains'
952 cmd: salt-key -d cfg01.mcp-day01.local -y
953 node_name: {{ HOSTNAME_CFG01 }}
954 retry: {count: 1, delay: 1}
955 skip_fail: true
956
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300957- description: Run 'linux' formula on cfg01
958 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@salt:master' state.sls linux;
959 node_name: {{ HOSTNAME_CFG01 }}
960 retry: {count: 3, delay: 5}
961 skip_fail: false
962
963- description: Run 'openssh' formula on cfg01
964 cmd: salt --hard-crash --state-output=mixed --state-verbose=False
Dennis Dmitriev3e731a42017-08-30 17:12:59 +0300965 -C 'I@salt:master' state.sls openssh &&
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300966 salt --hard-crash --state-output=mixed --state-verbose=False
967 -C 'I@salt:master' cmd.run "sed -i 's/PasswordAuthentication no/PasswordAuthentication
Dennis Dmitrievd2604512018-06-04 05:34:44 +0300968 yes/' /etc/ssh/sshd_config && service ssh reload"
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300969 node_name: {{ HOSTNAME_CFG01 }}
970 retry: {count: 3, delay: 5}
971 skip_fail: false
972
973- description: '*Workaround* of the bug https://mirantis.jira.com/browse/PROD-7962'
974 cmd: salt --hard-crash --state-output=mixed --state-verbose=False
975 '*' cmd.run "echo ' StrictHostKeyChecking no' >> /root/.ssh/config"
976 node_name: {{ HOSTNAME_CFG01 }}
977 retry: {count: 1, delay: 1}
978 skip_fail: false
979
980- description: Run 'salt.master' formula on cfg01
Dennis Dmitrieve575e982017-10-21 21:50:45 +0300981 cmd: timeout 600 salt-call -l info --hard-crash --state-output=mixed --state-verbose=False state.sls salt.master;
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300982 node_name: {{ HOSTNAME_CFG01 }}
Dennis Dmitrieve575e982017-10-21 21:50:45 +0300983 retry: {count: 2, delay: 30}
Dennis Dmitriev492813e2017-08-09 15:08:58 +0300984 skip_fail: false
985
Victor Ryzhenkin4e077ad2017-08-10 13:42:11 +0400986{%- if SALT_FORMULAS_REFS != '' %}
987- description: Replace needed formulas to desired version
988 cmd: |
989 set -e;
Dennis Dmitriev468ce352018-08-14 13:23:31 +0300990 set -x;
Victor Ryzhenkinc7913682017-10-11 15:14:40 +0400991 {%- for formula_set in SALT_FORMULAS_REFS.split(' ') %}
992 {% set formula = formula_set.split(':') %}
993 {% set formula_name = formula[0] %}
994 {% set formula_ref = formula[1] %}
Dennis Dmitrievbc57b802017-08-16 18:10:57 +0300995 {% set formula_dir = '/tmp/salt-formula-' + formula_name %}
Victor Ryzhenkin4e077ad2017-08-10 13:42:11 +0400996 git clone {{ SALT_FORMULAS_REPO }}/{{ formula_name }} {{ formula_dir }} &&
997 pushd {{ formula_dir }} &&
998 git fetch {{ SALT_FORMULAS_REPO }}/{{ formula_name }} {{ formula_ref }} &&
999 git checkout FETCH_HEAD &&
1000 popd &&
1001 if [ -d "{{ formula_dir }}" ]; then
1002 echo "Going to replace packaged formula {{ formula_name }}" &&
1003 rm -rfv /usr/share/salt-formulas/{env,reclass/service}/{{ formula_name }} &&
Victor Ryzhenkinc7913682017-10-11 15:14:40 +04001004 ln -v -s "{{ formula_dir }}/{{ formula_name }}" "/usr/share/salt-formulas/env/{{ formula_name }}" &&
1005 ln -v -s "{{ formula_dir }}/metadata/service/" "/usr/share/salt-formulas/reclass/service/{{ formula_name }}";
Victor Ryzhenkin4e077ad2017-08-10 13:42:11 +04001006 else
1007 echo "Stopped, directory /root/salt-formula-{{ formula_name }} does not exist!";
1008 fi
1009 {%- endfor %}
1010 node_name: {{ HOSTNAME_CFG01 }}
1011 retry: {count: 1, delay: 10}
1012 skip_fail: false
1013{%- endif %}
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001014
1015- description: Refresh pillars on salt-master minion
1016 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@salt:master' saltutil.refresh_pillar
1017 node_name: {{ HOSTNAME_CFG01 }}
1018 retry: {count: 1, delay: 5}
1019 skip_fail: false
1020
Dennis Dmitriev3e731a42017-08-30 17:12:59 +03001021- description: Show reclass-salt --top for salt-master node
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001022 cmd: reclass-salt --top
1023 node_name: {{ HOSTNAME_CFG01 }}
1024 retry: {count: 1, delay: 5}
1025 skip_fail: false
1026
1027- description: Sync all salt resources on salt-master minion
Dennis Dmitriev9a6cacc2017-08-14 00:08:41 +03001028 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@salt:master' saltutil.sync_all && sleep 5
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001029 node_name: {{ HOSTNAME_CFG01 }}
1030 retry: {count: 1, delay: 5}
1031 skip_fail: false
1032
1033- description: Configure linux on master
1034 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@salt:master' state.sls 'linux.system'
1035 node_name: {{ HOSTNAME_CFG01 }}
1036 retry: {count: 1, delay: 5}
1037 skip_fail: false
1038
1039- description: Configure salt.minion on master
1040 cmd: salt --timeout=120 --hard-crash --state-output=mixed --state-verbose=False
1041 -C 'I@salt:master' state.sls salt.minion && sleep 10
1042 node_name: {{ HOSTNAME_CFG01 }}
1043 retry: {count: 3, delay: 10}
1044 skip_fail: false
1045
1046- description: Run state 'salt' on master (for salt.api, etc)
1047 cmd: salt --hard-crash --state-output=mixed --state-verbose=False
1048 -C 'I@salt:master' state.sls salt
1049 node_name: {{ HOSTNAME_CFG01 }}
1050 retry: {count: 3, delay: 10}
1051 skip_fail: false
Tatyana Leontovich4453dd62018-06-26 18:44:31 +03001052
1053- description: Restart salt-api after states
1054 cmd: systemctl restart salt-api
1055 node_name: {{ HOSTNAME_CFG01 }}
1056 retry: {count: 3, delay: 10}
1057 skip_fail: false
1058
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001059{%- endmacro %}
1060
Dennis Dmitriev85559962018-01-30 15:35:51 +02001061{%- macro MACRO_GENERATE_INVENTORY(RERUN_SALTMASTER_STATE=false) %}
1062{#################################################################}
1063
1064- description: Refresh pillars before generating nodes
1065 cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.refresh_pillar
1066 node_name: {{ HOSTNAME_CFG01 }}
1067 retry: {count: 1, delay: 5}
1068 skip_fail: false
1069
Dennis Dmitrieve1160fe2018-03-01 01:20:27 +02001070- description: Validate pillar on salt master node
Dennis Dmitriev54a13002018-03-01 11:37:04 +02001071 cmd: |
1072 set -e
Dennis Dmitriev468ce352018-08-14 13:23:31 +03001073 set -x;
Dennis Dmitriev54a13002018-03-01 11:37:04 +02001074 if salt-call sys.doc reclass.validate_node_params | grep -q reclass.validate_node_params ; then salt-call reclass.validate_nodes_params ; fi
1075 if salt-call sys.doc reclass.validate_pillar | grep -q reclass.validate_pillar ; then salt-call reclass.validate_pillar ; fi
Dennis Dmitrieve1160fe2018-03-01 01:20:27 +02001076 node_name: {{ HOSTNAME_CFG01 }}
1077 retry: {count: 1, delay: 5}
1078 skip_fail: false
1079
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001080- description: Generate inventory for all the nodes to the /srv/salt/reclass/nodes/_generated
1081 cmd: salt --hard-crash --state-output=mixed --state-verbose=False
1082 -C 'I@salt:master' state.sls reclass
1083 node_name: {{ HOSTNAME_CFG01 }}
1084 retry: {count: 1, delay: 5}
1085 skip_fail: false
1086
Dennis Dmitriev85559962018-01-30 15:35:51 +02001087{%- if RERUN_SALTMASTER_STATE %}
1088- description: Regenerate salt.master states for the newly uploaded/created model
1089 cmd: |
1090 # Need to refresh installed formulas that are required in the model
1091 salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.refresh_pillar; sleep 5;
1092 salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@salt:master' state.sls salt.master;
1093 node_name: {{ HOSTNAME_CFG01 }}
1094 retry: {count: 1, delay: 5}
1095 skip_fail: false
1096{%- endif %}
1097
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001098- description: Refresh pillars on all minions
Dennis Dmitriev85559962018-01-30 15:35:51 +02001099 cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.refresh_pillar; sleep 5
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001100 node_name: {{ HOSTNAME_CFG01 }}
1101 retry: {count: 1, delay: 5}
1102 skip_fail: false
1103
Dennis Dmitriev3e731a42017-08-30 17:12:59 +03001104- description: Show reclass-salt --top for all generated nodes
Dennis Dmitriev4386a072017-09-04 13:58:02 +03001105 cmd: |
1106 set -e
Dennis Dmitriev468ce352018-08-14 13:23:31 +03001107 set -x;
Dennis Dmitriev4386a072017-09-04 13:58:02 +03001108 if salt-call sys.doc reclass.validate_node_params | grep -q reclass.validate_node_params ; then salt-call reclass.validate_nodes_params ; fi
1109 if salt-call sys.doc reclass.validate_pillar | grep -q reclass.validate_pillar ; then salt-call reclass.validate_pillar ; fi
1110 reclass-salt --top
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001111 node_name: {{ HOSTNAME_CFG01 }}
1112 retry: {count: 1, delay: 5}
1113 skip_fail: false
1114
1115- description: Sync all salt resources
Dennis Dmitriev9a6cacc2017-08-14 00:08:41 +03001116 cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.sync_all && sleep 5
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001117 node_name: {{ HOSTNAME_CFG01 }}
1118 retry: {count: 1, delay: 5}
1119 skip_fail: false
1120{%- endmacro %}
1121
1122
1123{%- macro MACRO_BOOTSTRAP_ALL_MINIONS() %}
1124{########################################}
1125# Bootstrap all nodes
Dennis Dmitriev8ed27882018-01-31 23:23:19 +02001126
1127- description: Get linux kernel version from all minions
1128 cmd: |
1129 salt --hard-crash --state-output=mixed --state-verbose=False --out=txt '*' cmd.run 'uname -r' | sort
1130 salt --hard-crash --state-output=mixed --state-verbose=False --out=txt '*' cmd.run 'dpkg -l|grep "linux-image-.*-generic"' | sort
1131 node_name: {{ HOSTNAME_CFG01 }}
1132 retry: {count: 5, delay: 10}
1133 skip_fail: false
1134
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001135- description: Configure linux on other nodes
1136 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system' state.sls linux
1137 node_name: {{ HOSTNAME_CFG01 }}
1138 retry: {count: 5, delay: 10}
1139 skip_fail: false
1140
1141- description: Configure openssh on all nodes
Dennis Dmitriev3e731a42017-08-30 17:12:59 +03001142 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system and not cfg01*' state.sls openssh &&
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001143 salt --hard-crash --state-output=mixed --state-verbose=False
1144 -C 'I@linux:system and not cfg01*' cmd.run "sed -i 's/PasswordAuthentication no/PasswordAuthentication
Dennis Dmitrievd2604512018-06-04 05:34:44 +03001145 yes/' /etc/ssh/sshd_config && service ssh reload"
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001146 node_name: {{ HOSTNAME_CFG01 }}
1147 retry: {count: 1, delay: 5}
1148 skip_fail: false
1149
1150- description: Configure salt.minion on other nodes
1151 cmd: salt --timeout=120 --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system and not cfg01*' state.sls salt.minion &&
Victor Ryzhenkin93b49ff2018-03-06 15:59:51 +04001152 sleep 30
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001153 node_name: {{ HOSTNAME_CFG01 }}
1154 retry: {count: 3, delay: 15}
1155 skip_fail: false
1156
Victor Ryzhenkin93b49ff2018-03-06 15:59:51 +04001157- description: Wait for salt-minions wake up after restart
Victor Ryzhenkin21bae992018-03-06 17:28:41 +04001158 cmd: salt --timeout=30 --hard-crash --state-output=mixed --state-verbose=False '*' test.ping
Victor Ryzhenkin93b49ff2018-03-06 15:59:51 +04001159 node_name: {{ HOSTNAME_CFG01 }}
Victor Ryzhenkin21bae992018-03-06 17:28:41 +04001160 retry: {count: 25, delay: 30}
Victor Ryzhenkin93b49ff2018-03-06 15:59:51 +04001161 skip_fail: false
1162
Victor Ryzhenkina06443e2018-03-15 17:25:19 +04001163- description: Update minion information
Dennis Dmitrievea291ee2018-03-16 12:27:43 +02001164 cmd: |
1165 salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.sync_grains &&
Dmitry Tyzhnenko34595f82018-06-12 19:03:12 +03001166 salt --hard-crash --state-output=mixed --state-verbose=False '*' mine.update && sleep 60
Victor Ryzhenkina06443e2018-03-15 17:25:19 +04001167 node_name: {{ HOSTNAME_CFG01 }}
1168 retry: {count: 1, delay: 10}
1169 skip_fail: false
1170
Dennis Dmitriev14183db2018-03-01 15:14:12 +02001171- description: Execute linux.network.host one more time after salt.minion to apply dynamically registered hosts on the cluster nodes
1172 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system' state.sls linux.network.host
1173 node_name: {{ HOSTNAME_CFG01 }}
1174 retry: {count: 1, delay: 10}
1175 skip_fail: false
1176
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001177- description: Check salt minion versions on slaves
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001178 cmd: salt --timeout=60 '*' test.version
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001179 node_name: {{ HOSTNAME_CFG01 }}
1180 retry: {count: 3, delay: 15}
1181 skip_fail: false
1182
1183- description: Check salt top states on nodes
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001184 cmd: salt --timeout=60 '*' state.show_top
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001185 node_name: {{ HOSTNAME_CFG01 }}
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001186 retry: {count: 3, delay: 15}
Dennis Dmitriev492813e2017-08-09 15:08:58 +03001187 skip_fail: false
1188
1189- description: Configure ntp and rsyslog on nodes
1190 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@linux:system' state.sls ntp,rsyslog
1191 node_name: {{ HOSTNAME_CFG01 }}
1192 retry: {count: 1, delay: 10}
1193 skip_fail: false
Tatyana Leontovich529e4052018-07-09 18:30:48 +03001194
1195- description: Install and configure iptables if it is in pillar
1196 cmd: |
1197 if salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@iptables:service' match.pillar 'iptables:service' ; then
1198 salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@iptables:service' state.sls iptables
1199 fi
1200 node_name: {{ HOSTNAME_CFG01 }}
1201 retry: {count: 1, delay: 10}
1202 skip_fail: false
1203
1204
1205- description: Install and configure logrotate if it is in pillar
1206 cmd: |
1207 if salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@logrotate:server' match.pillar 'logrotate:server' ; then
1208 salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@logrotate:server' state.sls logrotate
1209 fi
1210 node_name: {{ HOSTNAME_CFG01 }}
1211 retry: {count: 1, delay: 10}
1212 skip_fail: false
1213
1214- description: Install and configure auditd if it is enabled
1215 cmd: |
1216 if salt --hard-crash --state-output=mixed --state-verbose=False -C "I@auditd:service" match.pillar 'auditd:service'; then
1217 salt --hard-crash --state-output=mixed --state-verbose=False -C "I@auditd:service" state.sls auditd
1218 fi
1219 node_name: {{ HOSTNAME_CFG01 }}
1220 retry: {count: 1, delay: 10}
1221 skip_fail: false
1222
Sergii Golovatiuk50f91892017-08-04 18:11:06 +02001223{%- endmacro %}
Dennis Dmitriev9dada8a2017-08-30 17:38:55 +03001224
1225
1226{%- macro MACRO_NETWORKING_WORKAROUNDS() %}
1227{#########################################}
1228
Dennis Dmitriev9dada8a2017-08-30 17:38:55 +03001229- description: '*Workaround: Load bonding module before call state.linux'
1230 cmd: salt -C "I@linux:network:interface:*:type:bond" cmd.run 'modprobe bonding'
1231 node_name: {{ HOSTNAME_CFG01 }}
1232 retry: {count: 1, delay: 5}
Dennis Dmitriev0496eb72017-09-05 21:42:10 +03001233 skip_fail: true
Dennis Dmitriev9dada8a2017-08-30 17:38:55 +03001234
1235- description: '*Workaround* install bridge-utils before running linux formula'
1236 # The formula removes default route and then tries to install the package, fails.
1237 cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C '* and not
1238 cfg01*' cmd.run 'sudo apt-get install -y bridge-utils'
1239 node_name: {{ HOSTNAME_CFG01 }}
1240 retry: {count: 1, delay: 5}
1241 skip_fail: false
1242
1243{%- endmacro %}
Victor Ryzhenkin9cc824c2017-10-12 19:02:23 +04001244
Dennis Dmitriev257a9382018-02-15 04:00:46 +02001245
Victor Ryzhenkin9cc824c2017-10-12 19:02:23 +04001246{%- macro ADJUST_K8S_OPTS() %}
Dennis Dmitriev257a9382018-02-15 04:00:46 +02001247{############################}
Victor Ryzhenkin9cc824c2017-10-12 19:02:23 +04001248
1249- description: Set k8s deploy parameters
1250 cmd: |
1251 {% for k8s_opt, value in config.k8s_deploy.items() %}
1252 {% if value|string() %}
1253 salt-call reclass.cluster_meta_set name={{ k8s_opt }} value={{ value }};
1254 {% endif %}
1255 {% endfor %}
1256 node_name: {{ HOSTNAME_CFG01 }}
1257 retry: {count: 1, delay: 1}
1258 skip_fail: false
1259
1260{%- endmacro %}
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001261
Dennis Dmitriev257a9382018-02-15 04:00:46 +02001262
1263{%- macro ADJUST_SL_OPTS(OVERRIDES_FILENAME='') %}
1264{#############################################}
1265- description: Set SL docker images deploy parameters
1266 cmd: |
1267 {#- For cookiecutter-generated model, use overrides.yml from environment model instead of cluster model #}
1268 {%- for sl_opt, value in config.sl_deploy.items() %}
1269 {%- if value|string() %}
1270 {%- if OVERRIDES_FILENAME %}
1271 salt-call reclass.cluster_meta_set name={{ sl_opt }} value={{ value }} file_name={{ OVERRIDES_FILENAME }};
1272 {%- else %}
1273 salt-call reclass.cluster_meta_set name={{ sl_opt }} value={{ value }};
1274 {%- endif %}
1275 {%- endif %}
1276 {%- endfor %}
1277 salt '*' saltutil.refresh_pillar;
1278 sleep 10
1279 node_name: {{ HOSTNAME_CFG01 }}
1280 retry: {count: 1, delay: 1}
1281 skip_fail: false
1282{%- endmacro %}
1283
1284
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001285{%- macro REGISTER_COMPUTE_NODES() %}
Dennis Dmitriev257a9382018-02-15 04:00:46 +02001286{###################################}
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001287
1288{% for ssh in config.underlay.ssh %}
1289{% if ssh["node_name"].startswith("cmp") %}
1290{% set node_hostname = ssh["node_name"].split('.')[0] %}
1291- description: Register compute {{ ssh['node_name'] }}
1292 cmd: |
1293 exec > >(tee -i /tmp/cloud-init-bootstrap.log) 2>&1
1294 export network01_prefix={{ IPV4_NET_ADMIN_PREFIX }}
1295 export network02_prefix={{ IPV4_NET_CONTROL_PREFIX }}
Victor Ryzhenkin66593e92017-11-28 19:38:33 +04001296 export cluster_name={{ CLUSTER_NAME }}
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001297 export config_host={{ config.salt.salt_master_host }}
1298 export node_domain={{ DOMAIN_NAME }}
1299 export nodes_os="xenial"
1300 export node_hostname={{ node_hostname }}
Tatyana Leontovich4453dd62018-06-26 18:44:31 +03001301 export saltversion={{ SALT_VERSION }}
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001302 set -xe
1303 export BOOTSTRAP_SCRIPT_URL=$bootstrap_script_url
1304 export BOOTSTRAP_SCRIPT_URL=${BOOTSTRAP_SCRIPT_URL:-https://raw.githubusercontent.com/salt-formulas/salt-formulas-scripts/master/bootstrap.sh}
1305 export DISTRIB_REVISION={{ REPOSITORY_SUITE }}
1306 export DISTRIB_REVISION=${DISTRIB_REVISION:-nightly}
1307
1308 # Add wrapper to apt-get to avoid race conditions
1309 # with cron jobs running 'unattended-upgrades' script
1310 aptget_wrapper() {
1311 local apt_wrapper_timeout=300
1312 local start_time=$(date '+%s')
1313 local fin_time=$((start_time + apt_wrapper_timeout))
1314 while true; do
1315 if (( "$(date '+%s')" > fin_time )); then
1316 msg="Timeout exceeded ${apt_wrapper_timeout} s. Lock files are still not released. Terminating..."
1317 fi
1318 if fuser /var/lib/apt/lists/lock >/dev/null 2>&1 || fuser /var/lib/dpkg/lock >/dev/null 2>&1; then
1319 echo "Waiting while another apt/dpkg process releases locks ..."
1320 sleep 30
1321 continue
1322 else
1323 apt-get $@
1324 break
1325 fi
1326 done
1327 }
1328
1329 # Set default salt version
1330 if [ -z "$saltversion" ]; then
Tatyana Leontovich14e201d2018-07-05 13:28:54 +03001331 saltversion="2017.7"
Victor Ryzhenkin42e24232017-11-15 08:01:20 -04001332 fi
1333 echo "Using Salt version $saltversion"
1334
1335 echo "Preparing base OS ..."
1336
1337 case "$node_os" in
1338 trusty)
1339 # workaround for old cloud-init only configuring the first iface
1340 iface_config_dir="/etc/network/interfaces"
1341 ifaces=$(ip a | awk '/^[1-9]:/ {print $2}' | grep -v "lo:" | rev | cut -c2- | rev)
1342
1343 for iface in $ifaces; do
1344 grep $iface $iface_config_dir &> /dev/null || (echo -e "\nauto $iface\niface $iface inet dhcp" >> $iface_config_dir && ifup $iface)
1345 done
1346
1347 which wget > /dev/null || (aptget_wrapper update; aptget_wrapper install -y wget)
1348
1349 # SUGGESTED UPDATE:
1350 #export MASTER_IP="$config_host" MINION_ID="$node_hostname.$node_domain" SALT_VERSION=$saltversion
1351 #source <(curl -qL ${BOOTSTRAP_SCRIPT_URL})
1352 ## Update BOOTSTRAP_SALTSTACK_OPTS, as by default they contain "-dX" not to start service
1353 #BOOTSTRAP_SALTSTACK_OPTS=" stable $SALT_VERSION "
1354 #install_salt_minion_pkg
1355
1356 # DEPRECATED:
1357 echo "deb [arch=amd64] http://apt-mk.mirantis.com/trusty ${DISTRIB_REVISION} salt extra" > /etc/apt/sources.list.d/mcp_salt.list
1358 wget -O - http://apt-mk.mirantis.com/public.gpg | apt-key add -
1359
1360 echo "deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/$saltversion trusty main" > /etc/apt/sources.list.d/saltstack.list
1361 wget -O - "https://repo.saltstack.com/apt/ubuntu/14.04/amd64/$saltversion/SALTSTACK-GPG-KEY.pub" | apt-key add -
1362
1363 aptget_wrapper clean
1364 aptget_wrapper update
1365 aptget_wrapper install -y salt-common
1366 aptget_wrapper install -y salt-minion
1367 ;;
1368 xenial)
1369
1370 # workaround for new cloud-init setting all interfaces statically
1371 which resolvconf > /dev/null 2>&1 && systemctl restart resolvconf
1372
1373 which wget > /dev/null || (aptget_wrapper update; aptget_wrapper install -y wget)
1374
1375 # SUGGESTED UPDATE:
1376 #export MASTER_IP="$config_host" MINION_ID="$node_hostname.$node_domain" SALT_VERSION=$saltversion
1377 #source <(curl -qL ${BOOTSTRAP_SCRIPT_URL})
1378 ## Update BOOTSTRAP_SALTSTACK_OPTS, as by default they contain "-dX" not to start service
1379 #BOOTSTRAP_SALTSTACK_OPTS=" stable $SALT_VERSION "
1380 #install_salt_minion_pkg
1381
1382 # DEPRECATED:
1383 echo "deb [arch=amd64] http://apt-mk.mirantis.com/xenial ${DISTRIB_REVISION} salt extra" > /etc/apt/sources.list.d/mcp_salt.list
1384 wget -O - http://apt-mk.mirantis.com/public.gpg | apt-key add -
1385
1386 echo "deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/$saltversion xenial main" > /etc/apt/sources.list.d/saltstack.list
1387 wget -O - "https://repo.saltstack.com/apt/ubuntu/16.04/amd64/$saltversion/SALTSTACK-GPG-KEY.pub" | apt-key add -
1388
1389 aptget_wrapper clean
1390 aptget_wrapper update
1391 aptget_wrapper install -y salt-minion
1392 ;;
1393 rhel|centos|centos7|centos7|rhel6|rhel7)
1394 yum install -y git
1395 export MASTER_IP="$config_host" MINION_ID="$node_hostname.$node_domain" SALT_VERSION=$saltversion
1396 source <(curl -qL ${BOOTSTRAP_SCRIPT_URL})
1397 # Update BOOTSTRAP_SALTSTACK_OPTS, as by default they contain "-dX" not to start service
1398 BOOTSTRAP_SALTSTACK_OPTS=" stable $SALT_VERSION "
1399 install_salt_minion_pkg
1400 ;;
1401 *)
1402 msg="OS '$node_os' is not supported."
1403 esac
1404
1405 echo "Configuring Salt minion ..."
1406 [ ! -d /etc/salt/minion.d ] && mkdir -p /etc/salt/minion.d
1407 echo -e "id: $node_hostname.$node_domain\nmaster: $config_host" > /etc/salt/minion.d/minion.conf
1408
1409 service salt-minion restart || wait_condition_send "FAILURE" "Failed to restart salt-minion service."
1410
1411 sleep 1
1412
1413 echo "Classifying node ..."
1414 os_codename=$(salt-call grains.item oscodename --out key | awk '/oscodename/ {print $2}')
1415 node_network01_ip="$(ip a | awk -v prefix="^ inet $network01_prefix[.]" '$0 ~ prefix {split($2, a, "/"); print a[1]}')"
1416 node_network02_ip="$(ip a | awk -v prefix="^ inet $network02_prefix[.]" '$0 ~ prefix {split($2, a, "/"); print a[1]}')"
1417 node_network03_ip="$(ip a | awk -v prefix="^ inet $network03_prefix[.]" '$0 ~ prefix {split($2, a, "/"); print a[1]}')"
1418 node_network04_ip="$(ip a | awk -v prefix="^ inet $network04_prefix[.]" '$0 ~ prefix {split($2, a, "/"); print a[1]}')"
1419 node_network05_ip="$(ip a | awk -v prefix="^ inet $network05_prefix[.]" '$0 ~ prefix {split($2, a, "/"); print a[1]}')"
1420
1421 node_network01_iface="$(ip a | awk -v prefix="^ inet $network01_prefix[.]" '$0 ~ prefix {split($7, a, "/"); print a[1]}')"
1422 node_network02_iface="$(ip a | awk -v prefix="^ inet $network02_prefix[.]" '$0 ~ prefix {split($7, a, "/"); print a[1]}')"
1423 node_network03_iface="$(ip a | awk -v prefix="^ inet $network03_prefix[.]" '$0 ~ prefix {split($7, a, "/"); print a[1]}')"
1424 node_network04_iface="$(ip a | awk -v prefix="^ inet $network04_prefix[.]" '$0 ~ prefix {split($7, a, "/"); print a[1]}')"
1425 node_network05_iface="$(ip a | awk -v prefix="^ inet $network05_prefix[.]" '$0 ~ prefix {split($7, a, "/"); print a[1]}')"
1426
1427 if [ "$node_network05_iface" != "" ]; then
1428 node_network05_hwaddress="$(cat /sys/class/net/$node_network05_iface/address)"
1429 fi
1430
1431 # find more parameters (every env starting param_)
1432 more_params=$(env | grep "^param_" | sed -e 's/=/":"/g' -e 's/^/"/g' -e 's/$/",/g' | tr "\n" " " | sed 's/, $//g')
1433 if [ "$more_params" != "" ]; then
1434 echo "Additional params: $more_params"
1435 more_params=", $more_params"
1436 fi
1437
1438 salt-call event.send "reclass/minion/classify" "{\"node_master_ip\": \"$config_host\", \"node_os\": \"${os_codename}\", \"node_deploy_ip\": \"${node_network01_ip}\", \"node_deploy_iface\": \"${node_network01_iface}\", \"node_control_ip\": \"${node_network02_ip}\", \"node_control_iface\": \"${node_network02_iface}\", \"node_tenant_ip\": \"${node_network03_ip}\", \"node_tenant_iface\": \"${node_network03_iface}\", \"node_external_ip\": \"${node_network04_ip}\", \"node_external_iface\": \"${node_network04_iface}\", \"node_baremetal_ip\": \"${node_network05_ip}\", \"node_baremetal_iface\": \"${node_network05_iface}\", \"node_baremetal_hwaddress\": \"${node_network05_hwaddress}\", \"node_domain\": \"$node_domain\", \"node_cluster\": \"$cluster_name\", \"node_hostname\": \"$node_hostname\"${more_params}}"
1439
1440 sleep 5
1441
1442 salt-call saltutil.sync_all
1443 salt-call mine.flush
1444 salt-call mine.update
1445 node_name: {{ ssh['node_name'] }}
1446 retry: {count: 1, delay: 1}
1447 skip_fail: false
1448{%- endif %}
1449{%- endfor %}
1450
1451- description: Refresh pillars on all minions
1452 cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.refresh_pillar
1453 node_name: {{ HOSTNAME_CFG01 }}
1454 retry: {count: 1, delay: 5}
1455 skip_fail: false
1456
1457- description: Sync all salt resources
1458 cmd: salt --hard-crash --state-output=mixed --state-verbose=False '*' saltutil.sync_all && sleep 5
1459 node_name: {{ HOSTNAME_CFG01 }}
1460 retry: {count: 1, delay: 5}
1461 skip_fail: false
1462
sgudz160b7302017-12-22 17:01:10 +02001463{%- endmacro %}
sgudz09e9aa92018-04-12 12:31:53 +03001464
1465{%- macro RUN_NEW_TEMPEST() %}
1466{###################################}
1467
1468- description: Upload tempest template
1469 upload:
1470 local_path: {{ config.salt_deploy.templates_dir }}
1471 local_filename: runtest.yml
1472 remote_path: /srv/salt/reclass/classes/cluster/{{ CLUSTER_NAME }}/infra/
1473 node_name: {{ HOSTNAME_CFG01 }}
1474 skip_fail: False
1475
1476- description: Include class with tempest template into cfg node
1477 cmd: |
1478 sed -i 's/classes\:/classes\:\n- cluster.{{ CLUSTER_NAME }}.infra.runtest/g' /srv/salt/reclass/nodes/_generated/cfg01.{{ DOMAIN_NAME }}.yml;
1479 salt 'cfg01*' saltutil.refresh_pillar;
1480 salt 'cfg01*' saltutil.sync_all;
1481 node_name: {{ HOSTNAME_CFG01 }}
1482 retry: {count: 1, delay: 10}
1483 skip_fail: false
1484
Oleksii Butenko2e8e8ee2018-06-21 11:10:13 +03001485- description: Execute salt.minion on config node
1486 cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False state.sls salt.minion;
1487 node_name: {{ HOSTNAME_CFG01 }}
1488 retry: {count: 1, delay: 5}
1489 skip_fail: false
1490
1491- description: Test ping
1492 cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False test.ping;
1493 node_name: {{ HOSTNAME_CFG01 }}
1494 retry: {count: 1, delay: 5}
1495 skip_fail: false
1496
sgudz09e9aa92018-04-12 12:31:53 +03001497- description: Create flavors for tests
1498 cmd: |
1499 salt 'cfg01*' state.sls nova.client;
1500 node_name: {{ HOSTNAME_CFG01 }}
1501 retry: {count: 1, delay: 5}
1502 skip_fail: false
1503
1504- description: Create networks for tests
1505 cmd: |
1506 salt 'cfg01*' state.sls neutron.client;
1507 node_name: {{ HOSTNAME_CFG01 }}
1508 retry: {count: 1, delay: 5}
1509 skip_fail: false
1510
1511- description: Upload cirros image
1512 cmd: |
1513 salt 'cfg01*' state.sls glance.client;
1514 node_name: {{ HOSTNAME_CFG01 }}
1515 retry: {count: 1, delay: 5}
1516 skip_fail: false
1517
1518- description: Generate tempest config
1519 cmd: |
1520 salt 'cfg01*' state.sls runtest;
1521 node_name: {{ HOSTNAME_CFG01 }}
1522 retry: {count: 1, delay: 5}
1523 skip_fail: false
1524
1525- description: Run tempest from new docker image
1526 cmd: |
Oleksii Butenko71d76f32018-06-05 17:46:34 +03001527 docker run -e ARGS="-r {{TEMPEST_PATTERN }} -w 2 {{ EXCLUDE_TEST_ARGS }}" -v /root/test/tempest.conf:/etc/tempest/tempest.conf -v /tmp/:/tmp/ -v /root/test:/root/tempest -v /etc/ssl/certs/:/etc/ssl/certs/ --rm docker-prod-virtual.docker.mirantis.net/mirantis/cicd/ci-tempest:pike /bin/bash -c "run-tempest"
sgudz09e9aa92018-04-12 12:31:53 +03001528 node_name: {{ HOSTNAME_GTW01 }}
1529 retry: {count: 1, delay: 30}
1530 skip_fail: true
1531
1532- description: Download xml results
1533 download:
1534 remote_path: /root/test/
1535 remote_filename: "report_*.xml"
1536 local_path: {{ os_env('PWD') }}
1537 node_name: {{ HOSTNAME_GTW01 }}
1538 skip_fail: true
1539
1540{%- endmacro %}
Oleksii Butenko5cd0a162018-06-14 18:18:10 +03001541
1542{%- macro INSTALL_DOCKER_ON_GTW() %}
1543{###################################}
1544
1545- description: Install docker.io on gtw
1546 cmd: salt-call cmd.run 'apt-get install docker.io -y'
1547 node_name: {{ HOSTNAME_GTW01 }}
1548 retry: {count: 1, delay: 30}
1549 skip_fail: false
1550
1551- description: Enable forward policy
1552 cmd: iptables --policy FORWARD ACCEPT
1553 node_name: {{ HOSTNAME_GTW01 }}
1554 retry: {count: 1, delay: 30}
1555 skip_fail: false
1556
1557{%- endmacro %}
Tatyana Leontovich4453dd62018-06-26 18:44:31 +03001558
1559{%- macro MACRO_CHECK_SALT_VERSION_ON_NODES() %}
1560{#####################################################}
1561
Anna Arhipova46cb4512023-03-29 13:16:27 +02001562- description: 'Check salt version is as expected on nodes'
1563 cmd: salt --timeout=15 '*' cmd.run "if salt-call test.version |grep -q {{ SALT_VERSION }} ; then echo True; fi"
1564 node_name: {{ HOSTNAME_CFG01 }}
1565 retry: {count: 5, delay: 5}
Tatyana Leontovich4453dd62018-06-26 18:44:31 +03001566 skip_fail: false
Tatyana Leontovich4453dd62018-06-26 18:44:31 +03001567
Tatyana Leontovich4453dd62018-06-26 18:44:31 +03001568{%- endmacro %}
1569
1570{%- macro MACRO_CHECK_SALT_VERSION_SERVICES_ON_CFG() %}
1571{#####################################################}
1572
1573- description: 'Check salt-api, salt-master and salt-minion version'
1574 cmd: |
1575 salt-master --version | grep {{ SALT_VERSION }};
1576 salt-minion --version | grep {{ SALT_VERSION }};
1577 salt-api --version | grep {{ SALT_VERSION }};
1578 node_name: {{ HOSTNAME_CFG01 }}
1579 retry: {count: 1, delay: 5}
1580 skip_fail: false
1581
Dmitry Tyzhnenko34595f82018-06-12 19:03:12 +03001582{%- endmacro %}
Andrew Baraniuk2c06e512019-05-30 17:22:48 +03001583
1584{%- macro MACRO_IPFLUSH_TENANTS_IFACES() %}
1585{######################################}
1586- description: WR Flush addresses on tenant and external ifaces
1587 cmd: |
1588 salt -C 'gtw* or cmp*' cmd.run 'ip address flush dev ens5';
1589 salt -C 'gtw* or cmp*' cmd.run 'ip address flush dev ens6';
1590 node_name: {{ HOSTNAME_CFG01 }}
1591 retry: {count: 1, delay: 1}
1592 skip_fail: false
1593
1594{%- endmacro %}