You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/cluster_maas.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,6 @@ Required:
183
183
-`count` (Number) Number of nodes in the machine pool.
184
184
-`instance_type` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--machine_pool--instance_type))
185
185
-`name` (String) Name of the machine pool.
186
-
-`network` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--machine_pool--network))
187
186
-`placement` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--machine_pool--placement))
188
187
189
188
Optional:
@@ -193,6 +192,7 @@ Optional:
193
192
-`control_plane_as_worker` (Boolean) Whether this machine pool is a control plane and a worker. Defaults to `false`.
194
193
-`max` (Number) Maximum number of nodes in the machine pool. This is used for autoscaling the machine pool.
195
194
-`min` (Number) Minimum number of nodes in the machine pool. This is used for autoscaling the machine pool.
195
+
-`network` (Block List, Max: 1) (see [below for nested schema](#nestedblock--machine_pool--network))
196
196
-`node` (Block List) (see [below for nested schema](#nestedblock--machine_pool--node))
197
197
-`node_repave_interval` (Number) Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is `0`, Applicable only for worker pools.
198
198
-`node_tags` (Set of String) Node tags to dynamically place nodes in a pool by using MAAS automatic tags. Specify the tag values that you want to apply to all nodes in the node pool.
@@ -209,29 +209,29 @@ Required:
209
209
-`min_memory_mb` (Number) Minimum memory in MB required for the machine pool node.
210
210
211
211
212
-
<aid="nestedblock--machine_pool--network"></a>
213
-
### Nested Schema for `machine_pool.network`
212
+
<aid="nestedblock--machine_pool--placement"></a>
213
+
### Nested Schema for `machine_pool.placement`
214
214
215
215
Required:
216
216
217
-
-`network_name` (String) The name of the network in which VMs are created/located.
217
+
-`resource_pool` (String) The name of the resource pool in the Maas cloud.
218
218
219
-
Optional:
219
+
Read-Only:
220
220
221
-
-`parent_pool_uid` (String) The UID of the parent pool which allocates IPs for this IPPool.
222
-
-`static_ip` (Boolean) Whether to use static IP. Default is `false`.
221
+
-`id` (String) This is a computed(read-only) ID of the placement that is used to connect to the Maas cloud.
223
222
224
223
225
-
<aid="nestedblock--machine_pool--placement"></a>
226
-
### Nested Schema for `machine_pool.placement`
224
+
<aid="nestedblock--machine_pool--network"></a>
225
+
### Nested Schema for `machine_pool.network`
227
226
228
227
Required:
229
228
230
-
-`resource_pool` (String) The name of the resource pool in the Maas cloud.
229
+
-`network_name` (String) The name of the network in which VMs are created/located.
231
230
232
-
Read-Only:
231
+
Optional:
233
232
234
-
-`id` (String) This is a computed(read-only) ID of the placement that is used to connect to the Maas cloud.
233
+
-`parent_pool_uid` (String) The UID of the parent pool which allocates IPs for this IPPool.
234
+
-`static_ip` (Boolean) Whether to use static IP. Default is `false`.
0 commit comments