8aceeda565
This commit adds support for Designate zones. This can be used to provide the user a drop down list of zones they can choose from when launching apps. This should be coupled with a commit to murano to add a new io.murano.resources.RecordSet resource type, so that new a new DNS record can be added for new apps. Change-Id: I71deb3e264b2777ec4126d8e46c3ac45b9fc42c6 |
||
---|---|---|
doc | ||
functional_tests | ||
muranodashboard | ||
playbooks/legacy/murano-dashboard-sanity-check | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.eslintrc | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
karma.conf.js | ||
LICENSE | ||
manage.py | ||
package.json | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Murano
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users, including inexperienced ones, can then use the catalog to compose reliable application environments with the push of a button.
Murano Dashboard
Murano Dashboard is an extension for OpenStack Dashboard that provides a UI for Murano. With murano-dashboard, a user is able to easily manage and control an application catalog, running applications and created environments alongside with all other OpenStack resources.
For developer purposes, please symlink the following OpenStack Dashboard plugin files:
muranodashboard/local/enabled/*.py
intohorizon/openstack_dashboard/local/enabled/
muranodashboard/local/local_settings.d/_50_murano.py
intohorizon/openstack_dashboard/local/local_settings.d/_50_murano.py
muranodashboard/conf/murano_policy.json
intohorizon/openstack_dashboard/conf/
re-compress static assets and restart Horizon web-server as usual.