| parameters: | |
| jenkins: | |
| client: | |
| job: | |
| ceph-remove-osd: | |
| type: workflow-scm | |
| concurrent: true | |
| display_name: "Ceph - remove OSD" | |
| discard: | |
| build: | |
| keep_num: 50 | |
| scm: | |
| type: git | |
| url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" | |
| credentials: "gerrit" | |
| script: ceph-remove-osd.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 | |
| HOST: | |
| type: string | |
| description: OSDs on this HOST will be removed from cluster | |
| OSD: | |
| type: all | |
| description: These OSDs at HOST will be removed (comma-separated list) | |
| ADMIN_HOST: | |
| type: string | |
| description: Host with admin keyring and access to cluster management | |
| CLUSTER_FLAGS: | |
| type: string | |
| description: Flags to be aplied before pipeline and after pipeline (comma-separated list) | |
| WAIT_FOR_HEALTHY: | |
| type: boolean | |
| default: 'false' | |
| description: Wait for healthy during pipeline |