*** kushalMFX0QH has joined #openstack-kayobe | 01:25 | |
*** egonzalez has joined #openstack-kayobe | 07:44 | |
*** dougsz has joined #openstack-kayobe | 08:41 | |
*** mgoddard has joined #openstack-kayobe | 09:29 | |
*** openstackgerrit has joined #openstack-kayobe | 10:56 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Add CI job for molecule tests https://review.openstack.org/553020 | 10:56 |
---|---|---|
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Add CI job for molecule tests https://review.openstack.org/553020 | 11:37 |
*** dougsz has quit IRC | 11:55 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: WIP: Add CI job for molecule tests https://review.openstack.org/553020 | 12:58 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add CI job for molecule tests https://review.openstack.org/553020 | 13:04 |
openstackgerrit | Doug Szumski proposed openstack/kayobe master: Add support for deploying Apache Kafka https://review.openstack.org/552640 | 14:23 |
openstackgerrit | Doug Szumski proposed openstack/kayobe master: Use control group for Zookeeper https://review.openstack.org/554239 | 14:23 |
*** anadahzlp has joined #openstack-kayobe | 15:57 | |
*** egonzalez has quit IRC | 15:58 | |
*** diranerpi_ has joined #openstack-kayobe | 16:11 | |
diranerpi_ | Hi | 16:16 |
diranerpi_ | There is a way to customize telegraf config file like we done for other service (nova.conf ...) through {{ kolla_config_path }}/config/telegraf.conf. | 16:16 |
diranerpi_ | In fact i'm trying to add docker metric support by adding this | 16:16 |
diranerpi_ | http://paste.openstack.org/show/704659/ | 16:16 |
diranerpi_ | But nothing happens , telegraf.conf file were not update on overcloud host after reconfigure the service | 16:17 |
diranerpi_ | I think that i need to add special section in this file https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/telegraf/templates/telegraf.conf.j2 | 16:21 |
diranerpi_ | and add an option in kolla.yml to enable telegraf docker metric support | 16:22 |
mgoddard | hi diranerpi_: here is where the config file is templated: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/telegraf/tasks/config.yml#L29 | 16:47 |
mgoddard | because the file format is not supported for merging, it uses 'with_first_found' - you need to override all config options | 16:47 |
mgoddard | It looks like it has some support for additional config via 'plugins': https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/telegraf/tasks/config.yml#L48 | 16:48 |
mgoddard | this seems a bit broken though - the plugin configs need to be added into the kolla-ansible role under ansible/roles/telegraf/templates/config/ | 16:49 |
mgoddard | also, it's checking 'item.value.enabled | bool' when item is a string, which will blow up | 16:49 |
mgoddard | I don't think it has been tested | 16:50 |
mgoddard | finally, kayobe doesn't yet support adding extra config for telegraf | 16:51 |
mgoddard | would not be too hard to add though | 16:51 |
diranerpi_ | mgoddard: Hi mgoddard | 16:53 |
diranerpi_ | Thanks for those information | 16:53 |
diranerpi_ | it's not as simple as expected :-) | 16:54 |
mgoddard | diranerpi_: it never is! | 16:56 |
diranerpi_ | life is too hard ^^ | 16:58 |
mgoddard | we wouldn't have jobs if it was easy :) | 16:59 |
mgoddard | I would recommend fixing the kolla-ansible telegraf config | 17:00 |
mgoddard | first of all, s/item.value.enabled/service.enabled/ on L59 | 17:01 |
*** dougsz has joined #openstack-kayobe | 17:01 | |
diranerpi_ | Ok ! | 17:01 |
mgoddard | then modify the with_fileglob to look somewhere sensible, e.g. {{ node_custom_config }}/telegraf/plugins/ | 17:02 |
mgoddard | maybe keep the existing fileglob for backwards compat | 17:02 |
mgoddard | then we can add kayobe support for telegraf config | 17:02 |
mgoddard | ktibi has made similar changes in kayobe previously, he should be able to help | 17:03 |
diranerpi_ | ok ! i will check it with him | 17:04 |
diranerpi_ | thanks again mgoddard | 17:04 |
mgoddard | np | 17:06 |
*** diranerpi_ has quit IRC | 17:09 | |
*** dougsz has quit IRC | 18:20 | |
*** openstackgerrit has quit IRC | 18:48 | |
*** mgoddard has quit IRC | 21:14 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!