[new][openstackansible] openstack-ansible 12.2.2 release
We are tickled pink to announce the release of: openstack-ansible 12.2.2: Ansible playbooks for deploying OpenStack With source available at: http://git.openstack.org/cgit/openstack/openstack-ansible For more details, please see below. 12.2.2 ^^^^^^ Known Issues ************ * For OpenStack-Ansible Liberty releases earlier than 12.2.2 the default container apt source used was "https://mirror.rackspace.com/ubuntu". This mirror seems to sometimes have broken package indexes or missing packages. The default package source has therefore been changed to make use of "http://archive.ubuntu.com/ubuntu" for packages and "http://security.ubuntu.com/ubuntu" for security packages. Upgrade Notes ************* * The default container apt sources have been changed from using "https://mirror.rackspace.com/ubuntu" to "http://archive.ubuntu.com/ubuntu" for packages and "http://security.ubuntu.com/ubuntu" for security packages. This is to resolve issues with unavailable packages during the install process due to incomplete mirror updates. Bug Fixes ********* * The "--compact" flag has been removed from xtrabackup options. This had been shown to cause crashes in some SST situations Changes in openstack-ansible 12.2.1..12.2.2 ------------------------------------------- 43c3baa Print remaining tasks on failed upgrade correctly fffe55f Fix memcached flush if -l is in hostname 7276dc0 Update all SHAs for 12.2.2 4961b85 Add ignore_errors to fix minor bug with fallback source for apt-key. 4e193a7 Set use_stderr to False for all services 92ac36d remove compact option from xtrabackup b335176 Change default apt sources to standard Ubuntu sources Diffstat (except docs and test files) ------------------------------------- global-requirement-pins.txt | 2 +- .../defaults/repo_packages/openstack_services.yml | 26 +++++++++++----------- playbooks/inventory/group_vars/all.yml | 2 +- playbooks/inventory/group_vars/hosts.yml | 2 +- .../tasks/galera_client_pre_install.yml | 1 + .../roles/galera_server/templates/cluster.cnf.j2 | 1 - playbooks/roles/lxc_hosts/defaults/main.yml | 4 ++-- playbooks/roles/os_aodh/templates/aodh.conf.j2 | 1 + .../os_ceilometer/templates/ceilometer.conf.j2 | 1 + playbooks/roles/os_cinder/templates/cinder.conf.j2 | 1 + .../roles/os_glance/templates/glance-api.conf.j2 | 1 + .../roles/os_glance/templates/glance-cache.conf.j2 | 1 + .../os_glance/templates/glance-manage.conf.j2 | 1 + .../os_glance/templates/glance-registry.conf.j2 | 1 + .../os_glance/templates/glance-scrubber.conf.j2 | 1 + playbooks/roles/os_heat/templates/heat.conf.j2 | 1 + .../roles/os_keystone/templates/keystone.conf.j2 | 1 + .../roles/os_neutron/templates/dhcp_agent.ini.j2 | 1 + .../roles/os_neutron/templates/l3_agent.ini.j2 | 1 + .../os_neutron/templates/metadata_agent.ini.j2 | 1 + .../os_neutron/templates/metering_agent.ini.j2 | 1 + .../roles/os_neutron/templates/neutron.conf.j2 | 1 + playbooks/roles/os_nova/templates/nova.conf.j2 | 1 + .../roles/os_tempest/templates/tempest.conf.j2 | 1 + ...change-default-apt-mirror-dd2a22ec24b2a081.yaml | 15 +++++++++++++ ...trabackup-compact-disable-8ae9215207147ebc.yaml | 4 ++++ scripts/run-upgrade.sh | 12 +++++++--- scripts/scripts-library.sh | 2 +- .../playbooks/memcached-flush.yml | 2 +- 29 files changed, 66 insertions(+), 24 deletions(-)
participants (1)
-
no-reply@openstack.org