ceph jenkins pipelines
Change-Id: I4ab21a019d03233ff377af0a7c32bb6f55adae1d
diff --git a/jenkins/client/job/ceph/replace-failed-osd.yml b/jenkins/client/job/ceph/replace-failed-osd.yml
index 50e644b..57081ec 100644
--- a/jenkins/client/job/ceph/replace-failed-osd.yml
+++ b/jenkins/client/job/ceph/replace-failed-osd.yml
@@ -2,7 +2,7 @@
jenkins:
client:
job:
- ceph-remove-osd:
+ ceph-replace-failed-osd:
type: workflow-scm
concurrent: true
display_name: "Ceph - replace failed OSD"
@@ -40,14 +40,6 @@
type: string
description: Host with admin keyring and correct crushmap file in /etc/ceph/crushmap
default: 'cmn01*'
- ENFORCE_CRUSHMAP:
- type: boolean
- default: 'false'
- description: Set to true if the prepared crush map should be enforced
- WAIT_FOR_PG_REBALANCE:
- type: boolean
- default: 'true'
- description: Wait for PGs to rebalance after osd is removed from crush map
WAIT_FOR_HEALTHY:
type: boolean
default: 'false'