Murano formula

Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable‎ categorised catalog, which may be used by the cloud users (including the inexperienced ones) to pick-up the needed applications and services and composes the reliable environments out of them in a “push-the-button” manner.

Sample pillars

Single murano services on the controller node

murano:
  server:
    enabled: true
    version: liberty
    insecure: false
    database:
      engine: mysql
      host: 10.10.20.20
      port: 3306
      name: murano
      user: murano
      password: password
    identity:
      engine: keystone
      host: 10.10.20.20
      port: 35357
      tenant: service
      user: murano
      password: password
    message_queue:
      engine: rabbitmq
      members:
      - host: 192.168.1.13
      - host: 192.168.1.14
      - host: 192.168.1.15
      user: openstack
      password: supersecret
      virtual_host: '/openstack'
    murano_agent_queue:
      engine: rabbitmq
      port: 5672
      host: 192.168.1.10
      user: openstack
      password: supersecretcatalogpassword

Documentation and Bugs

To learn how to install and update salt-formulas, consult the documentation available online at:

In the unfortunate event that bugs are discovered, they should be reported to the appropriate issue tracker. Use Github issue tracker for specific salt formula:

For feature requests, bug reports or blueprints affecting entire ecosystem, use Launchpad salt-formulas project:

You can also join salt-formulas-users team and subscribe to mailing list:

Developers wishing to work on the salt-formulas projects should always base their work on master branch and submit pull request against specific formula.

Any questions or feedback is always welcome so feel free to join our IRC channel:

#salt-formulas @ irc.freenode.net