forked from electrocucaracha/openstack-multinode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdf.yml
More file actions
86 lines (85 loc) · 1.63 KB
/
pdf.yml
File metadata and controls
86 lines (85 loc) · 1.63 KB
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
---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2018
# 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
##############################################################################
- name: "registry"
nics:
tunnel_ip: "10.10.13.2"
memory: 16384
cpus: 4
volumes:
- name: sda
size: 50
mount: /var/lib/docker/
roles:
- registry
- name: "control01"
nics:
tunnel_ip: "10.10.13.4"
memory: 16384
cpus: 8
roles:
- controller
- name: "control02"
nics:
tunnel_ip: "10.10.13.5"
memory: 16384
cpus: 8
roles:
- controller
- name: "control03"
nics:
tunnel_ip: "10.10.13.6"
memory: 16384
cpus: 8
roles:
- controller
- name: "compute01"
nics:
tunnel_ip: "10.10.13.33"
storage_ip: "10.10.14.33"
memory: 65536
cpus: 16
roles:
- compute
- name: "network01"
nics:
tunnel_ip: "10.10.13.65"
memory: 8192
cpus: 4
roles:
- network
- name: "network02"
nics:
tunnel_ip: "10.10.13.66"
memory: 8192
cpus: 4
roles:
- network
- name: "network03"
nics:
tunnel_ip: "10.10.13.67"
memory: 8192
cpus: 4
roles:
- network
- name: "storage01"
nics:
tunnel_ip: "10.10.13.97"
storage_ip: "10.10.14.97"
memory: 8192
cpus: 4
roles:
- storage
- name: "monitoring01"
nics:
tunnel_ip: "10.10.13.129"
memory: 8192
cpus: 4
roles:
- monitoring