Cloudbreak CLI Reference
Also available as:
PDF

cluster reinstall

Reinstalls a cluster based on the JSON template generated by the cb cluster reinstall command.

Required options

--name <value> Cluster name

--cli-input-json <value> User-provided file with JSON cluster skeleton

Options

--blueprint-name <value> Name of the blueprint

--kerberos-password <value> Kerberos password

--kerberos-principal <value> Kerberos principal

--wait Wait for the operation to finish. No argument is required

--output <value> Supported formats: json, yaml, table (default: “json”) [$CB_OUT_FORMAT]

--server <value> Cloudbreak server address [$CB_SERVER_ADDRESS]

--username <value> Cloudbreak user name (e-mail address) [$CB_USER_NAME]

--password <value> Cloudbreak password [$CB_PASSWORD]

--workspace <value> Name of the workspace holding the resource

--profile <value> Selects a config profile to use [$CB_PROFILE]

--auth-type <value> Authentication method to use. Values: oauth2, basic [$CB_AUTH_TYPE]

Examples

Reinstalls the cluster called test1234 by using the cluster-skeleton JSON cluster template:

cb cluster reinstall --name test1234 --cli-input-json /Users/test/Documents/cluster-skeleton.JSON