-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfra-template.json
More file actions
69 lines (69 loc) · 1.91 KB
/
Copy pathinfra-template.json
File metadata and controls
69 lines (69 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"cp_clusters": [
{
"k8s_provider": "minikube",
"k8s_version": "1.27.8",
"name": "active",
"region": "region1",
"templates": {
"cp_helm": "templates/active/controlplane-helm-values.yaml",
"cp_tctl": "templates/active/controlplane.yaml"
},
"vms": [
{
"image": "ghcr.io/tetratecx/tsb-single-vm/obs-tester-server-ubuntu-vm:latest",
"name": "active-vm1"
},
{
"image": "ghcr.io/tetratecx/tsb-single-vm/obs-tester-server-ubuntu-vm:latest",
"name": "active-vm2"
}
],
"zone": "zone1b"
},
{
"k8s_provider": "minikube",
"k8s_version": "1.27.8",
"name": "standby",
"region": "region2",
"templates": {
"cp_helm": "templates/standby/controlplane-helm-values.yaml",
"cp_tctl": "templates/standby/controlplane.yaml"
},
"vms": [
{
"image": "ghcr.io/tetratecx/tsb-single-vm/obs-tester-server-ubuntu-vm:latest",
"name": "standby-vm1"
},
{
"image": "ghcr.io/tetratecx/tsb-single-vm/obs-tester-server-ubuntu-vm:latest",
"name": "standby-vm2"
}
],
"zone": "zone2a"
}
],
"mp_cluster": {
"k8s_provider": "minikube",
"k8s_version": "1.27.8",
"name": "mgmt",
"region": "region1",
"templates": {
"cp_helm": "templates/mgmt/controlplane-helm-values.yaml",
"cp_tctl": "templates/mgmt/controlplane.yaml",
"mp_helm": "templates/mgmt/managementplane-helm-values.yaml",
"mp_tctl": "templates/mgmt/managementplane.yaml"
},
"vms": [
{
"image": "ghcr.io/tetratecx/tsb-single-vm/obs-tester-server-ubuntu-vm:latest",
"name": "mgmt-vm1"
},
{
"image": "ghcr.io/tetratecx/tsb-single-vm/obs-tester-server-ubuntu-vm:latest",
"name": "mgmt-vm2"
}
],
"zone": "zone1a"
}
}