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://git.openstack.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
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.