openstack-ansible/releasenotes/notes/ppc64le-var-changes-84aa4f3f9bb0ef52.yaml
Jean-Philippe Evrard ec5b3a7a82 Freeze roles for Milestone 1
This freezes the roles and copy each role releases notes for
preparing the first Milestone of the Rocky release.

Change-Id: I6b1343863eb27a5753ddbfcc3c1e2b063618ae50
2018-04-29 18:17:53 +01:00

32 lines
1.1 KiB
YAML

---
features:
- |
The extra packages percona packages used by the ppc64le
are now downloaded by the Ansible deployment host by
default, as opposed to the target hosts. Once downloaded
the packages are pushed up to the target hosts.
This behaviour may be adjusted by setting
``galera_server_extra_package_downloader`` to
``target-host``.
The packages are downloaded to the path set in
``galera_server_extra_package_path``.
deprecations:
- |
The following variables have been removed as they no
longer serve any purpose.
* ``galera_package_arch``
* ``percona_package_download_validate_certs``
* ``percona_package_url``
* ``percona_package_fallback_url``
* ``percona_package_sha256``
* ``percona_package_path``
* ``qpress_package_download_validate_certs``
* ``qpress_package_url``
* ``qpress_package_fallback_url``
* ``qpress_package_sha256``
* ``qpress_package_path``
The functionality previously using these variables has
been transitioned to using a simpler data structure.