Update README.md

This commit is contained in:
2025-05-30 12:19:29 +03:00
committed by GitHub
parent f3734432a7
commit 27d85f4d1a

View File

@@ -23,17 +23,19 @@ Fill in the config file as stated below.
## Config File (SpaceVM_Utility.conf) ## Config File (SpaceVM_Utility.conf)
_SpaceVM_Utility.conf_ contains all necessary data for utility and has to be placed in the same directory as Utility itself. _SpaceVM_Utility.conf_ contains all necessary data for utility and has to be placed in the same directory as Utility itself.
You can create config and specify/change specific options within the Utility. You can create config and change specific options within the Utility.
``` ```
[General] [General]
#Master Controller IP of your cluster #Master Controller IP of your cluster
#Has to be accessible for a machine, which will be executing this Utility #Has to be accessible for a machine, which will be executing this Utility
controller_ip = controller_ip = 10.20.30.44
#Integration API Key (how to get your key - https://spacevm.ru/docs/latest/base/operator_guide/security/users/#_14 ) #Integration API Key
(how to get your key - https://spacevm.ru/docs/latest/base/operator_guide/security/users/#_14 )
# do not specify JWT tag with your key! # do not specify JWT tag with your key!
api_key = api_key =
[Data_Pool] [Data_Pool]
#Data pool which will be used for utility operations #Data pool which will be used for utility operations
#(Targeted storage for new vDisks) #(Targeted storage for new vDisks)
@@ -46,4 +48,10 @@ data_pool_uuid =
#Use https://spacevm.ru/docs/latest/cli/space/vm/info/ or copy UUID from web panel #Use https://spacevm.ru/docs/latest/cli/space/vm/info/ or copy UUID from web panel
uuid_1 = uuid_1 =
uuid_2 = uuid_2 =
[Courses-Space-VM]
#Set vDisk size for "Prepare VMs for Courses" option
disk1 =
disk2 =
disk3 =
``` ```