Auto Generated INFO.yaml file
[fuel.git] / mcp / reclass / classes / cluster / mcp-pike-common-noha / infra / init.yml
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 ---
9 parameters:
10   _param:
11     cluster_domain: ${_param:cluster_name}.local
12   linux:
13     system:
14       apt:
15         config:
16           prefer_ipv4:
17             Acquire::ForceIPv4: true
18     network:
19       host:
20         cfg01:
21           address: ${_param:infra_config_address}
22           names:
23             - cfg01
24             - cfg01.${_param:cluster_domain}
25         cfg:
26           address: ${_param:infra_config_address}
27           names:
28             - cfg
29             - cfg.${_param:cluster_domain}