Skip to content

Commit 8065aa4

Browse files
committed
add missing config
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 3e78bd2 commit 8065aa4

1 file changed

Lines changed: 26 additions & 21 deletions

File tree

source/adminguide/kvm_veeam.rst

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -83,27 +83,32 @@ configured using CloudStack global configuration parameters.
8383

8484
Update the following global configuration values in CloudStack:
8585

86-
+------------------------------------------------+-------------------------------------------------------------+
87-
| Configuration Key | Description |
88-
+================================================+=============================================================+
89-
| integration.veeam.control.enabled | Enables the CloudStack Veeam Control Service. |
90-
+------------------------------------------------+-------------------------------------------------------------+
91-
| integration.veeam.control.bind.address | IP address on which the control service listens. |
92-
+------------------------------------------------+-------------------------------------------------------------+
93-
| integration.veeam.control.port | Port used by the service. |
94-
+------------------------------------------------+-------------------------------------------------------------+
95-
| integration.veeam.control.api.username | Username used by Veeam to authenticate with the service. |
96-
+------------------------------------------------+-------------------------------------------------------------+
97-
| integration.veeam.control.api.password | Password used by Veeam to authenticate with the service. |
98-
+------------------------------------------------+-------------------------------------------------------------+
99-
| integration.veeam.control.service.account | ID of the service account that the Veeam Control |
100-
| | Service uses to perform operations on resources. |
101-
| | This should be a Root Admin account. |
102-
+------------------------------------------------+-------------------------------------------------------------+
103-
| integration.veeam.control.allowed.client.cidrs | Comma-separated list of CIDR blocks representing clients |
104-
| | allowed to access the API. If empty, all clients will be |
105-
| | allowed. Example: 192.168.1.1/24,192.168.2.100/32 |
106-
+------------------------------------------------+-------------------------------------------------------------+
86+
+--------------------------------------------------------+-------------------------------------------------------------+
87+
| Configuration Key | Description |
88+
+========================================================+=============================================================+
89+
| integration.veeam.control.enabled | Enables the CloudStack Veeam Control Service. |
90+
+--------------------------------------------------------+-------------------------------------------------------------+
91+
| integration.veeam.control.bind.address | IP address on which the control service listens. |
92+
+--------------------------------------------------------+-------------------------------------------------------------+
93+
| integration.veeam.control.port | Port used by the service. |
94+
+--------------------------------------------------------+-------------------------------------------------------------+
95+
| integration.veeam.control.api.username | Username used by Veeam to authenticate with the service. |
96+
+--------------------------------------------------------+-------------------------------------------------------------+
97+
| integration.veeam.control.api.password | Password used by Veeam to authenticate with the service. |
98+
+--------------------------------------------------------+-------------------------------------------------------------+
99+
| integration.veeam.control.service.account | ID of the service account that the Veeam Control |
100+
| | Service uses to perform operations on resources. |
101+
| | This should be a Root Admin account. |
102+
+--------------------------------------------------------+-------------------------------------------------------------+
103+
| integration.veeam.control.instance.encrypt.volumes | Whether offerings with encryption enabled are always used |
104+
| | when creating volumes and instances. If false, offerings |
105+
| | are selected without explicitly considering encryption |
106+
| | based on backup metadata, availability, and order. |
107+
+--------------------------------------------------------+-------------------------------------------------------------+
108+
| integration.veeam.control.allowed.client.cidrs | Comma-separated list of CIDR blocks representing clients |
109+
| | allowed to access the API. If empty, all clients will be |
110+
| | allowed. Example: 192.168.1.1/24,192.168.2.100/32 |
111+
+--------------------------------------------------------+-------------------------------------------------------------+
107112

108113
These parameters can be configured from the **Global Settings** section of the
109114
CloudStack UI or using the CloudStack API.

0 commit comments

Comments
 (0)