python-tripleoclient/releasenotes/notes/drop-ceph-ansible-playbook-param-87e3d0582ab640ba.yaml
Jiri Stransky 790fea0a63 Remove parameter for ceph-ansible playbook from update/upgrade prepare
The parameter was necessary before we inherited the update/upgrade
prepare commands from the deploy command. Nowadays this is not
necessary and can be achieved by 2 different means: either via the
*-prepare.yaml files setting CephAnsiblePlaybook parameter, or via
external_update_tasks and external_upgrade_tasks.

Partial-Bug: #1783949
Change-Id: If54e12dbac1a982e89d29b96d86f9f5299e3d810
Depends-On: If80f9cc2f4cb32610dc5eb87159872e28363a21a
2018-07-27 09:04:53 +02:00

12 lines
527 B
YAML

---
upgrade:
- |
The `--ceph-ansible-playbook` parameter has been removed from all
update- and upgrade-related commands. The parameter is not
necessary anymore, as the right playbook should be selected
automatically (but for cases when control is needed, overriding
CephAnsiblePlaybook parameter via environment file will still take
priority). Furthermore, the `--ceph-ansible-playbook` CLI
parameter was attempting to override the detection logic which
selects desired ceph-ansible playbook.