*** bobh has quit IRC | 00:59 | |
*** spsurya has joined #openstack-vitrage | 01:01 | |
*** bobh has joined #openstack-vitrage | 01:26 | |
*** bobh has quit IRC | 01:48 | |
*** eyalb has joined #openstack-vitrage | 05:14 | |
openstackgerrit | Eyal proposed openstack/vitrage master: Do not review. Test commit https://review.opendev.org/663437 | 05:57 |
---|---|---|
openstackgerrit | Eyal proposed openstack/vitrage master: Do not review. Test commit https://review.opendev.org/663437 | 06:14 |
*** e0ne has joined #openstack-vitrage | 06:19 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/vitrage master: Refactor vitrage to use global CONF instead of local one https://review.opendev.org/577388 | 06:23 |
*** e0ne has quit IRC | 07:05 | |
*** e0ne has joined #openstack-vitrage | 07:06 | |
*** brault has joined #openstack-vitrage | 07:17 | |
*** e0ne has quit IRC | 07:26 | |
*** brault has quit IRC | 07:56 | |
*** brault has joined #openstack-vitrage | 07:57 | |
*** brault has quit IRC | 08:01 | |
*** brault has joined #openstack-vitrage | 08:34 | |
openstackgerrit | Eyal proposed openstack/vitrage master: Configure nova to send versioned and unversioned notifications https://review.opendev.org/663535 | 08:37 |
*** brault has quit IRC | 08:47 | |
*** e0ne has joined #openstack-vitrage | 08:49 | |
e0ne | eyalb: hi. are you around? | 08:52 |
eyalb | yep | 08:52 |
e0ne | I've got a question about this https://review.opendev.org/#/c/625048/ patch | 08:53 |
e0ne | I don't understand why do we disable all our APIs in case if graph service doesn't work | 08:54 |
eyalb | are you talking about graph not ready ? | 08:55 |
eyalb | I added I flag that can be used to disable this | 08:56 |
e0ne | or if graph service is not started at all | 08:56 |
e0ne | which flag are you talking about? | 08:57 |
eyalb | https://review.opendev.org/#/c/662631/ | 08:58 |
e0ne | eyalb: thanks | 08:59 |
e0ne | it's a bit better with this config option | 08:59 |
eyalb | yes thats why I added it | 08:59 |
e0ne | the one more thing about our APIs | 09:00 |
e0ne | `vitrage service list` is mostly useless if some service is down | 09:00 |
e0ne | from operator and monitoring perspective it's good to know if some service went down | 09:01 |
eyalb | if the service is down than you wont see it in vitrage service list | 09:01 |
eyalb | you want to see the status of it if it is down ? | 09:02 |
e0ne | yes, I want to see the service status | 09:03 |
eyalb | ok need to fix this | 09:03 |
openstackgerrit | Ivan Kolodyazhny proposed openstack/vitrage master: Enable both versioned and unversioned notifications https://review.opendev.org/663552 | 09:04 |
e0ne | eyalb: it will be easier to implement vitrage monitoring if we'll have a status in the list | 09:05 |
eyalb | yes i agree | 09:05 |
e0ne | it's how cinder does: http://paste.openstack.org/ | 09:05 |
e0ne | http://paste.openstack.org/show/752576/ | 09:06 |
e0ne | ok, it's good that we're on the same page | 09:06 |
eyalb | can you open a story for that ? | 09:07 |
e0ne | yes, I'll do it shortly | 09:08 |
eyalb | cool thanks | 09:09 |
e0ne | one more issue I discovered last night | 09:09 |
e0ne | here is an exception in graph service with the default configuration deployed by devstack: http://paste.openstack.org/show/752578/ | 09:09 |
e0ne | I didn't have a time yet to dig into it to understand the root cause | 09:10 |
eyalb | devstack installtion should enable the global index for heat | 09:10 |
eyalb | we allready address that | 09:11 |
eyalb | maybe you had an old devstack | 09:11 |
e0ne | here is my local.conf: http://paste.openstack.org/show/752579/ | 09:11 |
e0ne | I reprodused in on a new VM with the latest devstack and vitrage | 09:12 |
eyalb | https://github.com/openstack/vitrage/blob/master/devstack/plugin.sh#L340-L346 | 09:12 |
eyalb | I need to check why this doesn't work because it workd before | 09:13 |
eyalb | you need to update your local conf | 09:14 |
e0ne | I've got that line in /etc/heat/policy.yaml | 09:14 |
eyalb | you need to add | 09:14 |
eyalb | [[post-config|$HEAT_CONF]] | 09:15 |
eyalb | [DEFAULT] | 09:15 |
eyalb | notification_topics = notifications,vitrage_notifications | 09:15 |
eyalb | notification_driver = messagingv2 | 09:15 |
eyalb | policy_file = /etc/heat/policy.yaml | 09:15 |
eyalb | to your local.conf | 09:15 |
eyalb | take a look at gate_hook.sh as a reference | 09:15 |
e0ne | eyalb: thanks, I'll try do do it a bit later today | 09:15 |
e0ne | need to bootstrap a fresh vm for it | 09:16 |
eyalb | no problem | 09:16 |
e0ne | my local.conf is based on https://github.com/openstack/vitrage/tree/master/devstack. I'll propose a patch once I'll test your solution | 09:18 |
e0ne | looks like we need to add a nova notification line there too | 09:18 |
openstackgerrit | Eyal proposed openstack/vitrage master: Configure nova to send versioned and unversioned notifications https://review.opendev.org/663535 | 10:01 |
openstackgerrit | Ivan Kolodyazhny proposed openstack/vitrage master: Configure nova to send versioned and unversioned notifications https://review.opendev.org/663535 | 10:16 |
openstackgerrit | Merged openstack/python-vitrageclient master: Add option to wait for add and delete template https://review.opendev.org/661741 | 10:28 |
*** brault has joined #openstack-vitrage | 10:56 | |
*** brault has quit IRC | 11:01 | |
openstackgerrit | Eyal proposed openstack/python-vitrageclient master: WIP: Add option to overwrite when adding template https://review.opendev.org/663606 | 11:28 |
openstackgerrit | Eyal proposed openstack/vitrage master: WIP: Add option to overwrite when adding template https://review.opendev.org/663608 | 11:29 |
openstackgerrit | Eyal proposed openstack/vitrage master: WIP: Add option to overwrite when adding template https://review.opendev.org/663608 | 11:37 |
openstackgerrit | Eyal proposed openstack/vitrage master: WIP: Add option to overwrite when adding template https://review.opendev.org/663608 | 11:47 |
openstackgerrit | Eyal proposed openstack/vitrage master: WIP: Add option to overwrite when adding template https://review.opendev.org/663608 | 11:48 |
*** eyalb has quit IRC | 11:57 | |
*** brault has joined #openstack-vitrage | 12:59 | |
openstackgerrit | Merged openstack/vitrage master: Configure nova to send versioned and unversioned notifications https://review.opendev.org/663535 | 13:00 |
*** brault has quit IRC | 13:03 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/vitrage master: Update Devstack plugin README https://review.opendev.org/663663 | 13:35 |
*** brault has joined #openstack-vitrage | 14:06 | |
*** brault has quit IRC | 14:11 | |
*** brault has joined #openstack-vitrage | 14:56 | |
*** e0ne has quit IRC | 15:45 | |
*** bobh has joined #openstack-vitrage | 17:15 | |
*** bobh has quit IRC | 17:22 | |
*** spsurya has quit IRC | 17:40 | |
*** e0ne has joined #openstack-vitrage | 18:26 | |
*** e0ne has quit IRC | 18:31 | |
*** e0ne has joined #openstack-vitrage | 18:32 | |
*** e0ne has quit IRC | 18:38 | |
*** e0ne has joined #openstack-vitrage | 19:17 | |
*** e0ne has quit IRC | 20:05 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!