Common Hypervisor Hosting Options
The NeonKUBE on-premise xenserver hosting environment relies on the hypervisorOptions to locate the host hypervisor servers where the cluster node VMs will be provisioned, including their hostname (or ip addresses), username and password as well default VM settings such as the number of vCPUs, memory, and disk respources to be assigned. This can be overriden for specific nodes.
Here's what the common on-premise Hypervisor related hosting options looks like, with the default values or [required] for property values that must be specified:
hosting:
hypervisor:
diskLocation: null
hosts: [required]
- address: [required]
name: [required]
username: [required]
password: [required]
hostUsername: null
hostPassword: null
memory: 16 GiB
namePrefix: [CLUSTERNAME-]
openEbsDisk: 128 GiB
osDisk: 128 GiB
vcpus: 4
Property | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hypervisor |
|