Revision 117365c9
ID | 117365c9bcaaa2e6131ed5c4a6fba1dfa7a91eaf |
Introduce the gnt-network client
gnt-network is used to manipulate and handle networks.
gnt-network client currently provides the following operations:
- Add a new network:
gnt-network add --network=1.2.3.0/28 --gateway=1.2.3.1
--reserve-ips=1.2.3.4,1.2.3.5 testnet
- Remove an existing network:
gnt-network remove testnet
- Modify an existing network:
gnt-network modify --gateway=1.2.3.6
--reserved-ips=1.2.3.7 testnet
- Connect an existing network to a nodegroup:
gnt-network connect testnet default bridged br100
gnt-network connect testnet <nodegroup> <mode> <link>
- Disconnect an existing network from a nodegroup:
gnt-network disconnect testnet <nodegroup>
- List available networks:
gnt-network list
- Show network info:
gnt-network info [testnet]
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Files
- added
- modified
- copied
- renamed
- deleted