ba31c7afc0
After switching from Heat workflow resources to external_deploy_tasks, the `ceph-upgrade run` command no longer works and can be dropped. Instead we'll be using `external-update run` and `external-upgrade run` commands. Partial-Bug: #1783949 Change-Id: I228ce6228d0bd0bd4d40bc7a7cdd6bfe98a7a6ed
10 lines
404 B
YAML
10 lines
404 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The `openstack overcloud ceph-upgrade run` command no longer works
|
|
in Rocky due to internal changes to TripleO (more direct execution
|
|
of Ansible). The command has been removed from the CLI. Ceph
|
|
update/upgrade in Rocky is meant to be performed via `openstack
|
|
overcloud external-update run` and `openstack overcloud
|
|
external-upgrade run` commands, respectively.
|