File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ subnets or associated infrastructure such as routers. The requirements are that:
551 . At least one network exists.
662 . At least one network spans all nodes, referred to as the "access network".
773 . 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
1111Futhermore, it is recommended that the deploy host has an interface on the
@@ -43,7 +43,7 @@ cluster_networks = [
4343This 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
4545a 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
4747for RDMA.
4848
4949``` terraform
@@ -81,6 +81,9 @@ cluster_networks = [
8181]
8282
8383compute = {
84+ general = {
85+ nodes = ["general-0", "general-1"]
86+ }
8487 baremetal = {
8588 nodes = ["baremetal-0", "baremetal-1"]
8689 networks = [
You can’t perform that action at this time.
0 commit comments