pod_config: cleanup: Drop infra_compute_*_address
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-pike-common-ha / openstack_message_queue.yml
1 ##############################################################################
2 # Copyright (c) 2017 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 classes:
10   - system.linux.system.repo.mcp.openstack
11   - system.rabbitmq.server.cluster
12   - system.rabbitmq.server.vhost.openstack
13 parameters:
14   _param:
15     keepalived_vip_interface: ${_param:single_nic}
16     keepalived_vip_virtual_router_id: 90
17     cluster_vip_address: ${_param:openstack_message_queue_address}
18     cluster_local_address: ${_param:single_address}
19     cluster_node01_hostname: msg01
20     cluster_node01_address: ${_param:openstack_message_queue_node01_address}
21     cluster_node02_hostname: msg02
22     cluster_node02_address: ${_param:openstack_message_queue_node02_address}
23     cluster_node03_hostname: msg03
24     cluster_node03_address: ${_param:openstack_message_queue_node03_address}
25     dhcp_nic: ${_param:opnfv_vcp_vm_primary_interface}
26     single_nic: ${_param:opnfv_vcp_vm_secondary_interface}
27   linux:
28     network:
29       interface:
30         dhcp: ${_param:linux_dhcp_interface}
31         single: ${_param:linux_single_interface}