4.7.0
This commit is contained in:
@@ -32,6 +32,7 @@ description: |-
|
||||
- `auto_start` (Boolean) Flag for redeploy compute
|
||||
- `boot_disk_size` (Number) This compute instance boot disk size in GB. Make sure it is large enough to accomodate selected OS image.
|
||||
- `cd` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--cd))
|
||||
- `chipset` (String) Type of the emulated system.
|
||||
- `cloud_init` (String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.
|
||||
- `cpu_pin` (Boolean) Run VM on dedicated CPUs. To use this feature, the system must be pre-configured by allocating CPUs on the physical node.
|
||||
- `custom_fields` (String)
|
||||
@@ -49,6 +50,7 @@ description: |-
|
||||
- `image_id` (Number) ID of the OS image to base this compute instance on.
|
||||
- `ipa_type` (String) compute purpose
|
||||
- `is` (String) system name
|
||||
- `libvirt_settings` (Block Set) Configure libvirt virtio interface parameters. You can only delete values locally. Data on the platform cannot be deleted. (see [below for nested schema](#nestedblock--libvirt_settings))
|
||||
- `network` (Block Set, Max: 8) Optional network connection(s) for this compute. You may specify several network blocks, one for each connection. (see [below for nested schema](#nestedblock--network))
|
||||
- `numa_affinity` (String) Rule for VM placement with NUMA affinity.
|
||||
- `pause` (Boolean)
|
||||
@@ -57,7 +59,6 @@ description: |-
|
||||
- `pin_to_stack` (Boolean)
|
||||
- `pool` (String) Pool to use if sepId is set, can be also empty if needed to be chosen by system.
|
||||
- `port_forwarding` (Block Set) (see [below for nested schema](#nestedblock--port_forwarding))
|
||||
- `reason` (String) reason for action
|
||||
- `reset` (Boolean)
|
||||
- `restore` (Boolean)
|
||||
- `rollback` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--rollback))
|
||||
@@ -87,6 +88,7 @@ description: |-
|
||||
- `computeci_id` (Number)
|
||||
- `created_by` (String)
|
||||
- `created_time` (Number)
|
||||
- `delete_async_mode` (Boolean) async mode
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `devices` (String)
|
||||
@@ -164,10 +166,6 @@ Required:
|
||||
|
||||
- `cdrom_id` (Number)
|
||||
|
||||
Optional:
|
||||
|
||||
- `reason` (String) reason for action
|
||||
|
||||
|
||||
<a id="nestedblock--disks"></a>
|
||||
### Nested Schema for `disks`
|
||||
@@ -185,7 +183,6 @@ Optional:
|
||||
- `node_ids` (Set of Number)
|
||||
- `permanently` (Boolean) Disk deletion status
|
||||
- `pool` (String) Pool name; by default will be chosen automatically
|
||||
- `reason` (String) reason for action
|
||||
- `sep_id` (Number) Storage endpoint provider ID; by default the same with boot disk
|
||||
|
||||
Read-Only:
|
||||
@@ -196,6 +193,23 @@ Read-Only:
|
||||
- `size_used` (Number)
|
||||
|
||||
|
||||
<a id="nestedblock--libvirt_settings"></a>
|
||||
### Nested Schema for `libvirt_settings`
|
||||
|
||||
Required:
|
||||
|
||||
- `mac` (String)
|
||||
|
||||
Optional:
|
||||
|
||||
- `event_idx` (String)
|
||||
- `ioeventfd` (String)
|
||||
- `queues` (Number)
|
||||
- `rx_queue_size` (Number)
|
||||
- `tx_queue_size` (Number)
|
||||
- `txmode` (String)
|
||||
|
||||
|
||||
<a id="nestedblock--network"></a>
|
||||
### Nested Schema for `network`
|
||||
|
||||
@@ -226,7 +240,6 @@ Optional:
|
||||
|
||||
- `local_port` (Number)
|
||||
- `public_port_end` (Number)
|
||||
- `reason` (String) reason for action
|
||||
|
||||
Read-Only:
|
||||
|
||||
@@ -297,6 +310,7 @@ Read-Only:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `bus_number` (Number)
|
||||
- `conn_id` (Number)
|
||||
- `conn_type` (String)
|
||||
- `def_gw` (String)
|
||||
@@ -304,8 +318,10 @@ Read-Only:
|
||||
- `flip_group_id` (Number)
|
||||
- `guid` (String)
|
||||
- `ip_address` (String)
|
||||
- `libvirt_settings` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--libvirt_settings))
|
||||
- `listen_ssh` (Boolean)
|
||||
- `mac` (String)
|
||||
- `mtu` (Number)
|
||||
- `name` (String)
|
||||
- `net_id` (Number)
|
||||
- `net_type` (String)
|
||||
@@ -317,6 +333,20 @@ Read-Only:
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
<a id="nestedobjatt--interfaces--libvirt_settings"></a>
|
||||
### Nested Schema for `interfaces.libvirt_settings`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `event_idx` (String)
|
||||
- `guid` (String)
|
||||
- `ioeventfd` (String)
|
||||
- `queues` (Number)
|
||||
- `rx_queue_size` (Number)
|
||||
- `tx_queue_size` (Number)
|
||||
- `txmode` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--interfaces--qos"></a>
|
||||
### Nested Schema for `interfaces.qos`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user