Merge "Remove stacklight job. It was moved into salt-models/infra"
diff --git a/jenkins/client/job/stacklight/cookiecutter.yml b/jenkins/client/job/stacklight/cookiecutter.yml
index e057a26..2500254 100644
--- a/jenkins/client/job/stacklight/cookiecutter.yml
+++ b/jenkins/client/job/stacklight/cookiecutter.yml
@@ -1,74 +1,2 @@
-parameters:
-  jenkins:
-    client:
-      job:
-        stacklight-test-cookiecutter-model:
-          display_name: stacklight-test-cookiecutter-model
-          name: stacklight-test-cookiecutter-model
-          concurrent: true
-          description: Test specified cookiecutter context
-          discard:
-            build:
-             keep_num: 60
-            artifact:
-             keep_num: 60
-          type: workflow-scm
-          scm:
-            type: git
-            url: "${_param:jenkins_gerrit_url}/openstack-ci/openstack-pipelines"
-            credentials: "gerrit"
-            branch: 'master'
-            script: test-cookiecutter-model-pipeline.groovy
-          trigger:
-            timer:
-              spec: "H H(0-3) * * *"
-          param:
-            CREDENTIALS_ID:
-              type: string
-              description: "ID of jenkins credentials for connecting to gerrit"
-              default: "gerrit"
-            COOKIECUTTER_TEMPLATE_CONTEXT_FILE:
-              type: string
-              description: "Context for cookiecutter template specified as filename"
-              default: 'stacklight-openstack-ovs-core-pike'
-            OPENSTACK_ENVIRONMENT:
-              type: choice
-              description: "Target openstack environment"
-              choices:
-                - devcloud
-                - presales
-                - oscore_devcloud
-            OPENSTACK_API_CREDENTIALS:
-              type: string
-              description: "Credentials to the OpenStack API"
-            OPENSTACK_API_PROJECT:
-              type: string
-              default: "mcp-stacklight"
-            HEAT_STACK_ZONE:
-              type: string
-              default: "mcp-stacklight"
-            FLAVOR_PREFIX:
-              type: string
-              default: 'dev'
-            RUN_SMOKE:
-              type: boolean
-              description: "Run smoke after deployment or not (bool)"
-              default: 'false'
-            COOKIECUTTER_EXTRA_CONTEXT:
-              type: text
-              description: "Extra context items, will be merged to COOKIECUTTER_TEMPLATE_CONTEXT_FILE"
-              default: |-
-                #Extra context that will be merged with content of COOKIECUTTER_TEMPLATE_CONTEXT_FILE
-                default_context:
-                  openssh_groups: "qa_scale,oscore_devops,networking,tcpcloud,stacklight,k8s_team,drivetrain"
-                  cookiecutter_template_url: ssh://gerrit.mcp.mirantis.com:29418/mk/cookiecutter-templates.git
-                  cookiecutter_template_branch: 'master'
-                  shared_reclass_url: ssh://gerrit.mcp.mirantis.com:29418/salt-models/reclass-system.git
-                  shared_reclass_branch: 'master'
-            STACK_INSTALL:
-              type: string
-              default: 'core,openstack,ovs,stacklight'
-            STACK_DELETE:
-              type: boolean
-              description: "Delete Heat stack when finished (bool). Don't enable it if you need to use the lab after"
-              default: 'true'
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/stacklight/init.yml b/jenkins/client/job/stacklight/init.yml
index 6d8f563..2500254 100644
--- a/jenkins/client/job/stacklight/init.yml
+++ b/jenkins/client/job/stacklight/init.yml
@@ -1,2 +1,2 @@
-classes:
-  - system.jenkins.client.job.stacklight.cookiecutter
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo