3 "$schema": "http://json-schema.org/draft-04/schema",
5 "title": "Input Parameters",
9 "title": "DNS Software type",
10 "description": "Software type of DNS nodes",
11 "default": "single-default",
15 "-dns-software-release-url": {
16 "title": "DNS Software Release",
17 "description": "Url of the software release to be used for the nodes",
23 "title": "DNS Quantity",
24 "description": "DNS Nodes Quantity",
30 "title": "Requested state of node i",
31 "description": "Requested State of node i of the replication. i must inferior or equal to '-dns-quantity'",
36 "-sla-i-sla_parameter": {
37 "title": "sla_parameter used to request node i",
38 "description": "Parameter used to provide sla parameter to request dns nodes",
45 "description": "Zone to be handled by the DNS cluster",
47 "default": "domain.com",
48 "pattern": "^([a-zA-Z0-9]([a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,6}$"
52 "title": "Zone Administrator Email",
53 "description": "Email of the zone administrator, it is used to generate SOA value",
55 "default": "admin@domain.com"
58 "dns-name-template-string": {
59 "title": "DNS domains template string",
60 "description": "Template used to generate DNS domain name",
62 "default": "ns%s. + zone"