Skip to main content

Monasca Plugin for Horizon

Project description

Monasca UI is implemented as a horizon plugin that adds panels to horizon. It is installed into devstack by monasca-vagrant.

#Deployment Set Up

#Development Environment Set Up

##Get the Code

` git clone https://github.com/stackforge/monasca-ui.git # clone monasca-ui git clone https://github.com/openstack/horizon.git # clone horizon git clone https://github.com/hpcloud-mon/grafana.git # clone grafana `

##Set up Horizon

Since Monasca UI is a horizon plugin the first step is to get their development environment set up.

` cd horizon ./run_tests.sh cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py `

Pro Tip: Make sure you have horizon running correctly before proceeding. For more details go to http://docs.openstack.org/developer/horizon/quickstart.html#setup

##Set up Monasca-UI

  • Edit openstack_dashboard/local/local_settings.py to modify the OPENSTACK_HOST IP address to point to devstack.

  • Add monasca-client to requirements.txt. Get the latest version from https://pypi.python.org/pypi/python-monascaclient

  • Link monasca into Horizon:

` cp ../monasca-ui/monitoring/enabled/_50_admin_add_monitoring_panel.py openstack_dashboard/enabled/. ln -s ../monasca-ui/monitoring monitoring ./run_tests #load monasca-client into virtualenv `

##Set up Grafana

` cd static ln -s ../../grafana/src grafana `

##Start Server

` ./run_tests.sh --runserver `

#License

Copyright (c) 2014 Hewlett-Packard Development Company, L.P.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

monasca-ui-1.0.21.tar.gz (60.7 kB view hashes)

Uploaded Source

Built Distribution

monasca_ui-1.0.21-py2.py3-none-any.whl (86.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page