Remove git-mirrors and saas jobs. It was moved into infra model

Change-Id: Icdfc931a1ff514f0df69489ae34c2c12e0b7e512
diff --git a/jenkins/client/job/git-mirrors/2way.yml b/jenkins/client/job/git-mirrors/2way.yml
index 2fe2fab..2500254 100644
--- a/jenkins/client/job/git-mirrors/2way.yml
+++ b/jenkins/client/job/git-mirrors/2way.yml
@@ -1,73 +1,2 @@
-parameters:
-  _param:
-    jenkins_pollscm_spec: "H/60 * * * *"
-    job_description_2way: <br>Syncronizes code projects with GitHub.<br>
-  jenkins:
-    client:
-      job_template:
-        git-mirror-2way-common:
-          name: git-mirror-2way-{{name}}
-          jobs:
-            - name: mcp-common-scripts
-              source: mcp/mcp-common-scripts
-              target: Mirantis/mcp-common-scripts
-              branches: "master,release/2018.8.1,release/2018.11.0"
-            - name: mcp-local-repo-model
-              source: mcp/mcp-local-repo-model
-              target: Mirantis/mcp-local-repo-model
-              branches: "master"
-            - name: mcp-offline-model
-              source: mcp/mcp-offline-model
-              target: Mirantis/mcp-offline-model
-              branches: "master"
-            - name: mcp-drivetrain-model
-              source: mcp/mcp-drivetrain-model
-              target: Mirantis/mcp-drivetrain-model
-              branches: "master"
-            - name: model-manager
-              source: python-apps/model-manager
-              target: salt-formulas/django-model-manager
-              branches: "master"
-          template:
-            description: ${_param:job_description_2way}
-            discard:
-              build:
-                keep_num: 10
-              artifact:
-                keep_num: 10
-            type: workflow-scm
-            concurrent: false
-            scm:
-              type: git
-              url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
-              branch: "${_param:jenkins_pipelines_branch}"
-              credentials: "gerrit"
-              script: git-mirror-2way-pipeline.groovy
-              github:
-                url: "https://github.com/{{target}}"
-            trigger:
-              github:
-              pollscm:
-                spec: ${_param:jenkins_pollscm_spec}
-              gerrit:
-                project:
-                  "{{source}}":
-                    branches:
-                      - master
-                event:
-                  ref:
-                    - updated
-            param:
-              SOURCE_URL:
-                type: string
-                default: "${_param:jenkins_gerrit_url}/{{source}}.git"
-              TARGET_URL:
-                type: string
-                default: "git@github.com:{{target}}.git"
-              CREDENTIALS_ID:
-                type: string
-                default: "gerrit"
-              BRANCHES:
-                type: string
-                default: "{{branches}}"
-                description: "Comma-separated list of branches to mirror"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/debian-packages.yml b/jenkins/client/job/git-mirrors/downstream/debian-packages.yml
index eb899dc..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/debian-packages.yml
+++ b/jenkins/client/job/git-mirrors/downstream/debian-packages.yml
@@ -1,21 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.downstream
-parameters:
-  _param:
-    jenkins_git_mirror_downstream_jobs:
-      - name: debian-telegraf
-        downstream: debian/telegraf
-        upstream: "https://github.com/influxdata/telegraf.git"
-        branches: master
-      - name: libvirt-exporter
-        downstream: debian/libvirt-exporter
-        upstream: "https://github.com/kumina/libvirt_exporter.git"
-        branches: master
-      - name: debian-gophercloud
-        downstream: debian/gophercloud
-        upstream: "https://github.com/gophercloud/gophercloud.git"
-        branches: master
-      - name: debian-influxdb-relay
-        downstream: debian/influxdb-relay
-        upstream: "https://github.com/influxdata/influxdb-relay.git"
-        branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/docker_images.yml b/jenkins/client/job/git-mirrors/downstream/docker_images.yml
index 6904d8d..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/docker_images.yml
+++ b/jenkins/client/job/git-mirrors/downstream/docker_images.yml
@@ -1,13 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.downstream
-parameters:
-  _param:
-    jenkins_git_mirror_downstream_jobs:
-      - name: docker-aptly
-        downstream: mk/docker-aptly
-        upstream: "https://github.com/Mirantis/docker-aptly"
-        branches: master
-      - name: python-flask-hello
-        downstream: mk/python-flask-hello
-        upstream: "https://github.com/Mirantis/python-flask-hello"
-        branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/init.yml b/jenkins/client/job/git-mirrors/downstream/init.yml
index 6f5a66d..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/init.yml
+++ b/jenkins/client/job/git-mirrors/downstream/init.yml
@@ -1,41 +1,2 @@
-parameters:
-  _param:
-    jenkins_git_mirror_downstream_jobs: []
-    jenkins_pollscm_spec: "H/60 * * * *"
-  jenkins:
-    client:
-      job_template:
-        git_mirror_downstream_common:
-          name: git-mirror-downstream-{{name}}
-          jobs: ${_param:jenkins_git_mirror_downstream_jobs}
-          template:
-            discard:
-              build:
-                keep_num: 10
-              artifact:
-                keep_num: 10
-            type: workflow-scm
-            concurrent: false
-            scm:
-              type: git
-              url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
-              branch: "${_param:jenkins_pipelines_branch}"
-              credentials: "gerrit"
-              script: git-mirror-pipeline.groovy
-            trigger:
-              pollscm:
-                spec: ${_param:jenkins_pollscm_spec}
-            param:
-              SOURCE_URL:
-                type: string
-                default: "{{upstream}}"
-              TARGET_URL:
-                type: string
-                default: "${_param:jenkins_gerrit_url}/{{downstream}}"
-              CREDENTIALS_ID:
-                type: string
-                default: "gerrit"
-              BRANCHES:
-                type: string
-                default: "{{branches}}"
-                description: "Comma-separated list of branches to mirror"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/pipelines.yml b/jenkins/client/job/git-mirrors/downstream/pipelines.yml
index 58c23b0..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/pipelines.yml
+++ b/jenkins/client/job/git-mirrors/downstream/pipelines.yml
@@ -1,15 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.downstream
-parameters:
-  _param:
-    gerrit_pipeline_library_repo: https://github.com/Mirantis/pipeline-library
-    gerrit_mk_pipelines_repo: https://github.com/Mirantis/mk-pipelines
-    jenkins_git_mirror_downstream_jobs:
-      - name: pipeline-library
-        downstream: mcp-ci/pipeline-library
-        upstream: "${_param:gerrit_pipeline_library_repo}"
-        branches: "master,release/2018.8.1,release/2018.11.0"
-      - name: mk-pipelines
-        downstream: mk/mk-pipelines
-        upstream: "${_param:gerrit_mk_pipelines_repo}"
-        branches: "master,release/2018.8.1,release/2018.11.0"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml b/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml
index dfbdb60..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml
+++ b/jenkins/client/job/git-mirrors/downstream/salt_formulas_utils.yml
@@ -1,9 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.downstream
-parameters:
-  _param:
-    jenkins_git_mirror_downstream_jobs:
-      - name: salt-formulas
-        downstream: salt-formulas/salt-formulas
-        upstream: "https://github.com/salt-formulas/salt-formulas"
-        branches: master
\ No newline at end of file
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/downstream/templates.yml b/jenkins/client/job/git-mirrors/downstream/templates.yml
index 1c34f37..2500254 100644
--- a/jenkins/client/job/git-mirrors/downstream/templates.yml
+++ b/jenkins/client/job/git-mirrors/downstream/templates.yml
@@ -1,13 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.downstream
-parameters:
-  _param:
-    jenkins_git_mirror_downstream_jobs:
-      - name: cookiecutter-templates
-        downstream: mk/cookiecutter-templates
-        upstream: "git@github.com:Mirantis/mk2x-cookiecutter-reclass-model"
-        branches: master,mcp10
-      - name: heat-templates
-        downstream: mk/heat-templates
-        upstream: "git@github.com:Mirantis/mk-lab-heat-templates"
-        branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/debian-packages.yml b/jenkins/client/job/git-mirrors/upstream/debian-packages.yml
index 82d48e4..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/debian-packages.yml
+++ b/jenkins/client/job/git-mirrors/upstream/debian-packages.yml
@@ -1,9 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.upstream
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs:
-      - name: debian-telegraf
-        downstream: debian/telegraf
-        upstream: "git@github.com:Mirantis/telegraf.git"
-        branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/docker_images.yml b/jenkins/client/job/git-mirrors/upstream/docker_images.yml
index 7160c7f..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/docker_images.yml
+++ b/jenkins/client/job/git-mirrors/upstream/docker_images.yml
@@ -1,25 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.upstream
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs:
-      - name: docker-aptly
-        downstream: mk/docker-aptly
-        upstream: "git@github.com:Mirantis/docker-aptly"
-        branches: master
-      - name: docker-gerrit
-        downstream: mk/docker-gerrit
-        upstream: "git@github.com:Mirantis/docker-gerrit"
-        branches: 2.12.3,2.12.6,2.12.7,2.13.6,admin,master
-      - name: docker-jenkins
-        downstream: mk/docker-jenkins
-        upstream: "git@github.com:Mirantis/docker-jenkins"
-        branches: 2.32.3,2.52,2.7.2,master
-      - name: docker-phpldapadmin
-        downstream: mk/docker-phpldapadmin
-        upstream: "git@github.com:Mirantis/docker-phpldapadmin"
-        branches: stable,master
-      - name: docker-openldap
-        downstream: mk/docker-openldap
-        upstream: "git@github.com:Mirantis/docker-openldap"
-        branches: stable,master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/init.yml b/jenkins/client/job/git-mirrors/upstream/init.yml
index 1707dca..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/init.yml
+++ b/jenkins/client/job/git-mirrors/upstream/init.yml
@@ -1,51 +1,2 @@
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs: []
-  jenkins:
-    client:
-      job_template:
-        git_mirror_upstream_common:
-          name: git-mirror-upstream-{{name}}
-          jobs: ${_param:jenkins_git_mirror_upstream_jobs}
-          template:
-            discard:
-              build:
-                keep_num: 10
-              artifact:
-                keep_num: 10
-            type: workflow-scm
-            concurrent: false
-            scm:
-              type: git
-              url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
-              branch: "${_param:jenkins_pipelines_branch}"
-              credentials: "gerrit"
-              script: git-mirror-pipeline.groovy
-            trigger:
-              gerrit:
-                project:
-                  "{{downstream}}":
-                    branches:
-                      - compare_type: "REG_EXP"
-                        name: "(.*?)"
-                message:
-                  build_successful: "Build successful"
-                  build_unstable: "Build unstable"
-                  build_failure: "Build failed"
-                event:
-                  ref:
-                    - updated
-            param:
-              SOURCE_URL:
-                type: string
-                default: "${_param:jenkins_gerrit_url}/{{downstream}}"
-              TARGET_URL:
-                type: string
-                default: "{{upstream}}"
-              CREDENTIALS_ID:
-                type: string
-                default: "gerrit"
-              BRANCHES:
-                type: string
-                default: "{{branches}}"
-                description: "Comma-separated list of branches to mirror"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/models.yml b/jenkins/client/job/git-mirrors/upstream/models.yml
index d64c2e4..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/models.yml
+++ b/jenkins/client/job/git-mirrors/upstream/models.yml
@@ -1,13 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.upstream
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs:
-      - name: kubernetes-aws-model
-        downstream: kubernetes/kubernetes-aws-model
-        upstream: "git@github.com:Mirantis/kubernetes-aws-model"
-        branches: allinone,master
-      - name: ceph-ha-model
-        downstream: ceph/ceph-ha-model
-        upstream: "git@github.com:Mirantis/ceph-ha-model"
-        branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/oss.yml b/jenkins/client/job/git-mirrors/upstream/oss.yml
index 57ce1a2..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/oss.yml
+++ b/jenkins/client/job/git-mirrors/upstream/oss.yml
@@ -1,13 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.upstream
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs:
-      - name: rundeck-cis-jobs
-        downstream: oss/rundeck-cis-jobs
-        upstream: "git@github.com:Mirantis/rundeck-cis-jobs"
-        branches: master
-      - name: security-monkey
-        downstream: oss/security-monkey
-        upstream: "git@github.com:Netflix/security_monkey.git"
-        branches: develop
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/pipelines.yml b/jenkins/client/job/git-mirrors/upstream/pipelines.yml
index 4fc3b8f..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/pipelines.yml
+++ b/jenkins/client/job/git-mirrors/upstream/pipelines.yml
@@ -1,13 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.upstream
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs:
-      - name: pipeline-library
-        downstream: mcp-ci/pipeline-library
-        upstream: "git@github.com:Mirantis/pipeline-library.git"
-        branches: "master,release/2018.8.1,release/2018.11.0"
-      - name: mk-pipelines
-        downstream: mk/mk-pipelines
-        upstream: "git@github.com:Mirantis/mk-pipelines.git"
-        branches: "master,release/2018.8.1,release/2018.11.0"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/salt_formulas_utils.yml b/jenkins/client/job/git-mirrors/upstream/salt_formulas_utils.yml
index c86cda5..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/salt_formulas_utils.yml
+++ b/jenkins/client/job/git-mirrors/upstream/salt_formulas_utils.yml
@@ -1,9 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.upstream
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs:
-      - name: salt-formulas
-        downstream: salt-formulas/salt-formulas
-        upstream: "git@github.com:salt-formulas/salt-formulas.git"
-        branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/git-mirrors/upstream/templates.yml b/jenkins/client/job/git-mirrors/upstream/templates.yml
index c5a371f..2500254 100644
--- a/jenkins/client/job/git-mirrors/upstream/templates.yml
+++ b/jenkins/client/job/git-mirrors/upstream/templates.yml
@@ -1,17 +1,2 @@
-classes:
-  - system.jenkins.client.job.git-mirrors.upstream
-parameters:
-  _param:
-    jenkins_git_mirror_upstream_jobs:
-      - name: cookiecutter-templates
-        downstream: mk/cookiecutter-templates
-        upstream: "git@github.com:Mirantis/mk2x-cookiecutter-reclass-model"
-        branches: "master,mcp10,release/2018.8.1,release/2018.11.0"
-      - name: heat-fragments
-        downstream: mk/heat-fragments
-        upstream: "git@github.com:Mirantis/heat-fragments"
-        branches: master
-      - name: heat-templates
-        downstream: mk/heat-templates
-        upstream: "git@github.com:Mirantis/mk-lab-heat-templates"
-        branches: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/saas/init.yml b/jenkins/client/job/saas/init.yml
index 33ebbe4..2500254 100644
--- a/jenkins/client/job/saas/init.yml
+++ b/jenkins/client/job/saas/init.yml
@@ -1,3 +1,2 @@
-classes:
-  - system.jenkins.client.job.saas.test_saas_ui
-  - system.jenkins.client.job.saas.test_saas_core_auth
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/saas/test_saas_core_auth.yml b/jenkins/client/job/saas/test_saas_core_auth.yml
index 1ff2339..2500254 100644
--- a/jenkins/client/job/saas/test_saas_core_auth.yml
+++ b/jenkins/client/job/saas/test_saas_core_auth.yml
@@ -1,43 +1,2 @@
-parameters:
-  jenkins:
-    client:
-      job:
-        test-saas-core-auth:
-          name: test-saas-core-auth
-          discard:
-            build:
-              keep_num: 15
-            artifact:
-              keep_num: 15
-          type: workflow-scm
-          concurrent: true
-          scm:
-            type: git
-            url: "${_param:jenkins_gerrit_url}/oss/jenkins/pipelines"
-            credentials: "gerrit"
-            script: test-saas-core-auth-pipeline.groovy
-          trigger:
-            gerrit:
-              project:
-                "saas/core/auth":
-                  branches:
-                    - master
-              event:
-                patchset:
-                  - created:
-                      excludeDrafts: false
-                      excludeTrivialRebase: false
-                      excludeNoCodeChange: false
-                comment:
-                  - addedContains:
-                      commentAddedCommentContains: '^(?s:Patch Set \d+:.*(test|recheck|reverify)\s*)$'
-          param:
-            CREDENTIALS_ID:
-              type: string
-              default: "gerrit"
-            DEFAULT_GIT_URL:
-                type: string
-                default: "${_param:jenkins_gerrit_url}/saas/core/auth"
-            DEFAULT_GIT_REF:
-                type: string
-                default: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
diff --git a/jenkins/client/job/saas/test_saas_ui.yml b/jenkins/client/job/saas/test_saas_ui.yml
index f49dd7f..2500254 100644
--- a/jenkins/client/job/saas/test_saas_ui.yml
+++ b/jenkins/client/job/saas/test_saas_ui.yml
@@ -1,43 +1,2 @@
-parameters:
-  jenkins:
-    client:
-      job:
-        test-saas-ui:
-          name: test-saas-ui
-          discard:
-            build:
-              keep_num: 15
-            artifact:
-              keep_num: 15
-          type: workflow-scm
-          concurrent: true
-          scm:
-            type: git
-            url: "${_param:jenkins_gerrit_url}/oss/jenkins/pipelines"
-            credentials: "gerrit"
-            script: test-saas-ui-pipeline.groovy
-          trigger:
-            gerrit:
-              project:
-                "saas/frontend/ui":
-                  branches:
-                    - master
-              event:
-                patchset:
-                  - created:
-                      excludeDrafts: false
-                      excludeTrivialRebase: false
-                      excludeNoCodeChange: false
-                comment:
-                  - addedContains:
-                      commentAddedCommentContains: '^(?s:Patch Set \d+:.*(test|recheck|reverify)\s*)$'
-          param:
-            CREDENTIALS_ID:
-              type: string
-              default: "gerrit"
-            DEFAULT_GIT_URL:
-                type: string
-                default: "${_param:jenkins_gerrit_url}/saas/frontend/ui"
-            DEFAULT_GIT_REF:
-                type: string
-                default: master
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo