OVERLORD 433854b36f Update README.md
updated config usage
2025-05-28 17:09:53 +03:00
2025-05-28 12:45:07 +03:00
2025-05-28 12:45:07 +03:00
2025-05-28 12:45:07 +03:00
2025-05-28 12:45:07 +03:00
2025-05-28 16:59:38 +03:00
2025-05-28 17:09:53 +03:00

SpaceVM_VM_Utility

Utility to manage Virtual Machines in SpaceVM.

Written in python, uses SpaceVM API to collect and manage existing Virtual Machines in your SpaceVM cluster.

Note

For now, this utility is focused on managing virtual disks
Works with SpaceVM 6.5.5+

Requirements

  • Fully setup SpaceVM cluster with VMs
  • SpaceVM Utility and SpaceVM cluster should be in LAN
  • Obtain your API Key

Warning

Utility is only tested on Windows 10

Utility usage

Clone repository or use compiled .exe from Releases Tab

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.

[General]
#Master Controller IP of your cluster
#Has to be accessible for a machine, which will be executing this Utility
controller_ip = 

#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)
data_pool_uuid = 

[VM_List]
#Selected VMs which will be used for utility operations
#How to find 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 = 
Description
Python/API utility for managing Virtual Machines in SpaceVM
Readme 353 KiB
Languages
Python 100%