blob: 3d27e7ba4146e7e81e0cc9ebd2bd64ac3c461baa (
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
|
##############################################################################
# Copyright (c) 2017 Orange 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: ipmitool
ipmiUser: orange
ipmiVer: '2.0'
hosts:
- name: charlotteR630
mac: '14:18:77:34:89:E2'
interfaces:
- eth1: 'A0:36:9F:4E:87:1A'
ipmiIp: 172.31.2.116
ipmiPass: orange2014*
roles:
- controller
- ha
- onos
- ceph-adm
- ceph-mon
- name: cookieR630
mac: '14:18:77:34:A2:AC'
interfaces:
- eth1: 'A0:36:9F:4E:8B:AE'
ipmiIp: 172.31.2.117
ipmiPass: orange2014*
roles:
- controller
- ha
- onos
- ceph-mon
- name: cheesecakeR630
mac: '14:18:77:34:8E:40'
interfaces:
- eth1: 'A0:36:9F:4E:8E:DA'
ipmiIp: 172.31.2.119
ipmiPass: orange2014*
roles:
- controller
- ha
- onos
- ceph-mon
- name: eclairR730
mac: 'EC:F4:BB:CB:62:AC'
interfaces:
- eth1: 'EC:F4:BB:CB:62:AA'
ipmiIp: 172.31.2.123
ipmiPass: orange2014*
roles:
- compute
- ceph-osd
- name: chouR730
mac: 'EC:F4:BB:CB:5F:64'
interfaces:
- eth1: 'EC:F4:BB:CB:5F:62'
ipmiIp: 172.31.2.120
ipmiPass: orange2014*
roles:
- compute
- ceph-osd
|