-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpdf.yml
More file actions
86 lines (84 loc) · 2.05 KB
/
pdf.yml
File metadata and controls
86 lines (84 loc) · 2.05 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
##############################################################################
# Network Definitions:
# Management Network(mgmt-net) - This interface is used by OpenStack services and databases to communicate to each other.
# Tunnel Network(tunnel-net) - This interface is used by Neutron for vm-to-vm traffic over tunnel-neted networks (like VxLan).
# Storage Network(storage-net) - This interface is used virtual machines to communicate to Ceph.
# External Network(external-net) This is the raw interface given to neutron as its external network port.
- name: "registry"
memory: 8192
cpus: 1
volumes:
- name: sdb
size: 50
mount: /var/lib/docker/
networks:
- name: tunnel-net
ip: "10.10.13.2"
roles:
- registry
- name: "control01"
memory: 8192
cpus: 1
networks:
- name: tunnel-net
ip: "10.10.13.4"
roles:
- controller
- network
- name: "control02"
memory: 8192
cpus: 1
networks:
- name: tunnel-net
ip: "10.10.13.5"
roles:
- controller
- network
- name: "control03"
memory: 8192
cpus: 1
networks:
- name: tunnel-net
ip: "10.10.13.6"
roles:
- controller
- network
- name: "compute01"
memory: 8192
cpus: 1
networks:
- name: tunnel-net
ip: "10.10.13.33"
- name: storage-net
ip: "10.10.14.33"
roles:
- compute
- name: "storage01"
memory: 8192
cpus: 1
networks:
- name: tunnel-net
ip: "10.10.13.97"
- name: storage-net
ip: "10.10.14.97"
roles:
- storage
volumes:
- name: sdb
size: 100
- name: "monitoring01"
memory: 8192
cpus: 1
networks:
- name: tunnel-net
ip: "10.10.13.129"
roles:
- monitoring