Merge "Add multicloud-k8s vim type to configuration"
authorMike Elliott <mike.elliott@amdocs.com>
Mon, 20 May 2019 12:24:14 +0000 (12:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 20 May 2019 12:24:14 +0000 (12:24 +0000)
kubernetes/multicloud/resources/config/provider-plugin.json

index 65ed86c..11ab751 100644 (file)
             }
         },
         "provider_plugin": "multicloud-azure"
+    },
+    "k8s": {
+        "vim_type": "k8s",
+        "versions": {
+            "1.0": {
+                "version": "1.0",
+                "extra_info_hint": "",
+                "provider_plugin": "multicloud-k8s"
+            }
+        }
     }
 }