"description":"Define if SlapOS should start or stop this VM.",
"type":"string",
"default":"started",
"enum":["started","stopped"]
},
"ram-size":{
"title":"RAM size",
"description":"RAM size, in MB.",
...
...
@@ -151,7 +158,7 @@
"default":1024,
"minimum":128,
"multipleOf":128,
"maximum":16384
"maximum":92160
},
"disk-size":{
"title":"Disk size",
...
...
@@ -290,6 +297,12 @@
443
]
},
"enable-vhost":{
"title":"Use vhost-net to improve network performance of tap interface",
"description":"The vhost-net provides much improved network performance for your VM. Only work if the vhost-net kernel module is loaded and available on host machine, please keep this option off if you're not shure.",
"type":"boolean",
"default":false
},
"data-to-vm":{
"title":"Text content to send to this virtual machine.",
"description":"Text content which will be written in a file 'data' of http server of this virtual machine instance. The file will be available via URL: http://10.0.2.100/data in the VM.",
"description":"List of rules for NAT of QEMU user mode network stack, as comma-separated list of ports. For each port specified, it will redirect port x of the VM (example: 80) to the port x + 10000 of the public IPv6 (example: 10080). Defaults to \"22 80 443\". Ignored if \"use-tap\" parameter is enabled.",
"type":"string"
},
"enable-vhost":{
"title":"Use vhost-net to improve network performance of tap interface",
"description":"The vhost-net provides much improved network performance for your VM. Only work if the vhost-net kernel module is loaded and available on host machine, please keep this option off if you're not shure.",
"type":"boolean",
"default":false
},
"enable-monitor":{
"title":"Deploy monitoring tools",
"description":"Deploy monitor instance to this kvm instance. It help to check instance status, log and promise results.",