mirror of
https://github.com/OVERLORD7F/SVMU.git
synced 2025-10-01 21:52:47 +03:00
Updated readme to reflect changes in 0.4-dev
This commit is contained in:
39
README.md
39
README.md
@@ -18,12 +18,12 @@ Written in python, uses [SpaceVM API](https://spacevm.ru/docs/6.5/api/) to colle
|
|||||||
# Utility usage
|
# Utility usage
|
||||||
Clone repository or use compiled .exe from [Releases Tab](https://github.com/OVERLORD7F/SpaceVM_VM_Utility/releases)
|
Clone repository or use compiled .exe from [Releases Tab](https://github.com/OVERLORD7F/SpaceVM_VM_Utility/releases)
|
||||||
|
|
||||||
Fill in the config file as stated below.
|
## Config / Profile File (SpaceVM_Utility.conf)
|
||||||
|
Directory _./profiles_ contains all configured profiles with necessary data for utility.
|
||||||
|
|
||||||
## Config File (SpaceVM_Utility.conf)
|
This directory 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 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
|
||||||
@@ -35,12 +35,37 @@ controller_ip = 10.20.30.44
|
|||||||
# do not specify JWT tag with your key!
|
# do not specify JWT tag with your key!
|
||||||
api_key =
|
api_key =
|
||||||
|
|
||||||
|
#skip start up splash screen (ASCII art)
|
||||||
|
skip_startup_splash = no
|
||||||
|
|
||||||
|
#loads this profile on utility startup by default
|
||||||
|
#only one profile could be loaded by default
|
||||||
|
load_by_default = false
|
||||||
|
|
||||||
[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)
|
||||||
data_pool_uuid =
|
data_pool_uuid =
|
||||||
|
|
||||||
|
[VM_Options]
|
||||||
|
#Select interface which will be used in virtual disk creation.
|
||||||
|
#Available options: virtio / ide / scsi / sata
|
||||||
|
disk_interface = virtio
|
||||||
|
|
||||||
|
#Select allocation type for virtual disks
|
||||||
|
#Available options: none / falloc / full / metadata
|
||||||
|
preallocation = falloc
|
||||||
|
|
||||||
|
#Specify uuid of iso you wish to automatically mount to Virtual Machines during operations (Courses)
|
||||||
|
#This step is skipped if "none" provided
|
||||||
|
iso_uuid = none
|
||||||
|
|
||||||
|
[Courses-Space-VM]
|
||||||
|
#Set vDisk size for "Prepare VMs for Courses" option
|
||||||
|
disk1 =
|
||||||
|
disk2 =
|
||||||
|
disk3 =
|
||||||
|
|
||||||
[VM_List]
|
[VM_List]
|
||||||
#Selected VMs which will be used for utility operations
|
#Selected VMs which will be used for utility operations
|
||||||
#How to find UUID:
|
#How to find UUID:
|
||||||
@@ -48,10 +73,4 @@ 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 =
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user