Files
deb-python-fuelclient/fuelclient
Ryan Moe c2f8b78686 Add support for network groups
Network groups can be created and deleted with a new
action named network-group. Only attributes of the network group
are managed with these commands (i.e no support for managing IP
ranges attached to network groups).

Examples:

To create a new network group:
    fuel network-group --create --node-group 1 --name "new network"
                --release 2 --vlan 100 --cidr 10.0.0.0/24

To delete the specified network groups
    fuel network-group --delete --network 1
    fuel network-group --delete --network 2,3,4

To list all available network groups:
    fuel network-group list

To filter network groups by node group:
    fuel network-group --node-group 1

Change-Id: I63dce39d0e2308e4df1b07301257ae8c65c94a2b
Implements: blueprint templates-for-networking
2015-07-23 08:02:02 +03:00
..
2015-07-23 08:02:02 +03:00
2015-07-24 07:38:38 +02:00
2015-07-23 08:02:02 +03:00
2015-07-23 08:02:02 +03:00
2015-07-24 07:38:38 +02:00
2014-07-11 14:47:58 +02:00
2014-11-14 13:24:09 +01:00
2015-07-14 13:18:28 +02:00