*** bobh has joined #openstack-monasca | 00:03 | |
*** Kuckkuck has quit IRC | 00:18 | |
openstackgerrit | James Gu proposed openstack/monasca-agent master: Monasca agent on ESX hangs on collector autorestart https://review.openstack.org/426112 | 00:19 |
---|---|---|
openstackgerrit | Li Yingjun proposed openstack/monasca-agent master: Fix libvirt plugin when using keystone v3 https://review.openstack.org/356815 | 00:35 |
*** notq has quit IRC | 00:42 | |
*** bobh has quit IRC | 01:19 | |
*** Kuckkuck has joined #openstack-monasca | 01:26 | |
*** Kuckkuck has quit IRC | 01:49 | |
*** zhurong has joined #openstack-monasca | 02:10 | |
*** Kuckkuck has joined #openstack-monasca | 02:54 | |
*** Fdaisuke_ has joined #openstack-monasca | 03:08 | |
*** Fdaisuke has quit IRC | 03:09 | |
*** Kuckkuck has quit IRC | 03:19 | |
*** zhurong has quit IRC | 03:21 | |
*** zhurong has joined #openstack-monasca | 03:27 | |
*** zhurong has quit IRC | 03:31 | |
*** jayahn has joined #openstack-monasca | 03:41 | |
*** Fdaisuke has joined #openstack-monasca | 04:03 | |
*** Fdaisuke_ has quit IRC | 04:06 | |
*** jayahn has quit IRC | 04:12 | |
*** Kuckkuck has joined #openstack-monasca | 04:19 | |
*** zhurong has joined #openstack-monasca | 04:31 | |
*** Kuckkuck has quit IRC | 04:50 | |
*** nadya has joined #openstack-monasca | 05:46 | |
*** nadya has quit IRC | 05:48 | |
*** Kuckkuck has joined #openstack-monasca | 05:48 | |
*** zhurong has quit IRC | 06:12 | |
*** arturb has joined #openstack-monasca | 06:14 | |
*** kornicameister has joined #openstack-monasca | 06:16 | |
*** Kuckkuck has quit IRC | 06:19 | |
toabctl | kornicameister, is there any progress on getting fixes into stable/ocata ? | 06:25 |
toabctl | this is stuck since over a week iirc | 06:25 |
*** pcaruana has joined #openstack-monasca | 06:40 | |
kornicameister | we've got hint about some keystone changes | 06:41 |
kornicameister | that might have affected gates | 06:41 |
kornicameister | but I don't think that's the case | 06:41 |
kornicameister | I am getting back to that now, had some problems with local stuff | 06:41 |
toabctl | kornicameister, thx | 07:04 |
*** zhurong has joined #openstack-monasca | 07:11 | |
openstackgerrit | Merged openstack/monasca-agent master: Detect httpd on openSUSE/SLES https://review.openstack.org/456604 | 07:12 |
kornicameister | toabctl: https://review.openstack.org/#/q/branch:stable/ocata+reviewer:self+status:open | 07:15 |
kornicameister | toabctl: are the all on stable/ocata that we have currently open | 07:15 |
kornicameister | *opened | 07:15 |
kornicameister | toabctl: I think that we need to address all that keystone issues (mentioned in another review) first in the master + backport to stable/ocata | 07:16 |
kornicameister | however, looking at the gates - it does not seem like problems with keystone - at least for some cases | 07:16 |
toabctl | kornicameister, my goal is still to get a stable/ocata tarball for monasca-api and for that at least one commit must land | 07:17 |
toabctl | kornicameister, btw. your link is different for me (due to reviewer:self) | 07:18 |
kornicameister | toabctl: yeah I know - but I need to understand what the heck is wrong there to make gates passing | 07:19 |
*** Kuckkuck has joined #openstack-monasca | 07:19 | |
toabctl | kornicameister, another question about monasca-agent - does that process need to run under supervisord? or is supervisord just used to check other processes and monasca-agent can just run as a common systemd service? | 07:19 |
*** Kuckkuck_ has joined #openstack-monasca | 07:22 | |
kornicameister | monasca-agent runs as common systemd, supervisord just controls sub-components of monasca-agent | 07:22 |
kornicameister | in service file supervisord is mentioned | 07:22 |
kornicameister | with its configuration file that relates to monasca-agent components | 07:22 |
*** Kuckkuck has quit IRC | 07:25 | |
*** jamielennox has quit IRC | 07:28 | |
toabctl | kornicameister, so how should it be started? what it the cmd with parameter? do you have an example? | 07:29 |
*** jamielennox has joined #openstack-monasca | 07:42 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: [WIP] make monasca configuration visible in gate https://review.openstack.org/458371 | 07:43 |
kornicameister | toabctl: something close to supervisord -c /etc/monasca-agent/supervisor.conf | 07:45 |
toabctl | kornicameister, ok. thx | 07:47 |
kornicameister | toabctl: btw - agent can create systemd service file for you | 07:49 |
toabctl | kornicameister, hm. how? | 07:50 |
kornicameister | when you are configuring it (for the first time) with monasca-setup | 07:52 |
kornicameister | for example: http://paste.openstack.org/show/607281/ | 07:53 |
*** nadya has joined #openstack-monasca | 08:05 | |
*** nadya has quit IRC | 08:06 | |
*** nadya has joined #openstack-monasca | 08:07 | |
toabctl | kornicameister, another question - I run the tempest testsuite (ostestr -r '^monasca_tempest_tests.tests.api') and get constantly 27 (from 205) tests failing. | 08:15 |
toabctl | looks like there are no measurements . a couple of tests have "AssertionError: Failed: at least one element is needed. Number of element = 0." | 08:15 |
toabctl | eg monasca_tempest_tests.tests.api.test_measurements.TestMeasurements.test_list_measurements | 08:15 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: [WIP] make monasca configuration visible in gate https://review.openstack.org/458371 | 08:15 |
toabctl | maybe that is a common newcomer mistake? | 08:16 |
kornicameister | no, they should basically work | 08:16 |
kornicameister | btw: I also use this : https://gist.github.com/kornicameister/611a2a1e85297f2ec9a27bf3a2bbafeb#file-monasca_api in devstack | 08:17 |
kornicameister | that basically shouldn't matter | 08:17 |
kornicameister | but who knows | 08:17 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: [WIP] Fixing no keystone https://review.openstack.org/458382 | 08:18 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-log-api master: [WIP] Refactor keystone setup https://review.openstack.org/458386 | 08:21 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-agent master: Extend InfluxDB check https://review.openstack.org/454682 | 08:25 |
*** efoley has joined #openstack-monasca | 08:25 | |
*** efoley_ has joined #openstack-monasca | 08:27 | |
*** efoley has quit IRC | 08:31 | |
*** Fdaisuke_ has joined #openstack-monasca | 08:40 | |
*** Fdaisuke has quit IRC | 08:42 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: [WIP] Fixing no keystone https://review.openstack.org/458382 | 08:44 |
*** efoley__ has joined #openstack-monasca | 09:01 | |
*** efoley_ has quit IRC | 09:04 | |
kornicameister | toabctl: I got up and running stable/ocata devstack, let's see if the same errors, as in gate, are in local env | 09:09 |
toabctl | kornicameister, ok. thanks for taking care of this | 09:09 |
*** mdfo has joined #openstack-monasca | 09:11 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-log-api master: [WIP] Refactor keystone setup https://review.openstack.org/458386 | 09:21 |
kornicameister | toabctl: not without surprise, but locally stable/ocata from https://review.openstack.org/#/c/456333/ passes locally | 09:26 |
kornicameister | :/ | 09:26 |
toabctl | hm | 09:26 |
kornicameister | toabctl: yeah, tell me about that | 09:27 |
*** nadya has quit IRC | 10:01 | |
*** zhurong has quit IRC | 10:19 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-log-api master: [WIP] Refactor keystone setup https://review.openstack.org/458386 | 10:40 |
openstackgerrit | Artur Basiak proposed openstack/monasca-log-api master: Removing custom configuration for tempest https://review.openstack.org/458442 | 10:41 |
kornicameister | toabctl: re-tried ocata, and the result is the same | 10:42 |
kornicameister | toabctl: I have literally no idea what's wrong | 10:42 |
*** nadya has joined #openstack-monasca | 10:45 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: [WIP] make monasca configuration visible in gate https://review.openstack.org/458371 | 10:53 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: MonPersister does not longer require persister.yml https://review.openstack.org/458451 | 10:57 |
openstackgerrit | Artur Basiak proposed openstack/monasca-log-api master: Removing custom configuration for tempest https://review.openstack.org/458442 | 10:59 |
*** efoley_ has joined #openstack-monasca | 11:06 | |
*** efoley__ has quit IRC | 11:09 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-log-api master: [WIP] Refactor keystone setup https://review.openstack.org/458386 | 11:11 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-log-api master: [WIP] Refactor keystone setup https://review.openstack.org/458386 | 11:11 |
*** zhurong has joined #openstack-monasca | 11:17 | |
openstackgerrit | Artur Basiak proposed openstack/monasca-log-api master: Removing custom configuration for tempest https://review.openstack.org/458442 | 11:32 |
*** openstackgerrit has quit IRC | 11:32 | |
*** bobh has joined #openstack-monasca | 11:36 | |
*** openstackgerrit has joined #openstack-monasca | 11:51 | |
openstackgerrit | Artur Basiak proposed openstack/monasca-api master: Modify tempest options https://review.openstack.org/458470 | 11:51 |
*** bobh has quit IRC | 12:14 | |
*** zenirc369 has joined #openstack-monasca | 12:19 | |
zenirc369 | hi guys | 12:28 |
zenirc369 | does the current code in opensource support the following https://docs.hpcloud.com/hos-4.x/helion/operations/monitoring/alarm_metrics.html | 12:32 |
*** zenirc369 has quit IRC | 12:55 | |
*** bobh has joined #openstack-monasca | 13:00 | |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-api master: Modify tempest options https://review.openstack.org/458470 | 13:24 |
openstackgerrit | Tomasz Trębski proposed openstack/monasca-log-api master: Removing custom configuration for tempest https://review.openstack.org/458442 | 13:25 |
*** ig0r_ has joined #openstack-monasca | 13:35 | |
*** bobh has quit IRC | 13:40 | |
*** bobh has joined #openstack-monasca | 13:45 | |
*** sc has joined #openstack-monasca | 14:00 | |
*** rbrndt has joined #openstack-monasca | 14:11 | |
*** rhochmuth has joined #openstack-monasca | 14:38 | |
*** rhochmuth has quit IRC | 14:58 | |
*** bobh has quit IRC | 15:02 | |
openstackgerrit | sumitjami proposed openstack/monasca-agent master: monasca_setup: updated ovs detection plugin to use oslo_config https://review.openstack.org/458541 | 15:02 |
*** zenirc369 has joined #openstack-monasca | 15:07 | |
*** notq has joined #openstack-monasca | 15:10 | |
*** pcaruana has quit IRC | 15:14 | |
*** bobh has joined #openstack-monasca | 15:28 | |
*** nadya has quit IRC | 15:29 | |
*** ig0r_ has quit IRC | 16:01 | |
*** zenirc369 has quit IRC | 16:07 | |
*** zhurong has quit IRC | 16:11 | |
*** Kuckkuck_ has quit IRC | 16:17 | |
*** zenirc369 has joined #openstack-monasca | 16:43 | |
*** zenirc369 has quit IRC | 16:49 | |
*** zenirc369 has joined #openstack-monasca | 16:49 | |
openstackgerrit | Mike Worley proposed openstack/monasca-agent master: Configurable logrotate in agent https://review.openstack.org/458271 | 16:58 |
*** efoley_ has quit IRC | 17:12 | |
*** Kuckkuck has joined #openstack-monasca | 17:18 | |
*** ig0r_ has joined #openstack-monasca | 17:31 | |
*** Kuckkuck has quit IRC | 17:33 | |
*** nadya has joined #openstack-monasca | 17:55 | |
*** nadya has quit IRC | 18:01 | |
*** rhochmuth has joined #openstack-monasca | 18:09 | |
*** rbrndt has quit IRC | 18:10 | |
*** notq has quit IRC | 18:41 | |
*** rbrndt has joined #openstack-monasca | 18:52 | |
openstackgerrit | Kaiyan Sheng proposed openstack/monasca-agent master: Add Kubernetes API plugin https://review.openstack.org/427321 | 21:17 |
openstackgerrit | Kaiyan Sheng proposed openstack/monasca-agent master: Add Kubernetes API plugin https://review.openstack.org/427321 | 21:19 |
openstackgerrit | Andrea Adams proposed openstack/python-monascaclient master: Add cli functionality for alarm grouping https://review.openstack.org/458661 | 21:29 |
*** zenirc369 has quit IRC | 21:45 | |
*** bobh has quit IRC | 21:54 | |
openstackgerrit | Andrea Adams proposed openstack/python-monascaclient master: Add cli functionality for alarm grouping https://review.openstack.org/458661 | 21:57 |
openstackgerrit | Kaiyan Sheng proposed openstack/monasca-agent master: Add Kubernetes API plugin https://review.openstack.org/427321 | 22:02 |
*** jamielennox is now known as jamielennox|away | 22:25 | |
*** jamielennox|away is now known as jamielennox | 22:29 | |
*** Kuckkuck has joined #openstack-monasca | 22:42 | |
*** rbrndt has quit IRC | 22:48 | |
*** rbrndt has joined #openstack-monasca | 22:49 | |
*** rbrndt has quit IRC | 22:49 | |
openstackgerrit | Andrea Adams proposed openstack/python-monascaclient master: Add cli functionality for alarm grouping https://review.openstack.org/458661 | 22:55 |
*** Kuckkuck has quit IRC | 22:55 | |
openstackgerrit | Andrea Adams proposed openstack/python-monascaclient master: Add cli functionality for alarm grouping https://review.openstack.org/458661 | 23:02 |
*** rbak has quit IRC | 23:25 | |
*** kei_yama has joined #openstack-monasca | 23:33 | |
*** rhochmuth has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!