How to use heat template to create MySQL server and connect it to fronted ?
Hi all,
I am new to OpenStack Heat and would like to use some sort of orchestration mechanism to spin up a MySQL stack and a fronted UI server in a scalable/easily configurable manner. I found about Heat templates and really interested to know how to achieve that using Heat Templates.
So far I was able to create 2 instances with my desired images, flavor and network but how can I get those 2 instances to talk to each other and how can I scale up both of them at the same time.
This is for a research project at my University and any help would be appreciated.
Thank You