[new][kolla] kolla 2.0.1 release
We are jubilant to announce the release of: kolla 2.0.1: Kolla OpenStack Deployment For more details, please see below. Changes in kolla 2.0.0..2.0.1 ----------------------------- 8af353a Install missing package in spiceproxy container 185e6bb Fix the cinder backup permission issue when enable ceph c0e5ed9 Compile the messages in the horizon 9080975 Fixed typos in Ansible files 9a6c576 Configure the rabbitmq ha policy in config file c71e7a9 Fix the rabbitmq crash on CentOS binary and source deploy 631c064 Add python-memcache package openstack base 1a6a3d1 map the host localtime to the container 6f2dc17 Fix the gate lying a24aefe Make Heka collect Ceph logs 03670f9 Updated from global requirements d0d2147 Fix the virt_type in the gate ece6638 Remove dependencies on kazoo and friends c16f098 Handle multi Ethernets case in the gate af20ae7 Re-order the when condition in the cinder reconfigure e382cfc Remove the useless nova_ssh configure in the passwords.yml fd4b471 Remove the eth1 up and down manually in the rax-ord node d01ea38 Override default latest tag on ubuntu Diffstat (except docs and test files) ------------------------------------- ansible/roles/ceph/tasks/bootstrap_mons.yml | 2 +- ansible/roles/ceph/tasks/bootstrap_osds.yml | 4 ++ ansible/roles/ceph/tasks/generate_cluster.yml | 2 + ansible/roles/ceph/tasks/start_mons.yml | 2 + ansible/roles/ceph/tasks/start_osds.yml | 2 + ansible/roles/ceph/tasks/start_rgws.yml | 5 +- ansible/roles/ceph/templates/ceph.conf.j2 | 6 +- ansible/roles/cinder/tasks/bootstrap_service.yml | 1 + ansible/roles/cinder/tasks/ceph.yml | 1 + ansible/roles/cinder/tasks/do_reconfigure.yml | 4 +- ansible/roles/cinder/tasks/start.yml | 4 ++ .../roles/cinder/templates/cinder-backup.json.j2 | 7 +++ ansible/roles/common/tasks/bootstrap.yml | 1 + ansible/roles/common/tasks/start.yml | 3 + .../roles/common/templates/heka-openstack.toml.j2 | 2 +- ansible/roles/elasticsearch/tasks/start.yml | 1 + ansible/roles/glance/tasks/bootstrap_service.yml | 1 + ansible/roles/glance/tasks/start.yml | 2 + ansible/roles/haproxy/tasks/start.yml | 2 + ansible/roles/heat/tasks/bootstrap_service.yml | 1 + ansible/roles/heat/tasks/start.yml | 3 + ansible/roles/horizon/tasks/start.yml | 3 +- ansible/roles/ironic/tasks/bootstrap.yml | 1 + ansible/roles/ironic/tasks/bootstrap_service.yml | 4 +- ansible/roles/ironic/tasks/start.yml | 6 +- ansible/roles/keystone/tasks/bootstrap_service.yml | 1 + ansible/roles/keystone/tasks/start.yml | 1 + ansible/roles/kibana/tasks/start.yml | 1 + ansible/roles/magnum/tasks/bootstrap_service.yml | 1 + ansible/roles/magnum/tasks/start.yml | 2 + ansible/roles/manila/tasks/bootstrap_service.yml | 1 + ansible/roles/manila/tasks/start.yml | 3 + ansible/roles/mariadb/tasks/bootstrap_cluster.yml | 2 + ansible/roles/mariadb/tasks/recover_cluster.yml | 1 + ansible/roles/mariadb/tasks/start.yml | 1 + ansible/roles/memcached/tasks/start.yml | 4 +- ansible/roles/mistral/tasks/bootstrap_service.yml | 1 + ansible/roles/mistral/tasks/start.yml | 3 + ansible/roles/mongodb/tasks/bootstrap.yml | 1 + ansible/roles/mongodb/tasks/start.yml | 1 + ansible/roles/murano/tasks/bootstrap_service.yml | 1 + ansible/roles/murano/tasks/start.yml | 2 + ansible/roles/neutron/tasks/bootstrap_service.yml | 1 + ansible/roles/neutron/tasks/deploy.yml | 2 +- ansible/roles/neutron/tasks/start.yml | 11 +++- ansible/roles/nova/tasks/bootstrap_service.yml | 2 + ansible/roles/nova/tasks/start_compute.yml | 5 ++ ansible/roles/nova/tasks/start_conductors.yml | 1 + ansible/roles/nova/tasks/start_controllers.yml | 5 ++ ansible/roles/rabbitmq/tasks/bootstrap.yml | 1 + ansible/roles/rabbitmq/tasks/config.yml | 3 +- ansible/roles/rabbitmq/tasks/start.yml | 1 + .../roles/rabbitmq/templates/definitions.json.j2 | 14 +++++ .../roles/rabbitmq/templates/rabbitmq.config.j2 | 5 +- ansible/roles/rabbitmq/templates/rabbitmq.json.j2 | 6 ++ ansible/roles/swift/tasks/start.yml | 15 +++++ etc/kolla/passwords.yml | 3 - kolla/cmd/build.py | 5 ++ test-requirements.txt | 2 +- tools/deploy_aio.sh | 49 +++++++-------- tools/setup_RedHat.sh | 2 +- tools/setup_gate.sh | 23 +++---- 73 files changed, 235 insertions(+), 203 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8b0b577..4bac2cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ python-heatclient>=0.6.0 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org