x86 = http://download-installer.cdn.mozilla.net/pub/firefox/releases/${:version}/linux-i686/en-US/firefox-${:version}.tar.bz2 b079611053993a13decefb2d5a796e41
x86 = http://download-installer.cdn.mozilla.net/pub/firefox/releases/${:version}/linux-i686/en-US/firefox-${:version}.tar.bz2 6f50b82a6c020d0f29a04cfcd9fe8282
"description":"Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the slave instances (example: instance12345.mydomain.com).",
"description":"Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the slave instances (example: instance12345.mydomain.com).",
"type":"string",
"type":"string",
"format":"uri",
"default":""
"default":""
},
},
"url":{
"url":{
...
@@ -96,12 +102,9 @@
...
@@ -96,12 +102,9 @@
"default":""
"default":""
},
},
"service-port":{
"service-port":{
"allOf":[{
"$ref":"#/definitions/tcpv4port"
},{
"title":"Specify the port of service to run in VM.",
"title":"Specify the port of service to run in VM.",
"description":"This will allow to get URL from defined nat-rules. The port should exist in nat-rules of KVM referenced by 'kvm-partition-name'"
"description":"This will allow to get URL from defined nat-rules. The port should exist in nat-rules of KVM referenced by 'kvm-partition-name'",
}]
"type":"number"
},
},
"url-scheme":{
"url-scheme":{
"title":"Say If HTTP service to run into the Virtual Machine will use http or https.",
"title":"Say If HTTP service to run into the Virtual Machine will use http or https.",
"description":"hostname (or IP) of the NBD server containing the boot image.",
"description":"hostname (or IP) of the NBD server containing the boot image.",
"type":"string",
"type":"string",
"format":["host-name","ip-address","ipv6"],
"format":[
"host-name",
"ip-address",
"ipv6"
],
"default":"debian.nbd.vifib.net"
"default":"debian.nbd.vifib.net"
},
},
"nbd-port":{
"nbd-port":{
...
@@ -170,12 +185,15 @@
...
@@ -170,12 +185,15 @@
"minimum":1,
"minimum":1,
"maximum":65535
"maximum":65535
},
},
"nbd2-host":{
"nbd2-host":{
"title":"Second NBD hostname",
"title":"Second NBD hostname",
"description":"hostname (or IP) of the second NBD server (containing drivers for example).",
"description":"hostname (or IP) of the second NBD server (containing drivers for example).",
"type":"string",
"type":"string",
"format":["host-name","ip-address","ipv6"]
"format":[
"host-name",
"ip-address",
"ipv6"
]
},
},
"nbd2-port":{
"nbd2-port":{
"title":"Second NBD port",
"title":"Second NBD port",
...
@@ -184,7 +202,6 @@
...
@@ -184,7 +202,6 @@
"minimum":1,
"minimum":1,
"maximum":65535
"maximum":65535
},
},
"virtual-hard-drive-url":{
"virtual-hard-drive-url":{
"title":"Existing disk image URL",
"title":"Existing disk image URL",
"description":"If specified, will download an existing disk image (qcow2, raw, ...), and will use it as main virtual hard drive. Can be used to download and use an already installed and customized virtual hard drive.",
"description":"If specified, will download an existing disk image (qcow2, raw, ...), and will use it as main virtual hard drive. Can be used to download and use an already installed and customized virtual hard drive.",
...
@@ -202,18 +219,43 @@
...
@@ -202,18 +219,43 @@
"type":"boolean",
"type":"boolean",
"default":false
"default":false
},
},
"external-disk-number":{
"title":"Number of additional disk to create for virtual machine",
"description":"Specify the number of additional disk to create for virtual machine in data folder of SlapOS Node. Requires instance_storage_home to be configured on SlapOS Node.",
"type":"integer",
"minimum":0,
"maximum":4,
"default":0
},
"external-disk-size":{
"title":"Number of additional disk to create for virtual machine, in Gigabytes",
"description":"Specify the number of additional disk to create for virtual machine in data folder of SlapOS Node. Requires instance_storage_home to be configured on SlapOS Node.",
"type":"integer",
"minimum":10,
"maximum":100,
"default":20
},
"use-tap":{
"use-tap":{
"title":"Use QEMU TAP network interface",
"title":"Use QEMU TAP network interface",
"description":"Use QEMU TAP network interface, requires a bridge on SlapOS Node. If false, use user-mode network stack (NAT).",
"description":"Use QEMU TAP network interface, might require a bridge on SlapOS Node.",
"title":"List of rules for NAT of QEMU user mode network stack.",
"title":"List of rules for NAT of QEMU user mode network stack.",
"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.",
"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.",
"description":"MD5 checksum of virtual hard drive, used if virtual-hard-drive-url is specified.",
"description":"MD5 checksum of virtual hard drive, used if virtual-hard-drive-url is specified.",
"type":"string"
"type":"string"
},
},
"virtual-hard-drive-gzipped":{
"title":"Define if virtual hard drive to download is gzipped",
"description":"Define if virtual hard drive to download is gzipped using gzip. This help to reduce size of file to download.",
"type":"boolean",
"default":false
},
"external-disk-number":{
"title":"Number of additional disk to create for virtual machine",
"description":"Specify the number of additional disk to create for virtual machine in data folder of SlapOS Node. Requires instance_storage_home to be configured on SlapOS Node.",
"type":"integer",
"minimum":0,
"maximum":4,
"default":0
},
"external-disk-size":{
"title":"Number of additional disk to create for virtual machine, in Gigabytes",
"description":"Specify the number of additional disk to create for virtual machine in data folder of SlapOS Node. Requires instance_storage_home to be configured on SlapOS Node.",
"type":"integer",
"minimum":10,
"maximum":100,
"default":20
},
"use-tap":{
"use-tap":{
"title":"Use QEMU TAP network interface",
"title":"Use QEMU TAP network interface",
"description":"Use QEMU TAP network interface, requires a bridge on SlapOS Node. If false, use user-mode network stack (NAT).",
"description":"Use QEMU TAP network interface, might require a bridge on SlapOS Node.",
"title":"List of rules for NAT of QEMU user mode network stack.",
"title":"List of rules for NAT of QEMU user mode network stack.",
"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.",
"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.",