[akraino] Add IEC K8-calico scenarios
[fuel.git] / mcp / reclass / classes / cluster / mcp-iec-noha / akraino / init.yml
1 ##############################################################################
2 # Copyright (c) 2019 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     # NOTE(armband): reuse Openstack definitions
12     akraino_iec_node01_address: ${_param:opnfv_openstack_control_node01_address}
13     akraino_iec_node02_address: ${_param:opnfv_openstack_control_node02_address}
14     akraino_iec_node03_address: ${_param:opnfv_openstack_control_node03_address}
15   linux:
16     network:
17       host:
18         iec01:
19           address: ${_param:akraino_iec_node01_address}
20           names:
21             - iec01
22             - iec01.${_param:cluster_domain}
23         iec02:
24           address: ${_param:akraino_iec_node02_address}
25           names:
26             - iec02
27             - iec02.${_param:cluster_domain}
28         iec03:
29           address: ${_param:akraino_iec_node03_address}
30           names:
31             - iec03
32             - iec03.${_param:cluster_domain}