Next steps

Your OpenStack environment now includes the Murano service.

Import Murano Applications

Applications need to be imported to fill the catalog. This can be done via the dashboard or via CLI:

  1. Clone the murano apps repository.

    cd ~/murano
    git clone https://opendev.org/openstack/murano-apps
    
  2. Import every package you need from this repository, using the command below.

    cd ~/murano/murano
    pushd ../murano-apps/Docker/Applications/%APP-NAME%/package
    zip -r ~/murano/murano/app.zip *
    popd
    tox -e venv -- murano --murano-url http://<murano-ip>:8082 package-import app.zip
    

Additional Resources

  1. To add additional services, see https://docs.openstack.org/latest/install/.

  2. If you would like to add glare as the storage service for packages, see: https://docs.openstack.org/murano/latest/admin/using_glare.html.