Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

computecluster bulk-tenants

Prev Next

This command manages the attachment of VAST compute clusters to tenants.

If a VAST compute cluster is attached to a tenant before DataEngine is enabled on that tenant, then, when DataEngine is subsequently enabled, that compute cluster is assigned automatically to handle container orchestration for DataEngine on that tenant.

If a VAST compute cluster is attached to a tenant after DataEngine is enabled, the compute cluster becomes available to assign to handle container orchestration for DataEngine on that tenant.

Usage

computecluster bulk-tenants --id ID
                           {--tenants-to-add TENANTS_TO_ADD}|{--tenants-to-remove TENANTS_TO_REMOVE}

Required Parameters

--id ID

Specifies the compute cluster, by its ID.

{--tenants-to-add TENANTS_TO_ADD}|{--tenants-to-remove TENANTS_TO_REMOVE}

Attaches or de-attaches the specified tenant(s) to or from the specified compute cluster.

Specify TENANTS_TO_ADD or TENANTS_TO_REMOVE as a comma-separated list of IDs of the tenants you want to add or remove.

Example

vcli: admin> computecluster bulk-tenants --id 1 --tenants-to-add 3
Are you sure you want to modify tenant associations? [y/N] y
Compute cluster tenant update started (task id: 11)