@@ -65,12 +65,15 @@ variable "login" {
6565 vnic_types: Overrides variable vnic_types
6666 volume_backed_instances: Overrides variable volume_backed_instances
6767 root_volume_size: Overrides variable root_volume_size
68- extra_volumes: Mapping defining additional volumes to create and attach
69- Keys are unique volume name.
70- Values are a mapping with:
71- size: Size of volume in GB
72- volume_type: Optional. Type of volume, or cloud default
73- **NB**: The order in /dev is not guaranteed to match the mapping
68+ extra_volumes: Mapping defining additional volumes. Keys are a unique volume
69+ name. Values are a mapping with:
70+ - size: Optional. Size of volume to create in GB.
71+ - volume_type: Optional. Type of volume, or cloud default.
72+ If size is not given then a volume `cluster_name-node-volume_key`
73+ must already exist, where `node` is an entry in this group's
74+ `nodes` parameter. Such volumes will not be managed by the
75+ appliance.
76+ **NB**: The order in /dev is not guaranteed to match the mapping.
7477 fip_addresses: List of addresses of floating IPs to associate with
7578 nodes, in the same order as nodes parameter. The
7679 floating IPs must already be allocated to the project.
@@ -136,12 +139,15 @@ variable "compute" {
136139 ignore_image_changes: Ignore changes to the image_id parameter (see docs/experimental/compute-init.md)
137140 volume_backed_instances: Overrides variable volume_backed_instances
138141 root_volume_size: Overrides variable root_volume_size
139- extra_volumes: Mapping defining additional volumes to create and attach
140- Keys are unique volume name.
141- Values are a mapping with:
142- size: Size of volume in GB
143- volume_type: Optional. Type of volume, or cloud default
144- **NB**: The order in /dev is not guaranteed to match the mapping
142+ extra_volumes: Mapping defining additional volumes. Keys are a unique volume
143+ name. Values are a mapping with:
144+ - size: Optional. Size of volume to create in GB.
145+ - volume_type: Optional. Type of volume, or cloud default.
146+ If size is not given then a volume `cluster_name-node-volume_key`
147+ must already exist, where `node` is an entry in this group's
148+ `nodes` parameter. Such volumes will not be managed by the
149+ appliance.
150+ **NB**: The order in /dev is not guaranteed to match the mapping.
145151 ip_addresses: Mapping of list of fixed IP addresses for nodes, keyed
146152 by network name, in same order as nodes parameter.
147153 For any networks not specified here the cloud will
0 commit comments