blob: 660f5e2e445777122ace9464bcb6f2326db374b9 (
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
77
78
|
##############################################################################
# Copyright (c) 2016 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: ipmitool
ipmiUser: root
ipmiVer: '2.0'
hosts:
- name: host1
mac: 'A4:BF:01:16:31:DD'
interfaces:
- eth1: 'A4:BF:01:16:31:DC'
- eth2: '3C:FD:FE:A4:9C:D0'
- eth3: '3C:FD:FE:A4:9C:D1'
ipmiIp: 10.10.170.11
ipmiPass: root
roles:
- kube_master
- etcd
- ha
- name: host2
mac: 'A4:BF:01:14:01:13'
interfaces:
- eth1: 'A4:BF:01:14:01:12'
- eth2: '3C:FD:FE:A4:9D:20'
- eth3: '3C:FD:FE:A4:9D:21'
ipmiIp: 10.10.170.12
ipmiPass: root
roles:
- kube_master
- etcd
- ha
- name: host3
mac: 'A4:BF:01:14:71:1E'
interfaces:
- eth1: 'A4:BF:01:14:71:1D'
- eth2: '3C:FD:FE:A4:A0:78'
- eth3: '3C:FD:FE:A4:A0:79'
ipmiIp: 10.10.170.13
ipmiPass: root
roles:
- kube_master
- etcd
- ha
- name: host4
mac: 'A4:BF:01:16:2F:17'
interfaces:
- eth1: 'A4:BF:01:16:2F:16'
- eth2: '3C:FD:FE:A4:9D:00'
- eth3: '3C:FD:FE:A4:9D:01'
ipmiIp: 10.10.170.14
ipmiPass: root
roles:
- kube_node
- name: host5
mac: 'A4:BF:01:14:2B:BB'
interfaces:
- eth1: 'A4:BF:01:14:2B:BA'
- eth2: '3C:FD:FE:A4:A0:68'
- eth3: '3C:FD:FE:A4:A0:69'
ipmiIp: 10.10.170.15
ipmiPass: root
roles:
- kube_node
|