*** vishalmanchanda has quit IRC | 00:41 | |
*** k_mouza has joined #openstack-monasca | 01:08 | |
*** yan0s has quit IRC | 01:08 | |
*** jawad_axd has quit IRC | 01:19 | |
*** k_mouza has quit IRC | 01:20 | |
*** k_mouza has joined #openstack-monasca | 01:20 | |
*** k_mouza has quit IRC | 01:25 | |
*** k_mouza has joined #openstack-monasca | 04:21 | |
*** k_mouza has quit IRC | 04:26 | |
*** vishalmanchanda has joined #openstack-monasca | 06:00 | |
*** nikparasyr has joined #openstack-monasca | 06:54 | |
*** witek has joined #openstack-monasca | 07:51 | |
*** k_mouza has joined #openstack-monasca | 08:22 | |
*** k_mouza has quit IRC | 08:26 | |
*** tosky has joined #openstack-monasca | 08:45 | |
*** parallax has quit IRC | 09:09 | |
*** parallax has joined #openstack-monasca | 09:09 | |
*** k_mouza has joined #openstack-monasca | 10:14 | |
*** mensis has joined #openstack-monasca | 10:19 | |
mensis | Hi folks, I have good news. I have achieved to install monasca stable/ussuri with openstack ansible (all services working perfectly). I will contribute to OSA in a couple weeks. Now, i only have a problem with monasca-ui. I installed it to horizon container and i'm able to see monasca dashboards. But i couldn't deploy monasca-grafana. I followed | 10:24 |
---|---|---|
mensis | the devstack instructions to install monasca-grafana but the service is just not getting up. | 10:24 |
mensis | Regarding devstack instructions, this is my history; http://paste.openstack.org/show/800143/ On the last step it throws an error like this; http://paste.openstack.org/show/800144/ I have already executed grunt but still getting an error like that. | 10:27 |
mensis | What might be the problem, any suggestions? Or are there any solid instructions to deploy monasca-grafana? And also i'm getting an error on the monasca dashboard of horizon, when i click to overview (other dashboards work well): http://paste.openstack.org/show/800145/ | 10:34 |
*** dougsz has joined #openstack-monasca | 10:46 | |
chaconpiza | Hi mensis, I am reading the pastes... | 10:47 |
*** dougsz has quit IRC | 11:03 | |
chaconpiza | mensis, can you access Grafana through its port? (3000) | 11:39 |
mensis | I can't because when i 'systemctl start grafana-server' it just doesn't start and throws just error nothing more | 11:40 |
mensis | I actually installed grafana 4.1 to another container and trying to deploy monasca-grafana in there | 11:41 |
mensis | this time i installed grafana from https://grafana.com/grafana/download/4.1.0 , then i copied monasca-grafana-datasource/ into grafana/plugins/monasca-grafana-datasource/, again copied monasca-ui/grafana-dashboards/* to /public/dashboards/ in the new grafana deployment. | 11:43 |
mensis | then i followed these instructions; https://github.com/monasca/monasca-grafana#installation and https://github.com/monasca/monasca-grafana#build | 11:44 |
mensis | this new deployment seems more robust but now i have a problem on the adding Monasca datasource part, it says 'Monasca Error Response: Unauthorized' I'm trying to add keystone authentication support to grafana | 11:46 |
chaconpiza | in this line: 19 git clone https://github.com/monasca/grafana.git grafana --branch grafana4 --depth 1 | 11:47 |
chaconpiza | you are using a Fork that allows the Keystone authentication | 11:48 |
chaconpiza | I am afraid that in vanilla https://grafana.com/grafana/download/4.1.0, there is not | 11:48 |
chaconpiza | This is a topic we have pending, upgrade Grafana | 11:48 |
mensis | hmm I understand thanks | 11:49 |
mensis | I will follow the instructions on the https://github.com/monasca/grafana.git and will try again | 11:51 |
*** adriancz has joined #openstack-monasca | 11:59 | |
*** mensis has quit IRC | 12:01 | |
*** mensis has joined #openstack-monasca | 12:32 | |
mensis | chaconpiza, https://github.com/openstack/monasca-api/blob/stable/ussuri/devstack/plugin.sh#L1274 what should i set to HTTP_PROXY, any suggestions? | 13:11 |
chaconpiza | mensis, if you need to pass all http requests through a proxy server, like in the network infrastructure of many companies, you can set this variable. I have stack Devstack without using any proxy, then I see in /opt/stack/logs/stack.sh.log npm config set proxy '' | 13:43 |
*** witek has quit IRC | 14:20 | |
*** witek_ has joined #openstack-monasca | 14:21 | |
*** piotrowskim has joined #openstack-monasca | 15:21 | |
mensis | chaconpiza, thanks i finally finished deploying monasca-grafana :) now i can see metrics but i'm guessing to see VM metrics (i already added libvirt plugin and seen metrics of VMs) on grafana i need to build a new dashboard | 15:28 |
chaconpiza | Great, which version of Grafana are you using? | 15:30 |
chaconpiza | btw, in libvirt the metric names depends from the tenant (normal tenant or admin) https://github.com/openstack/monasca-agent/blob/master/docs/Libvirt.md#mapping-metrics-to-configuration-parameters | 15:31 |
mensis | I installed v4.1.0 of grafana, since it is compatible with monasca-grafana | 15:38 |
chaconpiza | Nice, may I ask you which authentication method are you using? | 15:38 |
mensis | yeah for different tenants i will configure libvirt | 15:38 |
mensis | i'm using keystone | 15:39 |
mensis | i deployed it from monasca/grafana git | 15:39 |
chaconpiza | Ok, so using the fork | 15:41 |
mensis | but when following the devstack of monasca stable/ussuri, i was unable to deploy it, and then i installed node (v4.0.0) and npm via nvm (v0.32.1), after this i could manage to deploy it | 15:41 |
chaconpiza | I see, thanks for the info | 15:42 |
mensis | thanks, i will try it again later, maybe i missed something | 15:43 |
chaconpiza | these dashboards might be of your interest: | 15:44 |
chaconpiza | https://github.com/FujitsuEnablingSoftwareTechnologyGmbH/monasca-docker/tree/master/grafana-init/dashboards.d | 15:44 |
chaconpiza | specially the 09 and the 10 | 15:45 |
*** nikparasyr has left #openstack-monasca | 15:46 | |
chaconpiza | From here: https://github.com/openstack/monasca-grafana-datasource/tree/master/examples | 15:50 |
chaconpiza | I think customer_compute_breakdown.json is related to vm's | 15:50 |
mensis | perfect! thanks again, i'll use them as a reference. I'm currently facing this issue on the horizon (when i click monitoring -> overview) http://paste.openstack.org/show/800162/ | 15:55 |
mensis | I dont know if i missed something when deploying monasca-ui, the other dashboards dont throw any errors | 15:56 |
chaconpiza | Can you copy the content of this file monitoring/config/local_settings.py | 15:58 |
chaconpiza | inside that file should be this parameter GRAFANA_URL | 15:59 |
chaconpiza | Maybe it is wrong | 15:59 |
*** mensis has quit IRC | 16:00 | |
*** mensis has joined #openstack-monasca | 16:02 | |
mensis | here is my monitoring/config/local_settings.py http://paste.openstack.org/show/800163/ | 16:03 |
mensis | chaconpiza, i put GRAFANA_URL into /etc/horizon/local_settings.py | 16:04 |
chaconpiza | Try in that file from the paste | 16:04 |
chaconpiza | the line 99 GRAFANA_URL = getattr(settings, 'GRAFANA_URL', None) | 16:05 |
chaconpiza | I remember that in your error exception message was something about settings variable not set | 16:05 |
chaconpiza | In devstack it is configured in: /opt/stack/horizon/openstack_dashboard/local/local_settings.d/_50_monasca_ui_settings.py | 16:07 |
chaconpiza | GRAFANA_URL = {'RegionOne': "http://192.168.10.6:3000", } | 16:08 |
mensis | i changed as u said but still getting the same error http://paste.openstack.org/show/800168/ | 16:23 |
*** yan0s has joined #openstack-monasca | 16:36 | |
mensis | chaconpiza, oh i finally ended up succesfully with monasca-ui too, i needed to link monitoring/config/local_settings.py to openstack_dashboard/local/local_settings.d/_50_monasca_ui_settings.py (which is missing link in https://github.com/openstack/monasca-ui#devstack-deployment-set-up) | 17:07 |
*** mensis has quit IRC | 17:10 | |
*** mensis has joined #openstack-monasca | 17:10 | |
*** witek_ has quit IRC | 17:19 | |
*** k_mouza has quit IRC | 18:05 | |
*** k_mouza has joined #openstack-monasca | 18:06 | |
*** k_mouza has quit IRC | 18:10 | |
*** mensis has quit IRC | 18:17 | |
-openstackstatus- NOTICE: The Gerrit service at review.opendev.org is being restarted quickly as a pre-upgrade sanity check, estimated downtime is less than 5 minutes. | 18:36 | |
*** k_mouza has joined #openstack-monasca | 19:00 | |
*** openstackgerrit has quit IRC | 19:02 | |
*** k_mouza has quit IRC | 19:04 | |
*** vishalmanchanda has quit IRC | 19:49 | |
*** piotrowskim has quit IRC | 22:27 | |
*** piotrowskim has joined #openstack-monasca | 22:29 | |
*** yan0s has quit IRC | 22:45 | |
*** EarlEuene_ has quit IRC | 22:59 | |
*** EarlEuene has joined #openstack-monasca | 23:21 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!