blob: bd062b880bee48b730ee4b2804eb0e7038be2f41 (
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
##############################################################################
# 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
##############################################################################
---
nodes:
- name: host1
tags: control
arch: "x86_64"
# PXE install nic MAC
mac_address: '11:22:33:44:55'
# for virtual deployment
cpus: 2
memory: 2048
disk: 40
# for baremetal deployment
power:
type: ipmi
address: 10.4.7.3
user: root
pass: root
- name: host2
tags: control
arch: "x86_64"
# PXE install nic MAC
mac_address: '11:22:33:44:56'
# for virtual deployment
cpus: 2
memory: 2048
disk: 40
# for baremetal deployment
power:
type: ipmi
address: 10.4.7.4
user: root
pass: root
- name: host3
tags: control
arch: "x86_64"
# PXE install nic MAC
mac_address: '11:22:33:44:57'
# for virtual deployment
cpus: 2
memory: 2048
disk: 40
# for baremetal deployment
power:
type: ipmi
address: 10.4.7.5
user: root
pass: root
- name: host4
tags: compute
arch: "x86_64"
# PXE install nic MAC
mac_address: '11:22:33:44:57'
# for virtual deployment
cpus: 2
memory: 2048
disk: 40
# for baremetal deployment
power:
type: ipmi
address: 10.4.7.6
user: root
pass: root
- name: host5
tags: compute
arch: "x86_64"
# PXE install nic MAC
mac_address: '11:22:33:44:58'
# for virtual deployment
cpus: 2
memory: 2048
disk: 40
# for baremetal deployment
power:
type: ipmi
address: 10.4.7.7
user: root
pass: root
|