You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release Notes
1.1.5
New Features
Adds Ansible Vault support for decryption and encryption of OpenStack secrets files during a leapfrog upgrade. To enable export ANSIBLE_VAULT_PASSWORD_FILE=path_to_vault_pass_file before running a leapfrog. The password files user_secrets.yml user_osa_secrets.yml, and user_rpco_secrets.yml will all be decrypted during the process if present and re-encrypted at the end of the leapfrog.
Removes security hardening from leap upgrade process. Can be ran by operator after leap upgrade process if desired. (FLEEK-152)
Adds ability to skip swift upgrades (FLEEK-154)
Ensures apt is in a healthy state during preflight (FLEEK 155)
Allows for preflight to be ran ahead of upgrade and upgrade script will identify it's been completed. (FLEEK-151)
Leaps to Newton r14.16.0 (FLEEK-150)
Bug Fixes
Corrects issues with enable_lxc_fs_check flag (FLEEK-151)