Cloudbreak CLI Reference
Also available as:
PDF

cluster generate-attached-cluster-template

Generates a template for a cluster that can be attached to a data lake.

Required options

--source-cluster [$VALUE] Data lake cluster to which the attached cluster will be attached

--blueprint-name [$VALUE] Name of the blueprint

Options

--blueprint-file [$VALUE] Location of the blueprint file

--cloud-storage [$VALUE] Type of the cloud storage [wasb/WASB, adls/ADLS, s3/S3, gcs/GCS]

--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

Generates a template for a cluster (1) that can be attached to the data lake called "my-datalake" and (2) that uses the test-bp blueprint:

cb cluster generate-attached-cluster-template --source-cluster my-datalake --blueprint-name test-bp