Merge "Add oss component to productList in cookiecutter generator"
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index d2d380a..f94965d 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -69,7 +69,7 @@
             }
         }
 
-        def productList = ["infra", "cicd", "opencontrail", "kubernetes", "openstack", "stacklight", "ceph"]
+        def productList = ["infra", "cicd", "opencontrail", "kubernetes", "openstack", "oss", "stacklight", "ceph"]
         for (product in productList) {
 
             // get templateOutputDir and productDir
@@ -223,4 +223,4 @@
         }
          // common.sendNotification(currentBuild.result,"",["slack"])
     }
-}
\ No newline at end of file
+}