fix big and big15 templates
This commit is contained in:

committed by
Markus Mäkelä

parent
a6c97bea2a
commit
2a93cfac8c
@ -4,6 +4,10 @@ MDBCI is a tool to manage virtual machines (VM). VM can be described in
|
|||||||
the simple JSON format.
|
the simple JSON format.
|
||||||
JSON templates can be found in [BUILD/mdbci/templates](templates)
|
JSON templates can be found in [BUILD/mdbci/templates](templates)
|
||||||
|
|
||||||
|
MDBCI_VM_PATH have to be set before executing any MDBCI commands.
|
||||||
|
This variable points to the directory to store 'Vagrantfile's
|
||||||
|
for all VMs as well as all additional files (e.g. *network_config)
|
||||||
|
|
||||||
libvirt/qemu and AWS VMs are supported.
|
libvirt/qemu and AWS VMs are supported.
|
||||||
|
|
||||||
See [MDBCI README](https://github.com/mariadb-corporation/mdbci#mariadb-continuous-integration-infrastructure-mdbci) for details.
|
See [MDBCI README](https://github.com/mariadb-corporation/mdbci#mariadb-continuous-integration-infrastructure-mdbci) for details.
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
"hostname" : "node000",
|
"hostname" : "node000",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server1.cnf",
|
"cnf_template" : "server1.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -17,10 +17,10 @@
|
|||||||
"hostname" : "node001",
|
"hostname" : "node001",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server2.cnf",
|
"cnf_template" : "server2.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -29,10 +29,10 @@
|
|||||||
"hostname" : "node002",
|
"hostname" : "node002",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server3.cnf",
|
"cnf_template" : "server3.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -41,10 +41,10 @@
|
|||||||
"hostname" : "node003",
|
"hostname" : "node003",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server4.cnf",
|
"cnf_template" : "server4.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_004" :
|
"node_004" :
|
||||||
@ -52,10 +52,10 @@
|
|||||||
"hostname" : "node004",
|
"hostname" : "node004",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server5.cnf",
|
"cnf_template" : "server5.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_005" :
|
"node_005" :
|
||||||
@ -63,10 +63,10 @@
|
|||||||
"hostname" : "node005",
|
"hostname" : "node005",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server6.cnf",
|
"cnf_template" : "server6.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_006" :
|
"node_006" :
|
||||||
@ -74,10 +74,10 @@
|
|||||||
"hostname" : "node006",
|
"hostname" : "node006",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server7.cnf",
|
"cnf_template" : "server7.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_007" :
|
"node_007" :
|
||||||
@ -85,10 +85,10 @@
|
|||||||
"hostname" : "node007",
|
"hostname" : "node007",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server8.cnf",
|
"cnf_template" : "server8.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -98,9 +98,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server1.cnf",
|
"cnf_template" : "galera_server1.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -110,9 +110,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server2.cnf",
|
"cnf_template" : "galera_server2.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -122,9 +122,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server3.cnf",
|
"cnf_template" : "galera_server3.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -134,9 +134,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server4.cnf",
|
"cnf_template" : "galera_server4.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
"hostname" : "node_000",
|
"hostname" : "node_000",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server1.cnf",
|
"cnf_template" : "server1.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -17,10 +17,10 @@
|
|||||||
"hostname" : "node_001",
|
"hostname" : "node_001",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server2.cnf",
|
"cnf_template" : "server2.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -29,10 +29,10 @@
|
|||||||
"hostname" : "node_002",
|
"hostname" : "node_002",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server3.cnf",
|
"cnf_template" : "server3.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -41,10 +41,10 @@
|
|||||||
"hostname" : "node_003",
|
"hostname" : "node_003",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server4.cnf",
|
"cnf_template" : "server4.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_004" :
|
"node_004" :
|
||||||
@ -52,10 +52,10 @@
|
|||||||
"hostname" : "node_004",
|
"hostname" : "node_004",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server5.cnf",
|
"cnf_template" : "server5.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_005" :
|
"node_005" :
|
||||||
@ -63,10 +63,10 @@
|
|||||||
"hostname" : "node_005",
|
"hostname" : "node_005",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server6.cnf",
|
"cnf_template" : "server6.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_006" :
|
"node_006" :
|
||||||
@ -74,10 +74,10 @@
|
|||||||
"hostname" : "node_006",
|
"hostname" : "node_006",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server7.cnf",
|
"cnf_template" : "server7.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_007" :
|
"node_007" :
|
||||||
@ -85,10 +85,10 @@
|
|||||||
"hostname" : "node_007",
|
"hostname" : "node_007",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server8.cnf",
|
"cnf_template" : "server8.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_008" :
|
"node_008" :
|
||||||
@ -96,10 +96,10 @@
|
|||||||
"hostname" : "node_008",
|
"hostname" : "node_008",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server9.cnf",
|
"cnf_template" : "server9.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_009" :
|
"node_009" :
|
||||||
@ -107,65 +107,65 @@
|
|||||||
"hostname" : "node_009",
|
"hostname" : "node_009",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server10.cnf",
|
"cnf_template" : "server10.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_0010" :
|
"node_010" :
|
||||||
{
|
{
|
||||||
"hostname" : "node_0010",
|
"hostname" : "node_0010",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server11.cnf",
|
"cnf_template" : "server11.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_0011" :
|
"node_011" :
|
||||||
{
|
{
|
||||||
"hostname" : "node_0011",
|
"hostname" : "node_0011",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server12.cnf",
|
"cnf_template" : "server12.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_0012" :
|
"node_012" :
|
||||||
{
|
{
|
||||||
"hostname" : "node_0012",
|
"hostname" : "node_0012",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server13.cnf",
|
"cnf_template" : "server13.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_0013" :
|
"node_013" :
|
||||||
{
|
{
|
||||||
"hostname" : "node_0013",
|
"hostname" : "node_0013",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server14.cnf",
|
"cnf_template" : "server14.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_0014" :
|
"node_014" :
|
||||||
{
|
{
|
||||||
"hostname" : "node_0014",
|
"hostname" : "node_0014",
|
||||||
"box" : "centos_7_aws_large",
|
"box" : "centos_7_aws_large",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "###product###",
|
"name": "${product}",
|
||||||
"version": "###version###",
|
"version": "${version}",
|
||||||
"cnf_template" : "server15.cnf",
|
"cnf_template" : "server15.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -175,9 +175,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server1.cnf",
|
"cnf_template" : "galera_server1.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -187,9 +187,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server2.cnf",
|
"cnf_template" : "galera_server2.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -199,9 +199,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server3.cnf",
|
"cnf_template" : "galera_server3.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -211,9 +211,9 @@
|
|||||||
"box" : "centos_7_aws",
|
"box" : "centos_7_aws",
|
||||||
"product" : {
|
"product" : {
|
||||||
"name": "galera",
|
"name": "galera",
|
||||||
"version": "###galera_version###",
|
"version": "${galera_version}",
|
||||||
"cnf_template" : "galera_server4.cnf",
|
"cnf_template" : "galera_server4.cnf",
|
||||||
"cnf_template_path": "~/build-scripts/test-setup-scripts/cnf"
|
"cnf_template_path": "${cnf_path}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user