We are glad to announce the release of: kolla 2.0.0: Kolla OpenStack Deployment For more details, please see below. 2.0.0 ^^^^^ This release is production ready for real world field deployments. This release has been tested on a 64 ndoe 13 TB ram 2600 core cluster as well as numerous co-beta sites evaluating Kolla. New Features ************ * Start using reno. * Named volumes used throughout kolla to remove data loss scenario with data containers. * Introduction of kolla_docker ansible module to decouple Kolla from Ansible's slow release schedule for Ansible's docker module. * Upgrade of all OpenStack services implemented. * Upgrade of all infrastructure services implemented. * Reconfigure running OpenStack services with new configuration. * Network interface for control and compute nodes configurable. * Usage of rabbitmq clusterer for cluster management of rabbitmq. * Diagnostics system introduced based upon Heka, Elastic Search, and Kibana. * Nearly all containners drop root privileges for improved security. * Isolation of internal and external API networks. * TLS implementation for the external network. * Audit logs significantly improved. * Custom repositories may be specified in the base image. * New big tent service Manila. * All Neutron containers converted to thin containers. * Pin Ceph to hammer version. * Source installations now deploy from a virtual environment in the containers * Addtion of build profiles. * Upgrade to docker 1.10.z. * Deployment speed improvement of 500%. Changes in kolla 2.0.0.0rc4..2.0.0 ---------------------------------- b63771f Robustify of rabbitmq upgrade 46af7dc Configures swift-rsyncd to use non-default port 3521695 Add mitaka release notes fc6b00b Disable tty for keystone register script 81f016b Fix failure to deploy with qemu.conf 576764e Remove check for config files to verify MountFlags 1f9b3bd Fix typo in kolla-ansible usage message 63939c3 Use proper protocol scheme with nova 4de4a23 Workaround broken nodepool to unblock gate 629990e Bump the package version to the Mitaka release Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all.yml | 1 + ansible/roles/keystone/tasks/register.yml | 2 +- ansible/roles/nova/templates/nova.conf.j2 | 2 +- ansible/roles/nova/templates/qemu.conf.j2 | 1 + ansible/roles/prechecks/tasks/service_checks.yml | 6 ++-- ansible/roles/swift/templates/account.conf.j2 | 1 + ansible/roles/swift/templates/container.conf.j2 | 1 + ansible/roles/swift/templates/object.conf.j2 | 1 + ansible/roles/swift/templates/swift-rsyncd.json.j2 | 2 +- kolla/common/config.py | 32 +++++++++++----------- .../notes/mitaka-release-0ced25a42c8e4461.yaml | 30 ++++++++++++++++++++ tools/kolla-ansible | 2 +- tools/setup_gate.sh | 11 ++++++++ 18 files changed, 80 insertions(+), 43 deletions(-)
participants (1)
-
no-reply@openstack.org