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
|[xenorchestra_network.master](https://registry.terraform.io/providers/vatesfr/xenorchestra/0.29.0/docs/data-sources/network)| data source |
93
+
|[xenorchestra_network.node](https://registry.terraform.io/providers/vatesfr/xenorchestra/0.29.0/docs/data-sources/network)| data source |
94
+
|[xenorchestra_pool.xcp_ng_master](https://registry.terraform.io/providers/vatesfr/xenorchestra/0.29.0/docs/data-sources/pool)| data source |
95
+
|[xenorchestra_pool.xcp_ng_node](https://registry.terraform.io/providers/vatesfr/xenorchestra/0.29.0/docs/data-sources/pool)| data source |
92
96
93
97
## Inputs
94
98
@@ -103,6 +107,7 @@ No modules.
103
107
| <aname="input_k8s_image_swapper_private_registy"></a> [k8s\_image\_swapper\_private\_registy](#input\_k8s\_image\_swapper\_private\_registy)| Point this to the FQDN of a private registry so the k8s-image-swapper can pull from there. Has no effect if `install_k8s_image_swapper` is unused |`string`|`""`| no |
104
108
| <aname="input_master_count"></a> [master\_count](#input\_master\_count)| Number of master nodes to deploy |`number`|`3`| no |
105
109
| <aname="input_master_cpu_count"></a> [master\_cpu\_count](#input\_master\_cpu\_count)| Number of CPUs for each master node |`number`|`2`| no |
110
+
| <aname="input_master_expected_cidr"></a> [master\_expected\_cidr](#input\_master\_expected\_cidr)| Expected CIDR for master nodes, used for checking if the virtual machine is now ready. Replaces the old `wait_for_ip`|`string`|`"10.0.0.0/16"`| no |
106
111
| <aname="input_master_memory_gb"></a> [master\_memory\_gb](#input\_master\_memory\_gb)| Memory in GB for each master node |`number`|`4`| no |
107
112
| <aname="input_master_os_disk_size"></a> [master\_os\_disk\_size](#input\_master\_os\_disk\_size)| OS disk size in GB for each master node |`number`|`32`| no |
108
113
| <aname="input_master_os_disk_xoa_sr_uuid"></a> [master\_os\_disk\_xoa\_sr\_uuid](#input\_master\_os\_disk\_xoa\_sr\_uuid)| Storage repository UUID for master node OS disks |`list(string)`| n/a | yes |
@@ -114,6 +119,7 @@ No modules.
114
119
| <aname="input_microk8s_version"></a> [microk8s\_version](#input\_microk8s\_version)| The snap channel version to install, for example `1.29/stable`. Defaults to latest if not specified |`string`|`null`| no |
115
120
| <aname="input_node_count"></a> [node\_count](#input\_node\_count)| Number of worker nodes to deploy |`number`|`0`| no |
116
121
| <aname="input_node_cpu_count"></a> [node\_cpu\_count](#input\_node\_cpu\_count)| Number of CPUs for each worker node |`number`|`4`| no |
122
+
| <aname="input_node_expected_cidr"></a> [node\_expected\_cidr](#input\_node\_expected\_cidr)| Expected CIDR for nodes, used for checking if the virtual machine is now ready. Replaces the old `wait_for_ip`|`string`|`"10.0.0.0/16"`| no |
117
123
| <aname="input_node_memory_gb"></a> [node\_memory\_gb](#input\_node\_memory\_gb)| Memory in GB for each worker node |`number`|`8`| no |
118
124
| <aname="input_node_os_disk_size"></a> [node\_os\_disk\_size](#input\_node\_os\_disk\_size)| OS disk size in GB for each worker node |`number`|`32`| no |
119
125
| <aname="input_node_os_disk_xoa_sr_uuid"></a> [node\_os\_disk\_xoa\_sr\_uuid](#input\_node\_os\_disk\_xoa\_sr\_uuid)| Storage repository UUID for worker node OS disks |`list(string)`| n/a | yes |
0 commit comments