*** bobh has quit IRC | 00:14 | |
*** bobh has joined #openstack-vitrage | 00:23 | |
*** bobh has quit IRC | 00:24 | |
*** bobh has joined #openstack-vitrage | 00:25 | |
*** bobh_ has joined #openstack-vitrage | 00:28 | |
*** bobh has quit IRC | 00:33 | |
*** bobh_ has quit IRC | 00:54 | |
*** bobh has joined #openstack-vitrage | 00:58 | |
*** bobh has quit IRC | 00:59 | |
*** bobh has joined #openstack-vitrage | 01:11 | |
*** bobh has quit IRC | 02:01 | |
*** bobh has joined #openstack-vitrage | 02:32 | |
*** bobh has quit IRC | 02:37 | |
*** bobh has joined #openstack-vitrage | 04:47 | |
*** bobh has quit IRC | 04:51 | |
*** e0ne has joined #openstack-vitrage | 04:53 | |
*** e0ne has quit IRC | 04:56 | |
*** e0ne has joined #openstack-vitrage | 05:21 | |
*** e0ne has quit IRC | 05:25 | |
*** eyalb has joined #openstack-vitrage | 05:50 | |
*** ifat_afek has joined #openstack-vitrage | 06:08 | |
*** pandy has joined #openstack-vitrage | 06:39 | |
pandy | Hi All, I am just beginning with Vitrage Project | 06:42 |
---|---|---|
pandy | I would like to know deploy it in container without touching real openstack control plane, is that possible ? like Monasca Deployment | 06:43 |
openstackgerrit | Merged openstack/vitrage-dashboard master: Add Python 3.6 and Python 3.7 jobs https://review.openstack.org/652732 | 06:44 |
openstackgerrit | Merged openstack/vitrage-dashboard master: Dropping the py35 testing https://review.openstack.org/652481 | 06:45 |
ifat_afek | pandy: Hi :-) | 06:58 |
ifat_afek | It is possible to deploy Vitrage in a container, but it is not documented | 06:58 |
pandy | ifat_afek, nice to hear. Can you please share docs :) | 06:59 |
ifat_afek | and the problem is with vitrage-dashboard, that is an Horizon plugin | 06:59 |
ifat_afek | unfortunately, I don’t have it documented | 06:59 |
pandy | FYI, we are not looking forward horizon plugin | 06:59 |
pandy | even for monasca and other components we are managing through other dashboard like grafana .. | 07:00 |
ifat_afek | the benefit of Vitrage is with its RCA capabilites, are you going to use them via API call? | 07:00 |
ifat_afek | also, it can be used for creating deduced alarms. and then, who will consume these alarms? | 07:01 |
pandy | Yes we have our own launchpad dashboard, from there we will call this API | 07:01 |
pandy | Vitrage don't have dashboard like Grafana to view ? | 07:03 |
eyalb | vitrage ui is only at horizon it doesn't have something like graphana | 07:03 |
*** bobh has joined #openstack-vitrage | 07:04 | |
ifat_afek | we have a POC of running React plugin inside Horizon, which will allow us to write nicer UI. but it will take time | 07:04 |
ifat_afek | #link https://www.openstack.org/summit/denver-2019/summit-schedule/events/23274/easy-steps-to-create-your-own-awesome-dashboard-plugin-with-react | 07:05 |
ifat_afek | btw, Grafana is great for showing metrics. Vitrage shows alarms | 07:05 |
*** e0ne has joined #openstack-vitrage | 07:06 | |
pandy | ifat_afek, in Monasca Project Grafana/Monasca-datasource fetch and show metrics, alarms and alarm-defintions | 07:06 |
eyalb | the probelm is that i dont think we can show RCA in graphana | 07:07 |
eyalb | it is a unique ui | 07:08 |
pandy | okay, can we send RCA in message channel like slack, email ? | 07:08 |
*** bobh has quit IRC | 07:09 | |
*** e0ne has quit IRC | 07:09 | |
eyalb | the rca is represented as json and you can retreive it using an API | 07:09 |
eyalb | you can write your own ui that will visualize the rca from json | 07:10 |
eyalb | deduces alarms are sent using a notifier you can write a notfier that will sent it to slack | 07:11 |
eyalb | or email | 07:11 |
eyalb | at the moment we dont have an email or a slack notifier | 07:11 |
pandy | yes, that's what I am thinking fetch data from API and view in our dashboard. Just checking whether in vitrage do we have options to send notification to slack | 07:11 |
eyalb | you can write one it is not complicated | 07:12 |
pandy | oh understand, currently dont have that option hope down the line will be done :) | 07:12 |
eyalb | we have a web hook that send notifications maybe you can use it to notify on deduced alarms | 07:13 |
eyalb | but I dont know the api for slack | 07:13 |
eyalb | it just sends a simple https post with the data | 07:14 |
*** e0ne has joined #openstack-vitrage | 07:16 | |
pandy | really, thats awesome. Can I have detailed deployment docs so it will be greatly helpful. am reading https://docs.openstack.org/vitrage/latest/install/index.html | 07:16 |
pandy | Also is that possible to fetch data of nova, cinder through libvirt plugin ? | 07:19 |
pandy | My concern is dont want to make changes to nova, cinder configuration file, but is there any alternative way to do it ? | 07:22 |
eyalb | the problem is that we consume notification from the bus and if someone else is also consuming from the bus we wont get the notifications | 07:23 |
eyalb | so thats why we change the configurations to send them to another topic which is spectial for vitrage | 07:24 |
ifat_afek | the datasources work in two ways: once in 10 minutes (by default) it polls all updated information from nova/cinder/neutron. but for fast reaction, it also listens to notificaions. without the notifications you will have late updates | 07:27 |
pandy | understood, assume I have made changes to corresponding configuration file, do i need to restart services to reflect ? | 07:28 |
pandy | i saw creating two topics for sending messages | 07:29 |
*** ifat_afek has quit IRC | 07:30 | |
*** ifat_afek has joined #openstack-vitrage | 07:32 | |
*** bobh has joined #openstack-vitrage | 07:37 | |
*** bobh has quit IRC | 07:41 | |
*** e0ne has quit IRC | 07:52 | |
*** e0ne has joined #openstack-vitrage | 07:58 | |
*** e0ne has quit IRC | 07:59 | |
*** e0ne has joined #openstack-vitrage | 08:10 | |
*** ifat_afek has quit IRC | 08:20 | |
*** ifat_afek has joined #openstack-vitrage | 08:22 | |
eyalb | @pandy yes you need to restart | 08:26 |
openstackgerrit | Eyal proposed openstack/vitrage master: Support python 3.6 and 3.7 https://review.openstack.org/652950 | 09:17 |
openstackgerrit | Eyal proposed openstack/python-vitrageclient master: Support python 3.6 and 3.7 https://review.openstack.org/652951 | 09:21 |
openstackgerrit | Eyal proposed openstack/vitrage-tempest-plugin master: Support python 3.6 and 3.7 https://review.openstack.org/652952 | 09:22 |
*** bobh has joined #openstack-vitrage | 11:48 | |
*** bobh has quit IRC | 11:53 | |
*** bobh has joined #openstack-vitrage | 12:10 | |
*** bobh has quit IRC | 12:18 | |
*** pandy has quit IRC | 12:31 | |
*** pandy has joined #openstack-vitrage | 12:50 | |
openstackgerrit | Merged openstack/vitrage-dashboard master: Use python3 for integration tests https://review.openstack.org/651814 | 12:51 |
*** bobh has joined #openstack-vitrage | 13:07 | |
*** pandy has quit IRC | 13:23 | |
*** bobh has quit IRC | 13:50 | |
openstackgerrit | Merged openstack/vitrage master: Dropping the py35 testing https://review.openstack.org/652479 | 14:06 |
*** bobh has joined #openstack-vitrage | 14:39 | |
*** bobh has quit IRC | 14:41 | |
*** eyalb has quit IRC | 14:56 | |
openstackgerrit | Merged openstack/vitrage-tempest-plugin master: Support python 3.6 and 3.7 https://review.openstack.org/652952 | 15:26 |
openstackgerrit | Merged openstack/python-vitrageclient master: Support python 3.6 and 3.7 https://review.openstack.org/652951 | 15:27 |
*** e0ne has quit IRC | 15:31 | |
*** pandy has joined #openstack-vitrage | 16:02 | |
*** ifat_afek has quit IRC | 16:34 | |
*** e0ne has joined #openstack-vitrage | 17:32 | |
*** e0ne has quit IRC | 17:49 | |
*** pandy has quit IRC | 18:21 | |
*** irclogbot_2 has quit IRC | 18:39 | |
*** irclogbot_3 has joined #openstack-vitrage | 18:41 | |
*** bobh has joined #openstack-vitrage | 19:25 | |
*** bobh has quit IRC | 19:28 | |
*** bobh has joined #openstack-vitrage | 19:37 | |
*** bobh has quit IRC | 20:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!