*** openstackgerrit has joined #openstack-vitrage | 02:19 | |
openstackgerrit | MinWookKim proposed openstack/vitrage-dashboard master: Add action list panel for entity click action https://review.openstack.org/544151 | 02:19 |
---|---|---|
*** liusheng has quit IRC | 02:43 | |
*** liusheng has joined #openstack-vitrage | 02:43 | |
openstackgerrit | MinWookKim proposed openstack/vitrage-dashboard master: Add action list panel for entity click action https://review.openstack.org/544151 | 03:58 |
*** diablo_rojo has quit IRC | 05:34 | |
*** eyalb has joined #openstack-vitrage | 06:34 | |
*** ifat_afek has joined #openstack-vitrage | 07:36 | |
*** annarez has joined #openstack-vitrage | 08:13 | |
openstackgerrit | Anna Reznikov proposed openstack/vitrage master: adding support for networkx 2.0 https://review.openstack.org/544233 | 10:15 |
*** ifat_afek has quit IRC | 10:16 | |
*** ifat_afek has joined #openstack-vitrage | 11:05 | |
sq4ind | Good Morning, is there any way to add ceph status to the EntityGraph/Topology ? I am trying to add it via the static datasource but with no luck ;/ (ocata on centos7) | 11:44 |
ifat_afek | Hi sq4ind :-) | 11:45 |
ifat_afek | Let me better understand: in order to see Ceph status in Vitrage, you need two things: 1. to see a “Ceph” entity in the entity graph 2. to have an alarm on Ceph by a monitor | 11:46 |
ifat_afek | The static datasource can help you with #1. Is that what you tried? | 11:46 |
ifat_afek | And about #2, do you have a monitor or an external data source that can tell you Ceph status? | 11:47 |
sq4ind | yep that's true, however I cannot see ceph in the entity ;/ | 11:47 |
sq4ind | ifat_afek: yep, nagios is monitoring ceph cluster status | 11:47 |
ifat_afek | We don’t have a datasource for Ceph at the moment. You can create one, or add it as a static entity | 11:49 |
sq4ind | ifat_afek: I know, i wanted to add it as a static entity, but with no luck ;/ | 11:49 |
ifat_afek | As a static datasource, you can define a “Ceph” entity that is connected to the relevant computes. Is this what you have in mind? | 11:49 |
sq4ind | ifat_afek: yes | 11:50 |
ifat_afek | Are you using the static datasource or the static_physical? I believe that in Ocata we already had the static datasource, which is better | 11:50 |
sq4ind | https://pastebin.com/8Z3Rdy7v | 11:51 |
ifat_afek | You should add in your static yaml file also the target as an entity | 11:53 |
ifat_afek | e.g.: | 11:53 |
ifat_afek | - static_id: nova0.domain.com | 11:54 |
ifat_afek | type: ??? | 11:54 |
ifat_afek | name: nova0.domain.com | 11:54 |
ifat_afek | state: active | 11:54 |
ifat_afek | And BTW, when you write type ‘host’, do you mean Nova host? because in Vitrage the hosts are of type “nova.host” | 11:54 |
sq4ind | ah ok | 11:55 |
sq4ind | will try it | 11:55 |
sq4ind | now | 11:55 |
ifat_afek | Note that after each change of the static file you should restart the vitrage graph | 11:55 |
ifat_afek | Let us know if you need more help | 11:55 |
sq4ind | yep doing it :) | 11:57 |
sq4ind | ifat_afek: thank you ! | 11:57 |
ifat_afek | No problem :-) | 11:57 |
openstackgerrit | Anna Reznikov proposed openstack/vitrage master: adding support for networkx 2.0 https://review.openstack.org/544233 | 12:17 |
sq4ind | ifat_afek: no luck;/ let leave ceph for a moment. When I am trying to set up a switch like this: https://pastebin.com/0tCqP6Eq I am getting this error: https://pastebin.com/GxkXWeWE Any idea what I am doing wrong ? | 12:24 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/vitrage master: Updated from global requirements https://review.openstack.org/544291 | 12:36 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/vitrage-tempest-plugin master: Updated from global requirements https://review.openstack.org/544292 | 12:37 |
*** eyalb has quit IRC | 12:51 | |
openstackgerrit | Merged openstack/vitrage-tempest-plugin master: Updated from global requirements https://review.openstack.org/544292 | 13:18 |
ifat_afek | sq4ind: I’ll check it and get back to you, ok? | 13:44 |
sq4ind | ifat_afek: no problem at all :) | 13:50 |
sq4ind | ifat_afek: when I've added id: to the config file (like here: https://docs.openstack.org/vitrage/latest/contributor/static-config.html) errors are not occuring any more in log, however I still cannot see the static datasource in the Entity Graph ;/ | 13:51 |
ifat_afek | sq4ind: just to make sure - do you have ‘static’ defined in your list of ‘types’ in /etc/vitrage/vitrage.conf? | 13:59 |
ifat_afek | Regarding the id - it is needed for static entities. Looks like we have (or had in Ocata) a bug that if the id is missing there is an exception. We should have had a validation mechanism for the static file, unfortunately we don’t have it. | 14:01 |
sq4ind | ifat_afek: yes I have static in the type, like this: types = nova.host,nova.instance,nova.zone,cinder.volume,neutron.port,neutron.network,nagios,static | 14:02 |
sq4ind | and another piece of config for static datasaources | 14:06 |
sq4ind | [static] | 14:06 |
sq4ind | directory = /etc/vitrage/static_datasources/ | 14:06 |
sq4ind | changes_interval = 30 | 14:06 |
sq4ind | in /etc/vitrage/vitrage.conf | 14:06 |
ifat_afek | Well, it looks ok. I’ll check it on my env | 14:15 |
sq4ind | ifat_afek: thanks | 14:16 |
ifat_afek | sq4ind: I tested your file in a Queens devstack and it works. Can you please send me the graph.log file? might be easier in the mailing list | 14:44 |
ifat_afek | It works with the id. Without the id I get the same error as you did | 14:44 |
openstackgerrit | Merged openstack/vitrage master: Updated from global requirements https://review.openstack.org/544291 | 14:44 |
sq4ind | ifat_afek: and the switch is being added to the entity graph ? | 14:47 |
ifat_afek | Yes, and it is connected to the network | 14:55 |
ifat_afek | Try also to check if you get the switch in ‘vitrage topology show’ | 14:56 |
ifat_afek | But I’m using Queens, so maybe there was a bug in Ocata | 14:56 |
ifat_afek | BTW, before sending me the logs, please set debug=true in vitrage.conf and restart the vitrage-graph service | 14:57 |
sq4ind | ifat_afek: I will shortly, can you please provide me with the mailing list address? Thanks | 14:59 |
ifat_afek | Are you registered on openstack-dev mailing list? you can only use it if you are registered | 15:01 |
ifat_afek | http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev | 15:02 |
ifat_afek | If you send an email to that list, please write a [vitrage] tag in the beginning of the title, so only Vitrage developers will get it. If you don’t want to register to the list, you can email me directly: ifat.afek@nokia.com | 15:03 |
*** bobh has joined #openstack-vitrage | 15:05 | |
-openstackstatus- NOTICE: Due to a race in stable/queens branch creation and some job removals, Zuul has reported syntax errors for the past hour; if you saw a syntax error reported for "Job tripleo-ci-centos-7-ovb-containers-oooq not defined" you can safely recheck now | 15:05 | |
*** annarez has quit IRC | 15:16 | |
*** aasmith has quit IRC | 15:17 | |
*** aasmith has joined #openstack-vitrage | 15:18 | |
sq4ind | ifat_afek: thanks, I will send it tomorrow as I have to go now. Have a nice day! | 15:55 |
ifat_afek | Thanks, have a nice day too :-) | 15:58 |
*** ifat_afek has quit IRC | 16:31 | |
openstackgerrit | Merged openstack/vitrage master: adding support for networkx 2.0 https://review.openstack.org/544233 | 16:53 |
*** annarez has joined #openstack-vitrage | 17:09 | |
*** diablo_rojo has joined #openstack-vitrage | 17:15 | |
*** annarez has quit IRC | 17:26 | |
*** openstackgerrit has quit IRC | 18:33 | |
*** bobh has quit IRC | 18:58 | |
*** bobh has joined #openstack-vitrage | 19:38 | |
*** bobh has quit IRC | 22:17 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!