Moved files for better egg packaging
Change-Id: I0f8e13c4f9dae7f473e26c740e5deb88e669efee
This commit is contained in:
parent
a24f358dfb
commit
3e4e392acb
12
README.md
12
README.md
@ -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
|
||||
|
||||
|
0
monitoring/config/__init__.py
Normal file
0
monitoring/config/__init__.py
Normal file
@ -1,3 +1,4 @@
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
# Services being monitored
|
||||
MONITORING_SERVICES = [
|
0
monitoring/enabled/__init__.py
Normal file
0
monitoring/enabled/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user