We are psyched to announce the release of: openstack-ansible 13.3.6: Ansible playbooks for deploying OpenStack The source is available from: http://git.openstack.org/cgit/openstack/openstack-ansible Download the package from: https://tarballs.openstack.org/openstack-ansible/ For more details, please see below. 13.3.6 ^^^^^^ Upgrade Notes * When migrating from Liberty to Mitaka neutron does not automatically set or migrate networks MTU settings. Neutron has no migration to correctly set the MTU on existing networks so we've created an OSA MTU migration playbook to work-around this issue. The playbook will set the MTU on networks created before the upgrade by iterating on known values from the user_variables and facts. Should any known network name be encountered the MTU will be set to the known value. If no MTU and no global override is present the playbook will fall back to using 1500 for vlan/flat networks and 1450 for vxlan networks. Changes in openstack-ansible 13.3.5..13.3.6 ------------------------------------------- 2c2cfbb Update role SHAs for 13.3.6 08ceafa Update the neutron MTU settings on upgrade c5a5604 Update all SHAs for 13.3.6 Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 16 ++--- global-requirement-pins.txt | 2 +- .../defaults/repo_packages/openstack_services.yml | 32 ++++----- playbooks/inventory/group_vars/all.yml | 2 +- playbooks/inventory/group_vars/hosts.yml | 2 +- .../neutron-mtu-migration-47bb099191d8c0e3.yaml | 12 ++++ scripts/run-upgrade.sh | 1 + scripts/scripts-library.sh | 2 +- .../playbooks/neutron-mtu-migration.yml | 79 ++++++++++++++++++++++ 11 files changed, 146 insertions(+), 33 deletions(-)
participants (1)
-
no-reply@openstack.org