summaryrefslogtreecommitdiffstats
path: root/config/installers/compass4nfv/os-ocl-nofeature-ha.yml.j2
blob: c7272cf36d3c290987af9e3b63beb9ee557a4e29 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
##############################################################################
# Copyright (c) 2018 HUAWEI TECHNOLOGIES CO.,LTD 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
##############################################################################

---
TYPE: baremetal
FLAVOR: cluster
POWER_TOOL: '{{ conf['jumphost']['remote_params']['type'] }}tool'  # expects string ipmitool

ipmiUser: {{ conf['jumphost']['remote_params']['user'] }}
ipmiPass: {{ conf['jumphost']['remote_params']['pass'] }}
ipmiVer: '{{ conf['jumphost']['remote_params']['versions'][0] }}'

hosts:
  - name: {{ conf['nodes'][0]['name'] }}
    mac: '{{ conf['nodes'][0]['remote_management']['mac_address'] }}'  # this is the ipmi mac address
    interfaces:
      - eth1: '{{ conf['nodes'][0]['interfaces'][0]['mac_address'] }}'
      - eth2: '{{ conf['nodes'][0]['interfaces'][1]['mac_address'] }}'
      - eth3: '{{ conf['nodes'][0]['interfaces'][2]['mac_address'] }}'
    ipmiIp: {{ conf['nodes'][0]['remote_management']['address'] }}
    roles:
      - controller
      - ha
      - opencontrail
      - ceph-adm
      - ceph-mon

  - name: {{ conf['nodes'][1]['name'] }}
    mac: '{{ conf['nodes'][1]['remote_management']['mac_address'] }}'  # this is the ipmi mac address
    interfaces:
      - eth1: '{{ conf['nodes'][1]['interfaces'][0]['mac_address'] }}'
      - eth2: '{{ conf['nodes'][1]['interfaces'][1]['mac_address'] }}'
      - eth3: '{{ conf['nodes'][1]['interfaces'][2]['mac_address'] }}'
    ipmiIp: {{ conf['nodes'][1]['remote_management']['address'] }}
    roles:
      - compute
      - ceph-osd

  - name: {{ conf['nodes'][2]['name'] }}
    mac: '{{ conf['nodes'][2]['remote_management']['mac_address'] }}'  # this is the ipmi mac address
    interfaces:
      - eth1: '{{ conf['nodes'][2]['interfaces'][0]['mac_address'] }}'
      - eth2: '{{ conf['nodes'][2]['interfaces'][1]['mac_address'] }}'
      - eth3: '{{ conf['nodes'][2]['interfaces'][2]['mac_address'] }}'
    ipmiIp: {{ conf['nodes'][2]['remote_management']['address'] }}
    roles:
      - compute
      - ceph-osd

  - name: {{ conf['nodes'][3]['name'] }}
    mac: '{{ conf['nodes'][3]['remote_management']['mac_address'] }}'  # this is the ipmi mac address
    interfaces:
      - eth1: '{{ conf['nodes'][3]['interfaces'][0]['mac_address'] }}'
      - eth2: '{{ conf['nodes'][3]['interfaces'][1]['mac_address'] }}'
      - eth3: '{{ conf['nodes'][3]['interfaces'][2]['mac_address'] }}'
    ipmiIp: {{ conf['nodes'][3]['remote_management']['address'] }}
    roles:
      - compute
      - ceph-osd

  - name: {{ conf['nodes'][4]['name'] }}
    mac: '{{ conf['nodes'][4]['remote_management']['mac_address'] }}'  # this is the ipmi mac address
    interfaces:
      - eth1: '{{ conf['nodes'][4]['interfaces'][0]['mac_address'] }}'
      - eth2: '{{ conf['nodes'][4]['interfaces'][1]['mac_address'] }}'
      - eth3: '{{ conf['nodes'][4]['interfaces'][2]['mac_address'] }}'
    ipmiIp: {{ conf['nodes'][4]['remote_management']['address'] }}
    roles:
      - compute
      - ceph-osd