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
git clone https://github.com/openstack/horizon.git # clone horizon
ln -s grafana/src horizon/static/grafana
cd horizon
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
#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-hypernode.com/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 cd grafana cp config.monasca.js config.js `
##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
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.
Project details
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
Built Distribution
Hashes for monasca_ui-1.0.27-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3897a52f54a672dbf6677e8c99a07b4d0219d1aaa800e59be8641ef7445329a9 |
|
MD5 | 030631609badd2aec2eea7c8006f4e43 |
|
BLAKE2b-256 | b57f0e965606cc85e54d960dcc7132236225b247783811f5b7c5b8982d508626 |