<div dir="ltr">Hi,<div><br></div><div><span style="color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px">I would like to use Masakari and I'm having trouble finding a step by step or other documentation to get started with. Which part should be installed on controller, which is should be on compute, and what is the prerequisite to install masakari, I have installed corosync and pacemaker on compute and controller nodes, , what else do I need to do ?</span>  step I have done so far: </div><div>- installed corosync/pacemaker</div><div>- install masakari on compute node on this github repo: <a href="https://github.com/openstack/masakari">https://github.com/openstack/masakari</a><br></div><div>- add masakari in to mariadb</div><div>here is my configuration file of masakari.conf, do you mind to take a look at it, if I have misconfigured anything? </div><div><br></div><div>[DEFAULT]<br>enabled_apis = masakari_api<br><br># Enable to specify listening IP other than default<br>masakari_api_listen = controller<br># Enable to specify port other than default<br>masakari_api_listen_port = 15868<br>debug = False<br>auth_strategy=keystone<br><br>[wsgi]<br># The paste configuration file path<br>api_paste_config = /etc/masakari/api-paste.ini<br><br>[keystone_authtoken]<br>www_authenticate_uri = <a href="http://controller:5000">http://controller:5000</a><br>auth_url = <a href="http://controller:5000">http://controller:5000</a><br>auth_type = password<br>project_domain_id = default<br>user_domain_id = default<br>project_name = service<br>username = masakari<br>password = P@ssword<br><br>[database]<br>connection = mysql+pymysql://masakari:P@ssword@controller/masakari<br></div></div>