Zack Williams | a1f5508 | 2017-02-28 22:41:36 -0700 | [diff] [blame] | 1 | --- |
2 | # Opencloud-in-a-Box configuration | ||||
3 | |||||
4 | public_network: cordpub | ||||
5 | public_network_cidr: "10.230.100.0/24" | ||||
6 | |||||
7 | mgmt_network: cordmgmt | ||||
8 | |||||
9 | virt_nets: | ||||
10 | - name: cordpub | ||||
11 | ipv4_prefix: 10.230.100 | ||||
12 | nodes: | ||||
13 | - name: head1 | ||||
14 | ipv4_last_octet: 100 | ||||
15 | - name: compute1 | ||||
16 | ipv4_last_octet: 101 | ||||
17 | - name: compute2 | ||||
18 | ipv4_last_octet: 102 | ||||
19 | - name: cordmgmt | ||||
20 | ipv4_prefix: 192.168.200 | ||||
21 | nodes: | ||||
22 | - name: head1 | ||||
23 | ipv4_last_octet: 10 | ||||
24 | - name: compute1 | ||||
25 | ipv4_last_octet: 20 | ||||
26 | - name: compute2 | ||||
27 | ipv4_last_octet: 21 | ||||
28 |