| display_name: "Ceph - remove node" |
| url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| branch: "${_param:jenkins_pipelines_branch}" |
| credentials: ${_param:jenkins_gerrit_credentials} |
| script: ceph-remove-node.groovy |
| description: URL of Salt master |
| default: "http://${_param:salt_master_host}:6969" |
| description: Credentials for login to Salt API |
| description: HOST to remove from thecluster |
| 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 |
| description: Remove unavailable (offline) osd node from cluster, provided in HOST parameter |
| description: Flags to be aplied before pipeline and after pipeline (comma-separated list) |
| description: Wait for healthy during pipeline |
| description: Clean orphaned ceph partition which are no longer part of cluster. Only relevant with osd hosts and required Luminous ceph-disk |
| description: Wipe only partition table of each removed disk. Otherwise whole disk will be wiped. Only relevant with osd hosts |
| description: Generate new crush map |