Your OpenStack environment now includes the Murano service.
Applications need to be imported to fill the catalog. This can be done via the dashboard or via CLI:
Clone the murano apps repository.
cd ~/murano
git clone https://opendev.org/openstack/murano-apps
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
To add additional services, see https://docs.openstack.org/latest/install/.
If you would like to add glare as the storage service for packages, see: https://docs.openstack.org/murano/latest/admin/using_glare.html.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.