mirror of
https://github.com/OVERLORD7F/SVMU.git
synced 2025-10-01 21:52:47 +03:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -23,17 +23,19 @@ Fill in the config file as stated below.
|
||||
## 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.
|
||||
|
||||
You can create config and specify/change specific options within the Utility.
|
||||
You can create config and change specific options within the Utility.
|
||||
```
|
||||
[General]
|
||||
#Master Controller IP of your cluster
|
||||
#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!
|
||||
api_key =
|
||||
|
||||
|
||||
[Data_Pool]
|
||||
#Data pool which will be used for utility operations
|
||||
#(Targeted storage for new vDisks)
|
||||
@@ -45,5 +47,11 @@ data_pool_uuid =
|
||||
#List all available VMs in Utility Main Menu (Option 6)
|
||||
#Use https://spacevm.ru/docs/latest/cli/space/vm/info/ or copy UUID from web panel
|
||||
uuid_1 =
|
||||
uuid_2 =
|
||||
uuid_2 =
|
||||
|
||||
[Courses-Space-VM]
|
||||
#Set vDisk size for "Prepare VMs for Courses" option
|
||||
disk1 =
|
||||
disk2 =
|
||||
disk3 =
|
||||
```
|
||||
|
Reference in New Issue
Block a user