Hi list:
https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html
https://docs.openstack.org/kolla-ansible/latest/reference/databases/external-mariadb-guide.html.
I have some questions:
According to the offical doc , if setting it in inventory file(multinode),
kolla-ansible -i ./multinode deploy will throw out error:
I guest when kolla-ansible running the playbook against myexternalmariadbloadbalancer.com ,
the """register: find_custom_fluentd_inputs""" in """TASK [common : Find custom fluentd input config files]""" maybe null .
According to the offical doc , If the MariaDB username is not root, set database_username in /etc/kolla/globals.yml file:
But in kolla-ansible/ansible/roles/xxxxxx/tasks/bootstrap.yml , they use ''' login_user: "{{ database_user }}" ''' £¬ for example :