aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/pdf/template/cloud_kubernetes.json
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2021-09-20 12:45:42 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2021-09-20 12:47:36 +0530
commitbfd37762bdf91a7f89d4ebc259454ddb2f5e7b3d (patch)
treedba519dd11f94e216079c65d43e4166cf8c5fe5a /sdv/pdf/template/cloud_kubernetes.json
parent43c4b47a9e0d64ffdaa77a743f0be388f49eb558 (diff)
Cleanup-Update: Remove unused code and update PDF
This patch removes unused code and update the pdf. Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I9785c4301869f7b93ccad074cf0ad6ffc77724a0
Diffstat (limited to 'sdv/pdf/template/cloud_kubernetes.json')
-rwxr-xr-xsdv/pdf/template/cloud_kubernetes.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/sdv/pdf/template/cloud_kubernetes.json b/sdv/pdf/template/cloud_kubernetes.json
new file mode 100755
index 0000000..269782a
--- /dev/null
+++ b/sdv/pdf/template/cloud_kubernetes.json
@@ -0,0 +1,78 @@
+{
+ "_comment_head": "Maintainer - Sridhar Rao <sridhar.rao@spirent.com>",
+ "vim_info": {
+ "vim_name": " ",
+ "vim_id": " ",
+ "vendor": " ",
+ "version": " ",
+ "installer": "",
+ "deployment_style": "",
+ "container_orchestrator": "",
+ "storage_type": ""
+ },
+ "vim_functional": {
+ "kubevirt_support":"",
+ "ingress_approaches": "",
+ "egress_approaches": "",
+ "prev_mod_containers": "",
+ "hostdir_as_vols": "",
+ "host_ns_use": "",
+ "net_raw_admin_cap": "",
+ "_comment_cpu_manager": "Type could be none or static",
+ "cpu_manager_policy": {
+ "type": "",
+ "kube_reserved": "",
+ "system_reserved": "",
+ "reserved_cpus": "",
+ "full_pcpus_only": ""
+ },
+ "_comment_topo_manager": "Type could be none, best-effort, restricted single-numa-node",
+ "topo_manager_policy": {
+ "scope": "",
+ "type": ""
+ },
+ "use_of_service_mesh": "",
+ "k8s_api_access_from_pod": "",
+ "liveliness_probe": "",
+ "readiness_probe": "",
+ "cnis_supported": "",
+ "device_plugins_supported":"",
+ "scheduler_filters": "",
+ "cpu_allocation_ratio": "",
+ "legacy_helm_support":""
+ },
+ "jumphost_info": {
+ "ip": "",
+ "name": ""
+ },
+ "_comment_sw1": "Software Begins",
+ "kubernetes_sw_profiles": [
+ {
+ "profile_name": "",
+ "sw_list": [
+ {
+ "name": "",
+ "version": ""
+ }
+ ]
+ }
+ ],
+ "infra_sw_profiles": [
+ {
+ "profile_name": "",
+ "sw_list": [
+ {
+ "name": "",
+ "version": ""
+ }
+ ]
+ }
+ ],
+ "software_set": [
+ {
+ "set_name": "",
+ "infrasw_profile": "",
+ "kubernetes_profile": ""
+ }
+ ]
+}