Remove jenkins/job/deploy/lab/{ironic,cleanup,cicd} jobs
It was moved into infra model

Change-Id: I6ae0295ca61aeaa03c1df241fd62c25f99190e1c
diff --git a/jenkins/client/job/deploy/lab/ironic.yml b/jenkins/client/job/deploy/lab/ironic.yml
index f0b67e8..a713427 100644
--- a/jenkins/client/job/deploy/lab/ironic.yml
+++ b/jenkins/client/job/deploy/lab/ironic.yml
@@ -1,80 +1,2 @@
-parameters:
-  jenkins:
-    client:
-      job:
-        ironic_node_provision:
-          concurrent: true
-          discard:
-            build:
-              keep_num: 20
-          display_name: Ironic - provision nodes
-          name: ironic-provision-nodes
-          param:
-            ASK_ON_ERROR:
-              default: 'false'
-              type: boolean
-            HEAT_STACK_ZONE:
-              default: mcp-mk
-              type: string
-            OPENSTACK_API_CLIENT:
-              default: ''
-              type: string
-            OPENSTACK_API_CREDENTIALS:
-              default: openstack-devcloud-credentials
-              type: string
-            OPENSTACK_API_PROJECT:
-              default: mcp-mk
-              type: string
-            OPENSTACK_API_PROJECT_DOMAIN:
-              default: default
-              type: string
-            OPENSTACK_API_PROJECT_ID:
-              default: ''
-              type: string
-            OPENSTACK_API_URL:
-              default: https://cloud-cz.bud.mirantis.net:5000
-              type: string
-            OPENSTACK_API_USER_DOMAIN:
-              default: default
-              type: string
-            OPENSTACK_API_USER_DOMAIN_ID:
-              default: default
-              type: string
-            OPENSTACK_API_VERSION:
-              default: '3'
-              type: string
-            ENV_NAME:
-              type: string
-            SALT_MASTER_CREDENTIALS:
-              default: salt-qa-credentials
-              type: string
-            SALT_MASTER_URL:
-              default: ''
-              type: string
-            STACK_TYPE:
-              default: heat
-              type: string
-            IRONIC_AUTHORIZATION_PROFILE:
-              default: admin_identity
-              type: string
-            IRONIC_DEPLOY_NODES:
-              default: ''
-              type: string
-            IRONIC_DEPLOY_PROFILE:
-              default: ''
-              type: string
-            IRONIC_DEPLOY_TIMEOUT:
-              default: '60'
-              type: string
-            IRONIC_DEPLOY_PARTITION_PROFILE:
-              default: ''
-              type: string
-            RUN_TARGET:
-              default: 'I@ironic:client and *01*'
-              type: string
-          scm:
-            script: ironic-node-provision-pipeline.groovy
-            type: git
-            url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
-            branch: "${_param:jenkins_pipelines_branch}"
-          type: workflow-scm
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
\ No newline at end of file