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
Add xenstore support to the xenorchestra_vm resource (#295)
* Add xenstore support to the xenorchestra_vm resource
Signed-off-by: Dom Del Nano <[email protected]>
* Regenerate vm resource and data source documentation
Signed-off-by: Dom Del Nano <[email protected]>
* Ensure that the xenstore key is omitted from state if it wasn't specified in the tf code
Signed-off-by: Dom Del Nano <[email protected]>
* Fix tf doc generation
Signed-off-by: Dom Del Nano <[email protected]>
---------
Signed-off-by: Dom Del Nano <[email protected]>
Copy file name to clipboardExpand all lines: docs/index.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,14 @@ provider "xenorchestra" {
46
46
<!-- schema generated by tfplugindocs -->
47
47
## Schema
48
48
49
+
### Required
50
+
51
+
-`password` (String) Password for xoa api. Can be set via the XOA_PASSWORD environment variable.
52
+
-`url` (String) Hostname of the xoa router. Can be set via the XOA_URL environment variable.
53
+
-`username` (String) User account for xoa api. Can be set via the XOA_USER environment variable.
54
+
49
55
### Optional
50
56
51
57
-`insecure` (Boolean) Whether SSL should be verified or not. Can be set via the XOA_INSECURE environment variable.
52
-
-`password` (String) Password for xoa api. Can be set via the XOA_PASSWORD environment variable.
53
58
-`retry_max_time` (String) If `retry_mode` is set, this specifies the duration for which the backoff method will continue retries. Can be set via the `XOA_RETRY_MAX_TIME` environment variable
54
59
-`retry_mode` (String) Specifies if retries should be attempted for requests that require eventual . Can be set via the XOA_RETRY_MODE environment variable.
55
-
-`url` (String) Hostname of the xoa router. Can be set via the XOA_URL environment variable.
56
-
-`username` (String) User account for xoa api. Can be set via the XOA_USER environment variable.
-`vga` (String) The video adapter the VM should use. Possible values include std and cirrus.
171
178
-`videoram` (Number) The videoram option the VM should use. Possible values include 1, 2, 4, 8, 16
172
179
-`wait_for_ip` (Boolean) Whether terraform should wait until IP addresses are present on the VM's network interfaces before considering it created. This only works if guest-tools are installed in the VM. Defaults to false.
180
+
-`xenstore` (Map of String) The key value pairs to be populated in xenstore.
0 commit comments