Node group management commands

Node group management commands

The following table describes node group management commands available in the Fuel CLI.

Node group management commands
Description Command Example
List all available node groups. fuel nodegroup

List node groups for a specific OpenStack environment:

fuel --env <env_id> nodegroup
Create a node group. fuel --env <env_id> nodegroup --create --name "group_name"
fuel --env <env_id> nodegroup --create --name "group 1"
Delete a node group. fuel --env <env_id> nodegroup --delete --group <group_id>  
Assign a node to a specific node group. fuel --env <env_id> nodegroup --assign --node <node_id> --group <group_id>  
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents