Add new product kdt (k8s drivetrain)

Prod related: (PROD:27209)

Change-Id: I9df91f05ea71b7bdde05186165b5fbb6783a7c0f
diff --git a/src/com/mirantis/mk/Python.groovy b/src/com/mirantis/mk/Python.groovy
index 08da637..39bd6f1 100644
--- a/src/com/mirantis/mk/Python.groovy
+++ b/src/com/mirantis/mk/Python.groovy
@@ -301,7 +301,7 @@
     def templateOutputDir = templateBaseDir
     dir(templateEnvDir) {
         common.infoMsg("Generating model from context ${contextName}")
-        def productList = ["infra", "cicd", "opencontrail", "kubernetes", "openstack", "oss", "stacklight", "ceph"]
+        def productList = ["infra", "cicd", "kdt", "opencontrail", "kubernetes", "openstack", "oss", "stacklight", "ceph"]
         for (product in productList) {
             // get templateOutputDir and productDir
             templateOutputDir = "${templateEnvDir}/output/${product}"