ceph rados gtw

Change-Id: I91c0314708974c621f74804b0444c934f0a351f7
diff --git a/jenkins/client/job/ceph/init.yml b/jenkins/client/job/ceph/init.yml
index 06dc5eb..e4f2ba4 100644
--- a/jenkins/client/job/ceph/init.yml
+++ b/jenkins/client/job/ceph/init.yml
@@ -1,3 +1,2 @@
 classes:
 - system.jenkins.client.job.ceph.remove-osd
-- system.jenkins.client.job.ceph.weights
diff --git a/jenkins/client/job/ceph/remove-osd.yml b/jenkins/client/job/ceph/remove-osd.yml
index 448318a..af3b9ed 100644
--- a/jenkins/client/job/ceph/remove-osd.yml
+++ b/jenkins/client/job/ceph/remove-osd.yml
@@ -34,6 +34,7 @@
             ADMIN_HOST:
               type: string
               description: Host with admin keyring and access to cluster management
+              default: 'cmn01*'
             CLUSTER_FLAGS:
               type: string
               description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
diff --git a/jenkins/client/job/ceph/weights.yml b/jenkins/client/job/ceph/weights.yml
deleted file mode 100644
index 776e16f..0000000
--- a/jenkins/client/job/ceph/weights.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-parameters:
-  jenkins:
-    client:
-      job:
-        ceph-enforce-weights:
-          type: workflow-scm
-          concurrent: true
-          display_name: "Ceph - enforce OSD weights"
-          discard:
-            build:
-              keep_num: 50
-          scm:
-            type: git
-            url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
-            credentials: "gerrit"
-            script: ceph-enforce-weights.groovy
-          param:
-            # general parameters
-            SALT_MASTER_URL:
-              type: string
-              description: URL of Salt master
-              default: "http://${_param:salt_master_host}:6969"
-            SALT_MASTER_CREDENTIALS:
-              type: string
-              description: Credentials for login to Salt API
-              default: salt
-            ADMIN_HOST:
-              type: string
-              description: Host with admin keyring and access to cluster management