-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappstack.json
43 lines (43 loc) · 962 Bytes
/
appstack.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
{
"metadata": {
"name": "as-tc",
"disable": false
},
"spec": {
"volterra_certified_hw": "kvm-voltstack-combo",
"master_node_configuration": [
{
"name": "node-0"
}
],
"worker_nodes": [],
"no_bond_devices": {},
"default_network_config": {},
"default_storage_config": {},
"disable_gpu": {},
"coordinates": {
"latitude": 41.9,
"longitude": 12.49
},
"k8s_cluster": {
"tenant": "f5-emea-sp-dgidcptq",
"namespace": "system",
"name": "k8s-as-tc",
"kind": "k8s_cluster"
},
"logs_streaming_disabled": {},
"deny_all_usb": {},
"enable_vm": {},
"default_blocked_services": {},
"sw": {
"volterra_software_version": "crt-20231017-2542"
},
"os": {
"operating_system_version": "7.2009.27"
},
"offline_survivability_mode": {
"no_offline_survivability_mode": {}
},
"default_sriov_interface": {}
}
}