Tuesday, 2017-02-14

openstackgerritMerged openstack/ceilometer master: fix gnocchi url links  https://review.openstack.org/43321900:05
*** g3ek has joined #openstack-telemetry00:06
*** catintheroof has quit IRC00:25
*** thorst_ has quit IRC00:30
*** thorst_ has joined #openstack-telemetry00:30
*** thorst_ has quit IRC00:31
*** dave-mccowan has joined #openstack-telemetry00:34
openstackgerritMerged openstack/gnocchi master: fix bad slash migration  https://review.openstack.org/43110100:41
*** adriant has joined #openstack-telemetry00:44
*** iceyao has joined #openstack-telemetry00:49
*** dave-mcc_ has joined #openstack-telemetry00:59
*** dave-mccowan has quit IRC01:01
*** tlian has quit IRC01:15
*** thorst_ has joined #openstack-telemetry01:17
*** thorst_ has quit IRC01:17
openstackgerrityuhui proposed openstack/ceilometer master: Correct some spelling errors  https://review.openstack.org/43337901:22
openstackgerritliusheng proposed openstack/python-aodhclient master: Trivial-fix: make the capabilities help message more specific in OSC  https://review.openstack.org/43338501:44
*** gongysh has joined #openstack-telemetry01:49
*** thorst_ has joined #openstack-telemetry02:02
*** lhx__ has joined #openstack-telemetry02:07
openstackgerritliusheng proposed openstack/python-aodhclient master: Use alarming client initialized by OSC for CLI  https://review.openstack.org/43339602:15
*** korean101 has joined #openstack-telemetry02:22
korean101hi guys02:23
korean101anyone knows this error? (aodh-api: error: unrecognized arguments: --logfile)02:23
korean101i use RDO (Newton) on CentOS 702:23
korean101this is not me but same errors (https://ask.openstack.org/en/question/100018/aodh-api-aodh-api-error-unrecognized-arguments-logfile-varlogaodhapilog/)02:24
korean101i remove --logfile args, then can start daemon02:27
korean101but other error came out02:27
korean101(CRITICAL aodh [-] error: [Errno 98] Address already in use)02:28
*** thorst_ has quit IRC02:29
korean101https://bugs.launchpad.net/aodh/+bug/164805102:30
openstackLaunchpad bug 1648051 in Aodh "aodh-api active: failed" [Undecided,Invalid]02:30
korean101this bugs?02:30
lhx__korean101, aodh-api isn't actually support ogfile argument02:43
korean101lhx02:44
korean101yes i remove that args02:44
korean101lhx__: but another problem came out02:45
lhx__korean101, what's up?02:45
korean101(CRITICAL aodh [-] error: [Errno 98] Address already in use)02:46
*** sudipto has joined #openstack-telemetry02:48
*** sudipto_ has joined #openstack-telemetry02:48
lhx__korean101, as jdanjou said, you should use mod_wsgi or uwsgi or something else02:51
lhx__http://docs.openstack.org/developer/aodh/02:52
lhx__you can find how to install using mod_wsgi or uwsgi in the doc02:52
lhx__korean101, you can add comments under the bug 1648051 if you have some more questions :)03:00
openstackbug 1648051 in Aodh "aodh-api active: failed" [Undecided,Invalid] https://launchpad.net/bugs/164805103:00
*** Guest50016 has quit IRC03:02
openstackgerritHanxi Liu proposed openstack/ceilometer master: fix [service_credentials] section location  https://review.openstack.org/43341303:09
*** tlian has joined #openstack-telemetry03:19
*** thorst_ has joined #openstack-telemetry03:29
*** thorst_ has quit IRC03:30
openstackgerritMerged openstack/gnocchi master: ensure original_resource_id is not none  https://review.openstack.org/43243103:33
korean101lhx__: many thanks03:39
*** david-lyle_ has joined #openstack-telemetry03:56
*** david-lyle has quit IRC03:58
*** links has joined #openstack-telemetry03:59
*** dave-mcc_ has quit IRC04:07
*** tlian has quit IRC04:23
*** thorst_ has joined #openstack-telemetry04:30
*** thorst_ has quit IRC04:35
*** donghao has joined #openstack-telemetry04:42
*** donghao has quit IRC04:46
*** sudipto_ has quit IRC04:50
*** sudipto has quit IRC04:50
korean101lhx__: i follow this manul (https://docs.openstack.org/developer/aodh/install/mod_wsgi.html)04:53
korean101lhx__: but why aodh try to connet port 8000?04:54
korean101lhx__: openstack-heat-api-cfn owns port 8000 (http://docs.openstack.org/newton/config-reference/firewalls-default-ports.html)04:54
korean101lhx__: i strace aodh-api and got like this "bind(3, {sa_family=AF_INET, sin_port=htons(8000), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EADDRINUSE (Address already in use)"04:55
lhx__korean101, so weird, the adress and port are incorrect04:57
korean101lhx__: my testbed (http://paste.openstack.org/show/598736/)04:58
korean101lhx__: hard coding in source (http://paste.openstack.org/show/598738/)05:00
korean101lhx__: well... same issues (https://bugs.launchpad.net/aodh/+bug/1642798)05:02
openstackLaunchpad bug 1642798 in Aodh "aodh-api server can not start " [Undecided,Invalid]05:02
korean101lhx__: i got solution (http://paste.openstack.org/show/598741/)05:04
korean101lhx__: hard coding in /usr/bin/aodh-api (port 8000)05:04
korean101lhx__: aodh-api --help (  --port PORT, -p PORT  TCP port to listen on (default: 8000)05:05
korean101)05:05
lhx__korean101, if 8000 has been used, 8042 is the proper port05:05
korean101lhx__: yes. i can change05:06
korean101lhx__: but default manual is wrong05:06
lhx__yeah, 8000 is the default05:06
korean101lhx__: but port 8000 conflict over heat05:07
lhx__korean101, this should be do check for it05:08
korean101lhx__: but this documents says heat use port 8000 (http://docs.openstack.org/newton/config-reference/firewalls-default-ports.html)05:09
lhx__korean101, thank you for providing this, some quick changes should be done for it.05:13
*** Gautam has joined #openstack-telemetry05:14
korean101lhx__: oh. thanks is mine05:14
lhx__korean101, haha :)05:15
korean101lhx__: BTW is this true? "print("DANGER! For testing only, do not use in production")"05:15
korean101lhx__: i prepare to autoscaling (heat+ceilometer+aodh)05:15
lhx__korean101, i don't get it05:16
*** nadya has joined #openstack-telemetry05:16
*** nadya has quit IRC05:17
korean101lhx__: "for testing only" statement05:18
lhx__korean101, you mean you want to add tests in aodh?05:19
korean101lhx__: nono. is that true about "DANGER! For testing only, do not use in production"05:22
korean101lhx__: should not in prod?05:22
lhx__korean101, it's the pbr's stuff05:25
lhx__http://git.openstack.org/cgit/openstack-dev/pbr/tree/pbr/packaging.py#n31005:25
lhx__seems normal05:25
*** sudipto_ has joined #openstack-telemetry05:26
*** sudipto has joined #openstack-telemetry05:26
korean101lhx__: oh thanks05:28
korean101lhx__: i see05:28
lhx__korean101, u'r welcome05:28
*** Jack_Iv has joined #openstack-telemetry05:55
*** links has quit IRC05:55
*** hyakuhei has quit IRC06:06
lhx__jd__, people should change the port manually as the bug said.06:09
lhx__https://bugs.launchpad.net/aodh/+bug/164279806:09
openstackLaunchpad bug 1642798 in Aodh "aodh-api server can not start " [Undecided,Invalid]06:09
lhx__as you know, pbr set default port 800006:09
lhx__is it appropiate?06:10
*** tlian has joined #openstack-telemetry06:11
*** links has joined #openstack-telemetry06:12
*** tlian has quit IRC06:15
*** sudipto_ has quit IRC06:26
*** sudipto has quit IRC06:26
*** adriant has quit IRC06:29
*** thorst_ has joined #openstack-telemetry06:32
silehtlhx__, is their have to change the port this is a packging bug, on centos/redhat the systemd script set the port correctly06:37
silehtlhx__, also aodh-api should not be used, doc disable this service and configure wsgi06:38
*** Jack_Iv has quit IRC06:40
*** tomoiaga has joined #openstack-telemetry06:44
*** thorst_ has quit IRC06:45
*** links has quit IRC06:48
*** lhx__ has quit IRC06:51
*** rcernin has joined #openstack-telemetry06:54
*** Jack_Iv has joined #openstack-telemetry06:55
*** sudipto has joined #openstack-telemetry06:56
*** sudipto_ has joined #openstack-telemetry06:56
*** links has joined #openstack-telemetry07:02
*** tesseract has joined #openstack-telemetry07:15
*** Jack_Iv has quit IRC07:16
*** Jack_V has joined #openstack-telemetry07:17
*** lhx__ has joined #openstack-telemetry07:41
*** Gautam has quit IRC07:41
*** Gautam has joined #openstack-telemetry07:42
*** Gautam has quit IRC07:46
*** Jack_Iv has joined #openstack-telemetry07:46
*** nijaba has quit IRC07:49
*** Jack_V has quit IRC07:50
*** links has quit IRC07:50
*** nijaba has joined #openstack-telemetry07:52
*** nijaba has quit IRC07:52
*** nijaba has joined #openstack-telemetry07:52
*** links has joined #openstack-telemetry07:52
*** nadya has joined #openstack-telemetry07:56
*** shardy has joined #openstack-telemetry07:58
*** eglynn has joined #openstack-telemetry08:09
*** pcaruana has joined #openstack-telemetry08:11
*** Jack_Iv has quit IRC08:17
*** r-mibu has quit IRC08:20
*** lhx__ has quit IRC08:22
*** lhx__ has joined #openstack-telemetry08:24
*** shardy has quit IRC08:24
*** r-mibu has joined #openstack-telemetry08:25
*** Jack_Iv has joined #openstack-telemetry08:28
*** Gautam has joined #openstack-telemetry08:29
lhx__sileht, long time no hear your voice here! thanks for hints :)08:31
silehtlhx__, I was in holiday :)08:31
*** rwsu has joined #openstack-telemetry08:31
lhx__sileht, I guess so. Enjoy your holiday!08:32
lhx__btw, does it need to change the defaul port of pbr?08:32
lhx__http://git.openstack.org/cgit/openstack-dev/pbr/tree/pbr/packaging.py#n28908:32
lhx__8000 is the heat-api default port08:33
lhx__refer to http://docs.openstack.org/newton/config-reference/firewalls-default-ports.html08:33
silehtlhx__, evetyhing must be deployed with wsgi mode08:36
silehtlhx__, if distribution want to ship XXX-api, their have to set the port themself, with XXXX-api --port yyyy08:36
silehtlhx__, this should be fixed here: https://github.com/rdo-packages/aodh-distgit/blob/rpm-master/openstack-aodh-api.service#L808:38
lhx__sileht, and remove the logfile argurment?08:38
silehtlhx__, yes08:39
lhx__sileht, okey, thank you08:39
*** gongysh has quit IRC09:32
*** gongysh has joined #openstack-telemetry09:34
*** yassine has joined #openstack-telemetry09:36
*** yassine is now known as Guest9547109:36
*** sheeprine has quit IRC09:39
*** sheeprine has joined #openstack-telemetry09:41
*** hfu has quit IRC09:50
*** tesseract-RH has joined #openstack-telemetry09:56
*** iceyao has quit IRC09:59
*** nadya has quit IRC10:00
jd__sileht: would be cool if pbr would offer a way to customize somewhere… or we should just replace that with a uwsgi wrapper :p10:03
* jd__ goes back in vacation10:03
sileht:D10:03
*** tesseract has quit IRC10:04
*** donghao has joined #openstack-telemetry10:05
*** donghao has quit IRC10:11
*** eglynn has quit IRC10:39
*** gongysh has quit IRC10:39
*** thorst_ has joined #openstack-telemetry10:42
*** thorst_ has quit IRC10:47
*** shardy has joined #openstack-telemetry10:48
*** nadya has joined #openstack-telemetry10:49
*** lhx__ has quit IRC10:50
*** Jack_Iv has quit IRC11:03
*** cdent has joined #openstack-telemetry11:04
*** Jack_Iv has joined #openstack-telemetry11:04
*** Gautam has quit IRC11:18
*** Gautam has joined #openstack-telemetry11:18
*** Gautam has quit IRC11:22
*** gongysh has joined #openstack-telemetry11:46
*** sudipto has quit IRC11:52
*** sudipto_ has quit IRC11:52
*** donghao has joined #openstack-telemetry11:56
*** donghao has quit IRC12:00
*** larainema has quit IRC12:12
*** leitan has joined #openstack-telemetry12:21
*** thorst_ has joined #openstack-telemetry12:45
*** larainema has joined #openstack-telemetry12:54
*** mengalong has joined #openstack-telemetry13:00
*** mengalong_ has joined #openstack-telemetry13:01
*** mengalong has left #openstack-telemetry13:01
*** mengalong_ has left #openstack-telemetry13:01
*** mengalong_ has quit IRC13:01
*** mengalong has joined #openstack-telemetry13:02
*** mengalong has quit IRC13:03
*** mengalong has joined #openstack-telemetry13:03
*** dave-mccowan has joined #openstack-telemetry13:06
*** catintheroof has joined #openstack-telemetry13:07
*** Gautam has joined #openstack-telemetry13:18
*** sudipto_ has joined #openstack-telemetry13:26
*** sudipto has joined #openstack-telemetry13:26
*** mengalong has quit IRC13:28
*** mengalong has joined #openstack-telemetry13:28
*** links has quit IRC13:28
*** shardy has quit IRC13:33
*** shardy has joined #openstack-telemetry13:34
*** iceyao has joined #openstack-telemetry13:39
*** sudipto has quit IRC13:52
*** sudipto_ has quit IRC13:52
*** Jack_Iv_ has joined #openstack-telemetry13:56
*** fguillot has joined #openstack-telemetry13:58
*** Jack_Iv has quit IRC14:00
*** donghao has joined #openstack-telemetry14:06
*** AlexeyAbashkin has joined #openstack-telemetry14:06
*** Jack_V has joined #openstack-telemetry14:11
*** Jack_V has quit IRC14:15
*** Jack_V has joined #openstack-telemetry14:16
*** Jack_V has quit IRC14:16
*** nicodemus_ has joined #openstack-telemetry14:17
nicodemus_hello14:18
nicodemus_I'm having an issue with the ceilometer-agent-central when it tries to poll hypervisors through SNMP: http://paste.openstack.org/show/598825/14:19
*** donghao has quit IRC14:19
nicodemus_by any chance, has anyone come across this particular trace?14:19
*** donghao has joined #openstack-telemetry14:20
*** links has joined #openstack-telemetry14:29
*** rbak has joined #openstack-telemetry14:36
*** Jack_Iv_ has quit IRC14:42
*** larainema has quit IRC14:42
*** patrickeast has quit IRC14:42
*** mfranc213 has quit IRC14:43
*** patrickeast has joined #openstack-telemetry14:44
*** larainema has joined #openstack-telemetry14:44
*** mfranc213 has joined #openstack-telemetry14:50
*** tlian has joined #openstack-telemetry14:52
*** Jack_Iv has joined #openstack-telemetry14:54
*** Jack_Iv has quit IRC14:59
*** Gautam has quit IRC15:00
*** AlexeyAbashkin has quit IRC15:08
*** cdent has quit IRC15:11
*** Jack_Iv has joined #openstack-telemetry15:18
*** iceyao has quit IRC15:19
*** gongysh has quit IRC15:28
*** donghao has quit IRC15:29
*** gordc has joined #openstack-telemetry15:31
*** nadya has quit IRC15:32
*** donghao has joined #openstack-telemetry15:34
*** donghao has quit IRC15:39
openstackgerritMerged openstack/ceilometer master: fix [service_credentials] section location  https://review.openstack.org/43341315:44
*** links has quit IRC15:47
EmilienMgordc: hey, can you look https://review.openstack.org/433734 please and +1 if you agree?15:48
*** Guest95471 has quit IRC15:48
*** mengalong has quit IRC15:50
*** Guest95471 has joined #openstack-telemetry16:02
*** donghao has joined #openstack-telemetry16:08
gordcEmilienM: i will flip  a coin16:09
*** tomoiaga has quit IRC16:10
EmilienMgordc: thx :D16:10
*** rcernin has quit IRC16:11
*** donghao has quit IRC16:12
*** cdent has joined #openstack-telemetry16:18
*** david-lyle has joined #openstack-telemetry16:26
*** david-lyle_ has quit IRC16:29
*** nicodemus_ has quit IRC16:31
*** nicodemus_ has joined #openstack-telemetry16:43
*** nadya has joined #openstack-telemetry16:47
*** rcernin has joined #openstack-telemetry16:49
*** Guest95471 has quit IRC16:49
*** dave-mcc_ has joined #openstack-telemetry16:53
*** dave-mccowan has quit IRC16:56
*** faizy has joined #openstack-telemetry16:58
*** Guest95471 has joined #openstack-telemetry17:03
*** catintheroof has quit IRC17:07
*** catintheroof has joined #openstack-telemetry17:07
*** donghao has joined #openstack-telemetry17:13
*** leitan_ has joined #openstack-telemetry17:14
*** leitan has quit IRC17:17
*** cdent has quit IRC17:17
*** donghao has quit IRC17:18
*** sudipto has joined #openstack-telemetry17:28
*** sudipto_ has joined #openstack-telemetry17:28
*** pcaruana has quit IRC17:31
*** nadya has quit IRC17:33
openstackgerritMerged openstack/ceilometermiddleware master: Remove link to modindex  https://review.openstack.org/42607417:43
*** nadya has joined #openstack-telemetry17:58
*** nadya has quit IRC18:04
openstackgerritgordon chung proposed openstack/ceilometer master: use tooz hashring  https://review.openstack.org/43383718:09
openstackgerritgordon chung proposed openstack/ceilometer master: use tooz hashring  https://review.openstack.org/43383718:20
*** nadya has joined #openstack-telemetry18:23
*** tesseract-RH has quit IRC18:26
*** sudipto_ has quit IRC18:33
*** sudipto has quit IRC18:33
*** sudipto has joined #openstack-telemetry18:35
*** sudipto_ has joined #openstack-telemetry18:35
*** sudipto_ has quit IRC18:35
*** sudipto has quit IRC18:35
*** Marx314 has joined #openstack-telemetry18:59
*** shardy has quit IRC19:00
*** donghao has joined #openstack-telemetry19:03
*** donghao has quit IRC19:07
*** faizy has quit IRC19:47
*** nadya has quit IRC19:57
*** nadya has joined #openstack-telemetry20:08
*** openstackgerrit has quit IRC20:18
*** nadya has quit IRC20:21
*** hyakuhei has joined #openstack-telemetry20:31
*** hyakuhei has joined #openstack-telemetry20:31
*** hyakuhei has quit IRC20:31
*** hyakuhei has joined #openstack-telemetry20:31
*** donghao has joined #openstack-telemetry20:53
*** Jack_Iv has quit IRC20:56
*** Jack_Iv has joined #openstack-telemetry20:57
*** donghao has quit IRC20:57
*** adriant has joined #openstack-telemetry20:59
*** Jack_Iv has quit IRC21:01
*** Jack_Iv has joined #openstack-telemetry21:05
*** donghao has joined #openstack-telemetry21:08
*** Jack_Iv has quit IRC21:08
*** Jack_Iv has joined #openstack-telemetry21:09
*** dave-mcc_ has quit IRC21:10
*** tomoiaga has joined #openstack-telemetry21:12
*** donghao has quit IRC21:12
*** Jack_Iv has quit IRC21:13
*** tomoiaga has quit IRC21:30
*** rcernin has quit IRC21:44
*** fguillot has quit IRC21:58
*** flwang has quit IRC22:04
*** flwang has joined #openstack-telemetry22:04
*** thorst_ has quit IRC22:15
*** thorst_ has joined #openstack-telemetry22:24
*** thorst_ has quit IRC22:28
*** openstackgerrit has joined #openstack-telemetry22:32
openstackgerritgordon chung proposed openstack/ceilometer master: use tooz hashring  https://review.openstack.org/43383722:32
*** sanchitmalhotra1 has joined #openstack-telemetry22:34
*** _ioni has joined #openstack-telemetry22:38
*** tonyb_ has joined #openstack-telemetry22:38
*** dims has joined #openstack-telemetry22:41
*** jefrite_ has joined #openstack-telemetry22:41
*** flwang has quit IRC22:42
*** adriant has quit IRC22:42
*** hyakuhei has quit IRC22:42
*** dims_ has quit IRC22:42
*** mnaser has quit IRC22:42
*** ioni has quit IRC22:42
*** sanchitmalhotra has quit IRC22:42
*** jefrite has quit IRC22:42
*** tonyb has quit IRC22:42
*** sanchitmalhotra1 is now known as sanchitmalhotra22:43
*** larainema has quit IRC22:46
*** zigo has quit IRC22:46
*** afazekas has quit IRC22:46
*** chlong has quit IRC22:46
*** masber has quit IRC22:46
*** darrenc has quit IRC22:46
*** jianghuaw has quit IRC22:46
*** njohnston has quit IRC22:46
*** tonyb_ is now known as tonyb22:46
*** afazekas has joined #openstack-telemetry22:46
*** njohnston has joined #openstack-telemetry22:46
*** adriant has joined #openstack-telemetry22:50
*** flwang has joined #openstack-telemetry22:52
*** jianghuaw has joined #openstack-telemetry22:52
*** zigo has joined #openstack-telemetry22:52
*** chlong has joined #openstack-telemetry22:52
*** masber has joined #openstack-telemetry22:52
*** darrenc has joined #openstack-telemetry22:52
*** zigo is now known as Guest2705722:54
*** larainema has joined #openstack-telemetry22:54
*** mnaser has joined #openstack-telemetry23:00
*** ddyer has quit IRC23:02
*** rbak has quit IRC23:09
*** gordc has quit IRC23:11
*** nicodemus_ has quit IRC23:13
*** thorst_ has joined #openstack-telemetry23:19
*** thorst_ has quit IRC23:20
*** dave-mccowan has joined #openstack-telemetry23:42
*** ddyer has joined #openstack-telemetry23:49

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!