We are pumped to announce the release of: kolla-ansible 19.3.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/kolla-ansible Download the package from: https://tarballs.openstack.org/kolla-ansible/ Please report issues through: https://bugs.launchpad.net/kolla-ansible/+bugs For more details, please see below. 19.3.0 ^^^^^^ New Features ************ * User role assignments can now customise domain and system scopes. Upgrade Notes ************* * The "ironic-inspector" service user is now assigned the system scope "all". If you have overridden the default list of role assignments, you should make this change too. Bug Fixes ********* * Fixes Apache and placement writing to the same log file. Apache placement VirtualHost ErrorLog has been renamed to "placement-api- error.log" (similar to other services). LP#[2095607] * Fixes a bug where the etcd3gw "backend_url" in cinder.conf would be invalid when "openstack_cacert" was set. LP#2085908 * Fixes cyborg deployment, which was missing variables in order to configure the haproxy listener. LP#2020088 * The "ironic-inspector" service user is now assigned the system scope "all". This allows it to create baremetal ports during node inspection again. LP#2064655 * Fixes an issue with Grafana datasource updates by removing hardcoded version number. This ensures proper datasource configuration updates. LP#[2096664] Changes in kolla-ansible 19.2.0..19.3.0 --------------------------------------- 6bb4b2e10 Revert "keystone: handle OIDC metadata & attribute mappings as template" 88f4a966b Fix Grafana datasource update 81c2d0725 fluentd: Add placement to list of supported services 9ed1c10e4 Fix Grafana role support for Ansible check mode 971acccb8 Fix Magnum role support for Ansible check mode 332c08736 Fix Opensearch role support for Ansible check mode d6065fba5 ironic: Change Prometheus metrics dir 9a02194bb Give ironic-inspector system scope ``all`` f626f83da Update user role assignments f41e966cb CI: Use Zuul cache/mirror for docker 9dda158b8 CI: Increase mariadb_monitor_read_only_interval and RMQ timeouts 9fb94ba76 proxysql: Add mariadb_monitor_read_only_interval 3f7787cff Avoid double quotes in HAProxy configuration a0e3b6b5e keystone: handle OIDC metadata & attribute mappings as template 3ae63ca17 set haproxy for cyborg module 215fb7711 Updates docs to fix incorrect container example 81310d401 Fix cinder etcd3gw backend_url Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all.yml | 4 ++++ ansible/roles/cinder/templates/cinder.conf.j2 | 2 +- ansible/roles/common/defaults/main.yml | 2 ++ ansible/roles/cyborg/defaults/main.yml | 14 ++++++++++++++ ansible/roles/grafana/tasks/config.yml | 4 +++- ansible/roles/grafana/tasks/post_config.yml | 1 + ansible/roles/grafana/templates/prometheus.yaml.j2 | 1 - ansible/roles/ironic/defaults/main.yml | 7 +++++-- ansible/roles/ironic/tasks/precheck.yml | 1 + ansible/roles/ironic/templates/ironic-inspector.conf.j2 | 3 +-- ansible/roles/ironic/templates/ironic.conf.j2 | 2 +- ansible/roles/keystone/defaults/main.yml | 4 ++-- ansible/roles/loadbalancer/defaults/main.yml | 5 +++++ .../roles/loadbalancer/templates/proxysql/proxysql.yaml.j2 | 3 +++ ansible/roles/magnum/tasks/register.yml | 1 + ansible/roles/opensearch/tasks/post-config.yml | 9 +++++++-- .../roles/placement/templates/placement-api-wsgi.conf.j2 | 2 +- ansible/roles/service-ks-register/tasks/main.yml | 7 ++++--- releasenotes/notes/bug-2095607-f4d9d5aebebddfc8.yaml | 7 +++++++ .../fix-cinder-etcd-backend-url-3ca1fa04293c16b5.yaml | 6 ++++++ ...-cyborg-haproxy-missing-variables-2f00c677a7003005.yaml | 6 ++++++ ...c-inspector-user-system-scope-all-5fe5cb7f9a03ee7b.yaml | 12 ++++++++++++ .../notes/grafana_update_datasources-706e3cdc964c5272.yaml | 6 ++++++ .../update-user-role-assignments-c8e487445a6cadef.yaml | 4 ++++ 26 files changed, 113 insertions(+), 19 deletions(-)
participants (1)
-
no-reply@openstack.org