gns3util cluster add-nodes
Add multiple nodes to a clusterOptions
Options inherited from parent commands
SEE ALSO
- gns3util cluster - cluster operations
gns3util cluster add-nodes [cluster-name] [flags]
-h, --help help for add-nodes
-g, --max-groups int Maximum groups per node (default 3) (default 3)
-p, --password string Password to use (env: GNS3_PASSWORD)
-s, --server strings Server(s) to add
-u, --user string User to log in as (env: GNS3_USER)
-w, --weight int Weight to assign to node(s) (0–10, default 5) (default 5)
-c, --cluster string Cluster name from keyfile. Mutually exclusive with --server
-i, --insecure Ignore unsigned SSL-Certificates. Can be set via GNS3_INSECURE
-k, --key-file string Path to authentication keyfile. Can be set via GNS3_KEY_FILE or config.toml
-o, --output string Output format: [json, json-colorless, collapsed, yaml, toml, table, table-ascii]. Can be set via GNS3_OUTPUT (default "table")