Enable IPv6 on entire cluster by default
[fuel.git] / mcp / reclass / classes / cluster / mcp-common-noha / infra / config.yml.j2
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 {%- import 'net_map.j2' as nm with context %}
9 ---
10 classes:
11   - system.mysql.client.single
12   - cluster.all-mcp-arch-common.infra.config_pdf
13 parameters:
14   _param:
15     openstack_control_node01_hostname: ctl01
16     pxe_admin_address: ${_param:reclass_config_master}
17     single_address: ${_param:opnfv_infra_config_address}
18     salt_master_host: 127.0.0.1
19     salt_minion_ca_host: ${linux:network:fqdn}
20   salt:
21     master:
22       file_recv: true
23       worker_threads: 4
24       command_timeout: 20
25   reclass:
26     storage:
27       node:
28         openstack_control_node01:
29           name: ${_param:openstack_control_node01_hostname}
30           domain: ${_param:cluster_domain}
31           classes:
32             - cluster.${_param:cluster_name}.openstack.control
33           params:
34             linux_system_codename: xenial
35             salt_master_host: ${_param:reclass_config_master}
36             single_address: ${_param:openstack_control_node01_address}
37             pxe_admin_address: ${_param:opnfv_openstack_control_node01_pxe_admin_address}