forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathuniverse-put.json
More file actions
74 lines (74 loc) · 2.33 KB
/
Copy pathuniverse-put.json
File metadata and controls
74 lines (74 loc) · 2.33 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
70
71
72
73
74
{
"expected_universe_version": -1,
"clusters": [
{
"uuid": "25665c26-0afb-44b4-a37c-fa739268f968",
"num_nodes": 5,
"provider_spec": {
"region_list": [
"2ed19dab-546c-46d4-9deb-f90241cc548f",
"593c588d-c2bf-44e6-9c20-5bbb3b7e68b8",
"0e6c75d5-2cef-4ddd-ac44-f61f910d6bb1"
]
},
"placement_spec": {
"cloud_list": [
{
"uuid": "99007470-8c90-4c91-bb9e-58e1afd0b8ee",
"code": "gcp",
"region_list": [
{
"uuid": "2ed19dab-546c-46d4-9deb-f90241cc548f",
"code": "us-central1",
"name": "Iowa",
"az_list": [
{
"uuid": "938ac3db-aa11-4c1f-bfb7-46609e21c8a5",
"name": "us-central1-a",
"replication_factor": 2,
"subnet": "tailscale-vpc-us-central",
"num_nodes_in_az": 1,
"leader_affinity": true,
"leader_preference": 0
}
]
},
{
"uuid": "0e6c75d5-2cef-4ddd-ac44-f61f910d6bb1",
"code": "us-east1",
"name": "South Carolina",
"az_list": [
{
"uuid": "61cc0c91-1855-4c5e-b2b2-e1d01535f5f2",
"name": "us-east1-b",
"replication_factor": 2,
"subnet": "tailscale-vpc-us-east",
"num_nodes_in_az": 1,
"leader_affinity": false,
"leader_preference": 0
}
]
},
{
"uuid": "593c588d-c2bf-44e6-9c20-5bbb3b7e68b8",
"code": "us-west1",
"name": "Oregon",
"az_list": [
{
"uuid": "7c2de825-0e2a-44d8-afcb-2efbb4cee893",
"name": "us-west1-a",
"replication_factor": 2,
"subnet": "tailscale-vpc-us-west",
"num_nodes_in_az": 2,
"leader_affinity": false,
"leader_preference": 0
}
]
}
]
}
]
}
}
]
}