blob: bf730d4770218bf33eefae54760608564814a482 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.single
3- system.linux.system.repo.mcp.extra
Martin Polreicha0addcc2018-06-25 11:32:52 +02004- system.linux.system.repo.mcp.apt_mirantis.saltstack
vitalygusev74db2b82018-03-20 19:16:08 +04005- system.linux.system.repo.mcp.apt_mirantis.ubuntu
Ildar Svetlove1d85cc2018-08-03 15:54:57 +04006- system.linux.system.repo.mcp.apt_mirantis.fluentd
7# opensatck repo contains td-agent-additional-plugins, that is why needed here
8- system.linux.system.repo.mcp.apt_mirantis.openstack
Petr Michalec7b4976c2017-10-10 12:41:42 +02009- system.openssh.server.team.all
Ales Komarekc12dd412017-06-27 16:24:42 +020010- system.rsyslog.client.single
Ales Komarekc12dd412017-06-27 16:24:42 +020011parameters:
12 _param:
13 # infra service addresses
14 infra_config_hostname: cfg01
15 infra_config_address: 172.16.10.100
Olivier Bourdon5e343162017-09-05 07:52:15 +020016 infra_config_deploy_address: 192.168.10.90
Ales Komarekc12dd412017-06-27 16:24:42 +020017
vitalygusev74db2b82018-03-20 19:16:08 +040018 cluster_domain: sl-k8s-calico.local
19 cluster_name: sl-k8s-calico
Ales Komarekc12dd412017-06-27 16:24:42 +020020 apt_mk_version: nightly
Ildar Svetlove1d85cc2018-08-03 15:54:57 +040021 # required for the system.linux.system.repo.mcp.apt_mirantis.openstack
22 openstack_version: pike
Martin Polreichd8dc1ed2017-08-16 13:24:26 +000023 primary_interface: ens3
Ales Komarekc12dd412017-06-27 16:24:42 +020024 linux:
25 network:
26 host:
27 cfg01:
28 address: ${_param:infra_config_address}
29 names:
30 - ${_param:infra_config_hostname}
31 - ${_param:infra_config_hostname}.${_param:cluster_domain}
Ales Komarekc12dd412017-06-27 16:24:42 +020032 system:
33 name: ${_param:infra_config_hostname}
34 domain: ${_param:cluster_domain}