Dashboard for Murano
Go to file
Timur Sufiev 1edac5ada9 Use code from AdvNetworking for MS SQL Cluster IP validation.
Use code borrowed from murano-conductor for generation of subnets
against which both MS SQL Cluster IPs should be validated (they should
belong to that subnet). Old validation of static IPs is no longer
sufficient because CIDR's are generated by murano-conductor during
deployment.

Valid subnet, once generated in dashboard for validation purposes, is
stored in murano-api environment for later use by murano-conductor
(DRY). Subnet is generated for every new environment, but is used only
during MS SQL Cluster IP validation.

This commit comes in a team with 3 following commits:
https://review.openstack.org/#/c/59982/
https://review.openstack.org/#/c/59983/
https://review.openstack.org/#/c/61072/

Change-Id: I24b3c057fe43e9a35a96ddf2c4defd4f64e9b4ea
2013-12-10 17:45:32 +04:00
bin Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
doc/source KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
muranodashboard Use code from AdvNetworking for MS SQL Cluster IP validation. 2013-12-10 17:45:32 +04:00
tools Move installation to pbr 2013-09-03 13:25:37 +04:00
.gitignore Implement dynamic UI for all current service creation forms. 2013-08-13 19:11:21 +04:00
.gitreview Adding some packeges to pip requirements 2013-05-16 16:59:06 +04:00
MANIFEST.in Cherry-pick the following change-ids from release-0.2. 2013-09-03 14:04:43 +04:00
README.rst Update README.rst 2013-04-25 23:53:31 +04:00
manage.py KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
openstack-common.conf Move installation to pbr 2013-09-03 13:25:37 +04:00
requirements.txt Add version for metadata url 2013-12-05 12:31:22 +04:00
run_tests.sh Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00
setup-centos.sh Use code from AdvNetworking for MS SQL Cluster IP validation. 2013-12-10 17:45:32 +04:00
setup.cfg Fixed configuration to change tarballs name 2013-11-13 16:28:21 +04:00
setup.py Update requirements to match havana's ones. 2013-10-28 17:40:02 +04:00
setup.sh Use code from AdvNetworking for MS SQL Cluster IP validation. 2013-12-10 17:45:32 +04:00
test-requirements.txt Update requirements to match havana's ones. 2013-10-28 17:40:02 +04:00
tox.ini Move installation to pbr 2013-09-03 13:25:37 +04:00

README.rst

Murano Dashboard README ===================== Dashboard is a conponent that provides Web UI to Murano Project.

SEE ALSO