<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><p style="margin:0;"><span style="font-size: 16px;">Hi list:</span></p><div><br></div><div style="margin:0;"><span style="font-size: 16px;">I want to use kolla-ansible to deploy openstack , but using external mysql. </span></div><div style="margin:0;"><span style="font-size: 16px;">I am following these docs:  </span></div><p style="margin:0;"><span style="font-size: 16px;">https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html</span></p><p style="margin:0;"><span style="font-size: 16px;">https://docs.openstack.org/kolla-ansible/latest/reference/databases/external-mariadb-guide.html.</span></p><p style="margin:0;"><br></p><p style="margin:0;"><span style="font-size: 16px;">I have some questions:</span></p><div style="margin:0;"><br></div><div style="margin:0;">################</div><div style="margin:0;">##  <span style="font-size: 16px;">Question 1 </span>##</div><div style="margin:0;">################</div><div style="margin:0;"><br></div><p style="margin:0;"><span style="font-size: 16px;"> According to the offical doc , if setting it  in inventory file(multinode), </span></p><p style="margin:0;"><img src="cid:1c30e815$6$17448367e9e$Coremail$sosogh$126.com" orgwidth="307" orgheight="59" data-image="1" style="width: 307px; height: 59px;"></p><p style="margin:0;"><br></p><p style="margin:0;"><span style="font-size: 16px;">kolla-ansible -i ./multinode deploy will throw out error:</span></p><p style="margin:0;"><img src="cid:50146264$3$174482d577a$Coremail$sosogh$126.com" orgwidth="1588" orgheight="334" data-image="1" style="width: 1588px; height: 334px; border: none;"></p><p style="margin:0;"><br></p><p style="margin:0;"><span style="font-size: 16px;">I guest when kolla-ansible running the playbook against myexternalmariadbloadbalancer.com , </span></p><p style="margin:0;"><span style="font-size: 16px;">the """register: find_custom_fluentd_inputs""" in """TASK [common : Find custom fluentd input config files]"""  maybe null .</span></p><p style="margin:0;"><br></p><div style="margin: 0px;">################</div><div style="margin: 0px;">##  <span style="font-size: 16px;">Question 2 </span>##</div><div style="margin: 0px;">################</div><p style="margin:0;"><span style="font-size: 16px;"> According to the offical doc , If the MariaDB username is not root, set database_username in /etc/kolla/globals.yml file:  </span></p><p style="margin:0;"><img src="cid:270a11ff$7$17448367e9e$Coremail$sosogh$126.com" orgwidth="342" orgheight="41" data-image="1" style="width: 342px; height: 41px;"></p><p style="margin:0;"><br></p><p style="margin:0;"><span style="font-size: 16px;">But in kolla-ansible/ansible/roles/xxxxxx/tasks/bootstrap.yml  , they use  ''' login_user: "{{ database_user }}"  ''' £¬ for example :</span></p><div><img src="cid:7fd71a4a$5$1744831eb6e$Coremail$sosogh$126.com" orgwidth="595" orgheight="237" data-image="1" style="width: 595px; height: 237px;"></div><div><br></div><div><div><span style="font-size: 16px;">So at last  , I took the following steps:</span></div><div><span style="font-size: 16px;">1. """not""" setting [mariadb] in inventory file(multinode)   </span></div><div><span style="font-size: 16px;">2. set "database_user: openstack" for  "privillegeduser"</span></div><div><br></div><div>PS: </div><div><span style="font-size: 16px;">My idea is that if using an external ready-to-use mysql (cluster),  </span></div><div><span style="font-size: 16px;">it is enough to tell kolla-ansible only the address/user/password of the external DB.</span></div><div><span style="font-size: 16px;">i.e. setting them in the file /etc/kolla/globals.yml and passwords.yml</span><span style="font-size: 16px;"> , no need to add it into </span><span style="font-size: 16px;">inventory file(multinode)   </span></div><div><br></div><div><span style="font-size: 16px;">Finally , it is successful to  deploy openstack via kolla-ansible</span><span style="font-size: 16px;"> </span><span style="font-size: 16px;">. </span></div><div><span style="font-size: 16px;">So far I have not found any problems.   </span></div><div><span style="font-size: 16px;"> Are the steps what I took  good ( enough ) ? </span></div></div><div><span style="font-size: 16px;">Thank you !</span></div><div><br></div><div><br></div></div>