Skip to content

Commit 83a0a85

Browse files
sjpbm-bull
andauthored
Apply suggestions from code review
Co-authored-by: Matt Anson <[email protected]>
1 parent 619436d commit 83a0a85

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/networks.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subnets or associated infrastructure such as routers. The requirements are that:
55
1. At least one network exists.
66
2. At least one network spans all nodes, referred to as the "access network".
77
3. Only one subnet per network is attached to nodes.
8-
4. One network on each node provides outbound internet access (either directly,
8+
4. At least one network on each node provides outbound internet access (either directly,
99
or via a proxy).
1010

1111
Futhermore, it is recommended that the deploy host has an interface on the
@@ -43,7 +43,7 @@ cluster_networks = [
4343
This is similar to the above, except each node has multiple networks. Therefore
4444
`access_network` must be explicitly set. Note that only one subnet must have
4545
a gateway defined, else default routes via both subnets will be present causing
46-
routing problems. It also shows the second network as using direct-type vNICs
46+
routing problems. It also shows the second network (netB) using direct-type vNICs
4747
for RDMA.
4848

4949
```terraform
@@ -81,6 +81,9 @@ cluster_networks = [
8181
]
8282
8383
compute = {
84+
general = {
85+
nodes = ["general-0", "general-1"]
86+
}
8487
baremetal = {
8588
nodes = ["baremetal-0", "baremetal-1"]
8689
networks = [

0 commit comments

Comments
 (0)