libvirt: support SASL authentication
Adds support for SASL authentication of libvirt TCP and TLS connections when using a compute host libvirt daemon. In line with the dependent Kolla Ansible patch, we enable SASL by default, and use DIGEST-MD5 with TCP and SCRAM-SHA-256 with TLS. Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/833022 Depends-On: https://github.com/stackhpc/ansible-role-libvirt-host/pull/52 Story: 2009858 Task: 44735 Change-Id: Id3972c24022aeb6421494c3cccdc8e7cbce802e6
Showing
- ansible/compute-libvirt-host.yml 3 additions, 0 deletionsansible/compute-libvirt-host.yml
- ansible/group_vars/all/compute 8 additions, 1 deletionansible/group_vars/all/compute
- ansible/group_vars/all/kolla 15 additions, 2 deletionsansible/group_vars/all/kolla
- ansible/roles/kolla-ansible/defaults/main.yml 2 additions, 0 deletionsansible/roles/kolla-ansible/defaults/main.yml
- ansible/roles/kolla-ansible/templates/kolla/globals.yml 3 additions, 0 deletionsansible/roles/kolla-ansible/templates/kolla/globals.yml
- doc/source/configuration/reference/hosts.rst 24 additions, 0 deletionsdoc/source/configuration/reference/hosts.rst
- playbooks/kayobe-overcloud-base/overrides.yml.j2 3 additions, 0 deletionsplaybooks/kayobe-overcloud-base/overrides.yml.j2
- playbooks/kayobe-overcloud-host-configure-base/overrides.yml.j2 3 additions, 0 deletions...oks/kayobe-overcloud-host-configure-base/overrides.yml.j2
- playbooks/kayobe-overcloud-upgrade-base/overrides.yml.j2 3 additions, 0 deletionsplaybooks/kayobe-overcloud-upgrade-base/overrides.yml.j2
- requirements.yml 1 addition, 1 deletionrequirements.yml
Loading
Please register or sign in to comment