Merge "Reset ceph-ansible to the current HEAD of stable-3.1" into stable/rocky

This commit is contained in:
Zuul 2018-11-15 16:22:57 +00:00 committed by Gerrit Code Review
commit 5903a8dc43
3 changed files with 23 additions and 2 deletions

View File

@ -185,7 +185,7 @@
- name: ceph-ansible
scm: git
src: https://github.com/ceph/ceph-ansible
version: 217f35dbdb5036274be4674e9b0be2127b8875d7
version: a5aca6ebbc341feb34b9ec0d73e16aeeedae63ac
- name: opendaylight
scm: git
src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight

View File

@ -14,7 +14,7 @@
# limitations under the License.
## OpenStack Source Code Release
openstack_release: 18.0.1
openstack_release: 18.1.0
## Verbosity Options
debug: False

View File

@ -0,0 +1,21 @@
---
issues:
- The original ``stable/rocky`` release (18.0.x) contained a
reference to a pre-release state of the ceph-ansible role (its
3.2.0beta1 release). That role --- and hence, any OpenStack-Ansible
``stable/rocky`` release prior to 18.1.0 --- should not be used to
deploy production Ceph clusters. As of this release,
``stable/rocky`` tracks the ceph-ansible role's ``stable-3.1``
branch.
upgrade:
- Configurations using the ``ceph-ansible`` role (that is, those
applying the ``ceph-install.yml`` or ``ceph-rgw-install.yml``
playbooks) should be very carefully reviewed if you are upgrading
from prior ``stable/rocky`` releases. Those releases shipped a
pre-release version of ``ceph-ansible`` that was unintentionally
included in ``ansible-role-requirements.yml``.
fixes:
- The ``ansible-role-requirements.yml`` reference to the
``ceph-ansible`` role has been fixed to refer to the current
``HEAD`` of that role's ``stable-3.1`` branch. It previously
pointed to the pre-release 3.2.0beta1 version.