Add additional parameters for rewrited ceph pipelines
Related-Prod: PROD-35582
Change-Id: Idbee023b4fbbd8c63a543bd18e443b7022711c68
diff --git a/jenkins/client/job/ceph/remove-node.yml b/jenkins/client/job/ceph/remove-node.yml
index aa32c4c..9fdd102 100644
--- a/jenkins/client/job/ceph/remove-node.yml
+++ b/jenkins/client/job/ceph/remove-node.yml
@@ -27,26 +27,27 @@
default: salt
HOST:
type: string
- description: OSD HOST that will be removed from Ceph cluster (rgw04*)
- default: 'rgw04*'
- HOST_TYPE:
+ description: HOST to remove from thecluster
+ OSD:
type: string
- description: Type of Ceph node to be removed. Valid values are mon/osd/rgw
- default: 'rgw'
- ADMIN_HOST:
+ description: Remove only those OSDs at HOST (comma-separated list or *). Leave empty if you going to remove a whole osd node. Only relevant with OSD node
+ default: ''
+ CLUSTER_FLAGS:
type: string
- description: Host with admin keyring and access to cluster management
- default: 'cmn01*'
- GENERATE_CRUSHMAP:
- type: boolean
- default: 'false'
- description: Only if removing OSD host. Set to true if crush map file should be updated. Enforce has to happen manually unless it is specifically set to be enforced in pillar.
+ description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
WAIT_FOR_HEALTHY:
type: boolean
default: 'true'
description: Wait for healthy during pipeline
- CLEANDISK:
+ CLEAN_ORPHANS:
type: boolean
default: 'false'
- description: Clean data/block partitions
-
+ description: Clean orphaned ceph partition which are no longer part of cluster. Only relevant with osd hosts and required Luminous ceph-disk
+ FAST_WIPE:
+ type: boolean
+ default: 'true'
+ description: Wipe only partition table of each removed disk. Otherwise whole disk will be wiped. Only relevant with osd hosts
+ GENERATE_CRUSHMAP:
+ type: boolean
+ default: 'false'
+ description: Generate new crush map