Hi Thierry! On Wed, Jun 18, 2014 at 1:14 PM, Thierry Carrez <thie...@openstack.org> wrote: > So to take a practical example, Murano lets you pick (using UI or CLI) a > wordpress package (which requires a DB) and compose it with a mysql > package (which provides a DB), and will deploy that composition using > Heat ? And additionally, it provides package-publisher-friendly features > like certification, licensing and bulling ?
That's a correct example. > Does that mean, to come back to my example above, that we could substitute a > Trove resource to the mysql package? Yes. Catalog may have several packages for MySQL implementations: MySQL Galera, single node, Trove-based. All of them can return database connection string which will be used by wordpress. > or put a Neutron LBaaS load balancer on top ? It should be possible if application can run behind a load balancer and there is an LBaaS resource in Heat. > or publish a DNS entry via Designate ? Should be possible, given the underlying infrastructure and catalog provides needed resources. As Murano uses Heat under the hood, whatever is possible in Heat will be possible in Murano. Once Designate resource is available in Heat, application developers can use it. Thanks, Ruslan _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev