
This commit implements support for Ubuntu 16.04 Xenial. Changes include renaming several variables from galera_* to percona_* for clarity. The reason for this change is that 16.04 will be using distribution provided packages for percona-xtrabackup. Mariadb 10.0 packages are available for Ubuntu 16.04, so those packages and installations procedures will remain unchanged. Depends-On: Iab5485529cf14933fd7f37430d234a5c41185c18 Change-Id: I4baeb2eddf137619ffedba2f9efd61b7bd142f92
13 lines
599 B
YAML
13 lines
599 B
YAML
---
|
|
features:
|
|
- Implemented support for Ubuntu 16.04 Xenial. percona-xtrabackup
|
|
packages will be installed from distro repositories, instead of
|
|
upstream percona repositories due to lack of available packages
|
|
upstream at the time of implementing this feature.
|
|
deprecations:
|
|
- galera_package_url changed to percona_package_url for clarity
|
|
- galera_package_sha256 changed to percona_package_sha256 for clarity
|
|
- galera_package_path changed to percona_package_path for clarity
|
|
- galera_package_download_validate_certs changed to
|
|
percona_package_download_validate_certs for clarity
|