Moved files for better egg packaging

Change-Id: I0f8e13c4f9dae7f473e26c740e5deb88e669efee
This commit is contained in:
Ryan Bak 2014-10-28 21:21:11 +00:00
parent a24f358dfb
commit 3e4e392acb
6 changed files with 7 additions and 11 deletions

View File

@ -4,14 +4,14 @@ monasca-ui
Monasca UI is implemented as a horizon plugin that adds panels to horizon. It is installed into devstack
by monasca-vagrant. For a UI development setup:
* git clone https://github.com/openstack/horizon.git # clone horizon
* git clone https://github.com/stackforge/monasca-ui.git # clone monasca-ui
* git clone https://github.com/hpcloud-mon/grafana.git
* ln -s grafana/src horizon/static/grafana
* cd horizon
* cp ../monasca-ui/enabled/* openstack_dashbaord/local/enabled # Copy enabled files
* ln -s ../monasca-ui/monitoring monitoring
* ln -s ../../../grafana/src monitoring/static/grafana
* tools/with_venv.sh pip install -r ../monasca-ui/requirements.txt
* cat ../monasca-ui/local_settings.py >> openstack_dashboard/local/local_settings.py
* Add git+https://github.com/stackforge/monasca-ui.git to requirements.txt
* Edit openstack_dashboard/settings.py to include the following two lines:
* import monitoring.enabled
* monitoring.enabled, #Add to the settings.update_dashboards list
#
License

View File

View File

@ -1,3 +1,4 @@
from django.utils.translation import ugettext_lazy as _
# Services being monitored
MONITORING_SERVICES = [

View File

View File

@ -22,11 +22,6 @@ classifier =
packages =
monitoring
data_files=
share/monasca/ui =
config/local_settings.py
share/monasca/ui/enabled = enabled/*
[pbr]
autodoc_index_modules = True