Skip to content
Snippets Groups Projects
Unverified Commit 8a909cad authored by anarcat's avatar anarcat
Browse files

gnt-chi network config

parent 4adf4647
No related branches found
No related tags found
No related merge requests found
......@@ -1133,7 +1133,11 @@ gnt-cluster modify --uid-pool 4000-4019
```
The [network configuration](#network-configuration) (below) must also be performed for the
address blocks reserved in the cluster.
address blocks reserved in the cluster. This is the actual initial
configuration performed:
gnt-network add --network 38.229.82.0/24 --gateway 38.229.82.1 gnt-chi-01
gnt-network connect --nic-parameters=link=br0 gnt-chi-01 default
### Network configuration
......@@ -1165,6 +1169,8 @@ following commands:
gnt-network add --network 49.12.57.128/27 --gateway 49.12.57.129 gnt-fsn13-02
gnt-network connect --nic-parameters=link=br0,vlan=4000,mode=openvswitch gnt-fsn13-02 default
The network name must follow the [naming convention](doc/naming-scheme).
## SLA
As long as the cluster is not over capacity, it should be able to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment