We are content to announce the release of: openstack-ansible 13.2.0: Ansible playbooks for deploying OpenStack With source available at: http://git.openstack.org/cgit/openstack/openstack-ansible For more details, please see below. 13.2.0 ^^^^^^ New Features * Apache MPM tunable support has been added to the os-keystone role in order to allow MPM thread tuning. Default values reflect the current Ubuntu default settings: keystone_httpd_mpm_backend: event keystone_httpd_mpm_start_servers: 2 keystone_httpd_mpm_min_spare_threads: 25 keystone_httpd_mpm_max_spare_threads: 75 keystone_httpd_mpm_thread_limit: 64 keystone_httpd_mpm_thread_child: 25 keystone_httpd_mpm_max_requests: 150 keystone_httpd_mpm_max_conn_child: 0 Changes in openstack-ansible 13.1.4..13.2.0 ------------------------------------------- 55e5737 Change release to 13.2.0 45b9b2e Create ceph python library symlinks 8b25db7 Fix memcached flush if -l is in hostname c9ae7bb Remove duplicate exit_early execution d0c84e5 Remove the AIO metadata checksum fix from run-playbooks 6d5a604 Update all SHAs for 13.1.5 342ed84 Define glance_default_store in group_vars 9a7513b Flush memcached on first listen IP only Diffstat (except docs and test files) ------------------------------------- ansible-role-requirements.yml | 22 +++++------ .../defaults/repo_packages/openstack_services.yml | 32 ++++++++-------- playbooks/inventory/group_vars/all.yml | 2 +- playbooks/inventory/group_vars/hosts.yml | 3 +- playbooks/os-cinder-install.yml | 2 + playbooks/os-glance-install.yml | 2 + playbooks/os-nova-install.yml | 2 + playbooks/roles/ceph_client/tasks/ceph_all.yml | 5 +++ .../ceph_client/tasks/ceph_install_python_libs.yml | 44 ++++++++++++++++++++++ ...pache-mpm-tunable-support-1c72f2f99cd502bc.yaml | 17 +++++++++ requirements.txt | 2 +- scripts/run-playbooks.sh | 23 ++++------- scripts/run-upgrade.sh | 1 - scripts/scripts-library.sh | 2 +- .../playbooks/memcached-flush.yml | 2 +- .../templates/user_variables.aio.yml.j2 | 3 ++ 16 files changed, 116 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6ed71a8..bd547fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ pip==8.1.2 -setuptools==23.0.0 +setuptools==23.1.0
participants (1)
-
no-reply@openstack.org