Current Series Release Notes¶
7.0.0-8¶
New Features¶
Allow creating
/etc/hosts
on all hosts when Ansible facts are not gathered for all hosts. The IP address for a host in/etc/hosts
may be hard-coded by settingetc_hosts_api_address
in the inventory for each host, and when there are no facts available for a host, the FQDN and short hostname are generated from the Ansible magic-variablesinventory_hostname
andinventory_hostname_short
.
The tasks related to installing CA file for private registry will now only run if either
docker_registry_insecure
orpodman_registry_insecure
is set to false.
Bug Fixes¶
Fixes execution of some non-Kolla containers on Ubuntu with Podman as container engine, by installing the
catatonit
package. LP#2114998
7.0.0¶
Bug Fixes¶
Fixes kolla-ansible boostrap-servers LP#2004583