-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccp-api.json
52 lines (52 loc) · 1.74 KB
/
ccp-api.json
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
{
"is_harbor_enabled": false,
"provider_client_config_uuid": "c1b73ccf-a7fb-4014-903e-8a14759a22ef",
"name": "API-Cluster",
"kubernetes_version": "1.12.3",
"ssh_key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINksnIyqCWNUdHoXx3G8PVg8Z9tWnSGGI/r2F/REwh3a gitlab",
"description": "Cluster created via API",
"datacenter": "CCP",
"cluster": "CCP",
"resource_pool": "CCP/Resources",
"networks": ["VMNetwork"],
"datastore": "CCPDatastore",
"storage_class": "vsphere",
"workers": 1,
"ssh_user": "ccpuser",
"type": 1,
"masters": 1,
"deployer_type": "kubeadm",
"ingress_vip_pool_id": "aa3ec071-af3d-41e2-a4d9-0537d7fdb101",
"load_balancer_ip_num": 4,
"is_istio_enabled": false,
"registries_root_ca": [""],
"aws_iam_enabled": false,
"aws_iam_role_arn": "",
"worker_node_pool": {
"vcpus": 2,
"memory": 16384,
"template": "ccp-tenant-image-1.12.3-ubuntu18-3.1.0"
},
"master_node_pool": {
"vcpus": 2,
"memory": 16384,
"template": "ccp-tenant-image-1.12.3-ubuntu18-3.1.0"
},
"node_ip_pool_uuid": "aa3ec071-af3d-41e2-a4d9-0537d7fdb101",
"network_plugin": {
"name": "calico",
"status": "",
"details": "{\"pod_cidr\":\"192.168.0.0/16\"}"
},
"deployer": {
"proxy_cmd": "StrictHostKeyChecking no\nHost 15.29.3?.* !15.29.30.* !15.29.31.*\n ProxyCommand nc --proxy 10.193.231.10:8111 --proxy-type socks4 %h %p",
"provider_type": "vsphere",
"provider": {
"vsphere_datacenter": "CCP",
"vsphere_datastore": "CCPDatastore",
"vsphere_client_config_uuid": "c1b73ccf-a7fb-4014-903e-8a14759a22ef"
,
"vsphere_working_dir": "/CCP/vm"
}
}
}