| display_name: "Ceph - remove node" |
| url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| branch: "${_param:jenkins_pipelines_branch}" |
| 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: OSD HOST that will be removed from Ceph cluster (rgw04*) |
| description: Type of Ceph node to be removed. Valid values are mon/osd/rgw |
| description: Host with admin keyring and access to cluster management |
| 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: Wait for healthy during pipeline |