aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/baremetal-mcp-ocata-common/openstack_message_queue.yml
blob: 88affb84ac7515ebb0bd936e2b1f854ef4b18f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
##############################################################################
# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
classes:
  - system.linux.system.repo.mcp.openstack
  - system.linux.system.repo.mcp.extra
  - system.rabbitmq.server.cluster
  - system.rabbitmq.server.vhost.openstack
parameters:
  _param:
    keepalived_vip_interface: ${_param:single_nic}
    keepalived_vip_virtual_router_id: 90
    cluster_vip_address: ${_param:openstack_message_queue_address}
    cluster_local_address: ${_param:single_address}
    cluster_node01_hostname: msg01
    cluster_node01_address: ${_param:openstack_message_queue_node01_address}
    cluster_node02_hostname: msg02
    cluster_node02_address: ${_param:openstack_message_queue_node02_address}
    cluster_node03_hostname: msg03
    cluster_node03_address: ${_param:openstack_message_queue_node03_address}
    dhcp_nic: ${_param:opnfv_vcp_vm_primary_interface}
    single_nic: ${_param:opnfv_vcp_vm_secondary_interface}
  linux:
    network:
      interface:
        dhcp: ${_param:linux_dhcp_interface}
        single: ${_param:linux_single_interface}