|
|
|
|
---
|
|
|
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
|
|
|
page_title: "decort_bservice_group Resource - terraform-provider-decort"
|
|
|
|
|
subcategory: ""
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# decort_bservice_group (Resource)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
|
|
|
## Schema
|
|
|
|
|
|
|
|
|
|
### Required
|
|
|
|
|
|
|
|
|
|
- `comp_count` (Number) computes number. Defines how many computes must be there in the group
|
|
|
|
|
- `compgroup_name` (String) name of the Compute Group to add
|
|
|
|
|
- `cpu` (Number) compute CPU number. All computes in the group have the same CPU count
|
|
|
|
|
- `disk` (Number) compute boot disk size in GB
|
|
|
|
|
- `image_id` (Number) OS image ID to create computes from
|
|
|
|
|
- `ram` (Number) compute RAM volume in MB. All computes in the group have the same RAM volume
|
|
|
|
|
- `service_id` (Number) ID of the Basic Service to add a group to
|
|
|
|
|
- `storage_policy_id` (Number) storage policy id of compute. The rules of the specified storage policy will be used.
|
|
|
|
|
|
|
|
|
|
### Optional
|
|
|
|
|
|
|
|
|
|
- `chipset` (String)
|
|
|
|
|
- `cloud_init` (String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.
|
|
|
|
|
- `compgroup_id` (Number)
|
|
|
|
|
- `driver` (String) compute driver like a KVM_X86, etc.
|
|
|
|
|
- `extnets` (List of Number) list of external networks to connect computes to
|
|
|
|
|
- `force_stop` (Boolean) force stop Compute Group
|
|
|
|
|
- `force_update` (Boolean) force resize Compute Group
|
|
|
|
|
- `mode` (String) (RELATIVE;ABSOLUTE) either delta or absolute value of computes
|
|
|
|
|
- `parents` (List of Number)
|
|
|
|
|
- `remove_computes` (List of Number)
|
|
|
|
|
- `role` (String) group role tag. Can be empty string, does not have to be unique
|
|
|
|
|
- `sep_id` (Number) storage endpoint provider ID
|
|
|
|
|
- `sep_pool` (String) pool to use if sepId is set, can be also empty if needed to be chosen by system
|
|
|
|
|
- `start` (Boolean) Start the specified Compute Group within BasicService
|
|
|
|
|
- `timeout_start` (Number) time of Compute Group readiness
|
|
|
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
|
- `vinses` (List of Number) list of ViNSes to connect computes to
|
|
|
|
|
|
|
|
|
|
### Read-Only
|
|
|
|
|
|
|
|
|
|
- `account_id` (Number)
|
|
|
|
|
- `account_name` (String)
|
|
|
|
|
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
|
|
|
|
|
- `consistency` (Boolean)
|
|
|
|
|
- `created_by` (String)
|
|
|
|
|
- `created_time` (Number)
|
|
|
|
|
- `deleted_by` (String)
|
|
|
|
|
- `deleted_time` (Number)
|
|
|
|
|
- `gid` (Number)
|
|
|
|
|
- `guid` (Number)
|
|
|
|
|
- `id` (String) The ID of this resource.
|
|
|
|
|
- `milestones` (Number)
|
|
|
|
|
- `rg_id` (Number)
|
|
|
|
|
- `rg_name` (String)
|
|
|
|
|
- `seq_no` (Number)
|
|
|
|
|
- `status` (String)
|
|
|
|
|
- `tech_status` (String)
|
|
|
|
|
- `updated_by` (String)
|
|
|
|
|
- `updated_time` (Number)
|
|
|
|
|
|
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
|
|
|
### Nested Schema for `timeouts`
|
|
|
|
|
|
|
|
|
|
Optional:
|
|
|
|
|
|
|
|
|
|
- `create` (String)
|
|
|
|
|
- `default` (String)
|
|
|
|
|
- `delete` (String)
|
|
|
|
|
- `read` (String)
|
|
|
|
|
- `update` (String)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a id="nestedatt--computes"></a>
|
|
|
|
|
### Nested Schema for `computes`
|
|
|
|
|
|
|
|
|
|
Read-Only:
|
|
|
|
|
|
|
|
|
|
- `chipset` (String)
|
|
|
|
|
- `id` (Number)
|
|
|
|
|
- `ip_addresses` (List of String)
|
|
|
|
|
- `name` (String)
|
|
|
|
|
- `os_users` (List of Object) (see [below for nested schema](#nestedobjatt--computes--os_users))
|
|
|
|
|
|
|
|
|
|
<a id="nestedobjatt--computes--os_users"></a>
|
|
|
|
|
### Nested Schema for `computes.os_users`
|
|
|
|
|
|
|
|
|
|
Read-Only:
|
|
|
|
|
|
|
|
|
|
- `login` (String)
|
|
|
|
|
- `password` (String)
|