Monday, 2016-02-08

*** vtech has quit IRC00:39
*** jwcroppe has joined #openstack-watcher03:11
*** jwcroppe has joined #openstack-watcher03:12
*** vtech has joined #openstack-watcher07:55
*** vmahe has joined #openstack-watcher08:09
*** openstackgerrit has quit IRC09:02
*** openstackgerrit has joined #openstack-watcher09:02
*** vincentfrancoise has joined #openstack-watcher09:25
*** vtech has quit IRC10:28
*** lugh has joined #openstack-watcher10:51
openstackgerritVincent Françoise proposed openstack/watcher-dashboard: Watcher Dashboard - Initial commit  https://review.openstack.org/27734211:10
*** vtech has joined #openstack-watcher11:51
*** vtech has quit IRC11:51
lughHello11:57
lughis there a way to put keystone auth plugin into watcher confign ?11:57
lughMissingAuthPlugin: An auth plugin is required to determine endpoint URL -> I have error like this, and I'm trying to solve it11:57
*** thorst has joined #openstack-watcher12:40
*** jed56 has joined #openstack-watcher12:44
vincentfrancoiseHi lugh12:44
lughHi vincentfrancoise12:45
vincentfrancoiseWe had an auth plugin issue recently that was fixed fairly recently12:45
vincentfrancoisegive me a sec I'll dig out the ps link12:46
lughsure :)12:46
vincentfrancoise#link https://review.openstack.org/#/c/270039/12:46
vincentfrancoiseSo did you rencetly updated your watcher?12:47
lughyeah, today i've pulled from master branch12:47
lughBut i've pulled it from github, not from git.openstack.org12:48
lughit's possible that on git.openstack.org there is newer version ?12:48
vincentfrancoisethey are mirroed so it shouldn't be a problem12:49
lughok12:49
vincentfrancoiseCan you pastebin me (debug mode) the console output you have when executing your watcher command ?12:49
lughsure, give me a sec12:50
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Clean imports in code  https://review.openstack.org/27736912:51
lughvincentfrancoise: http://pastebin.com/9XLHQ1iQ12:52
lughmaybe I'm missing some option in watcher.conf12:53
lughmaybe this auth_type cause problem vincentfrancoise what do you think ?12:56
lughBecause now I'm checking my watcher.conf, and this option is missing12:56
vincentfrancoiseWell, I just found out that the online doc wasn't republished against the the patchset I just linked you12:56
vincentfrancoiseSo you can find out what you are missing from the sources right here: #link https://github.com/openstack/watcher/blob/master/doc/source/deploy/configuration.rst#configure-the-watcher-service12:58
vincentfrancoisebut we'll publish the new doc asap12:59
vincentfrancoiseYou actually need to configure [keystone_authtoken] and [watcher_clients_auth] to fix this13:01
lughyeah, i just saw it :)13:01
lughAnd now I'm truing to configure it, and hope it will work :)13:01
lughvincentfrancoise: oki, so i have a question13:02
lughbasically [keystone_authtoken] and [watcher_clients_auth] are the same13:02
lughI mean, they're using almost the same values and options13:03
lughisn't it better to put it under one section ?13:03
lugh(It's just my curiosity) :)13:03
vincentfrancoiseVery good question13:04
vincentfrancoiseThe short answer is that each section is used by a different keystone module: one for token validation and the other for normal authentication13:05
vincentfrancoiseand because they are not working together very well, we just split them for the time being13:06
*** dtardivel has joined #openstack-watcher13:06
vincentfrancoisebut we hope this will be sorted out sooner rather than later13:07
dtardivelpav0: Yes, not sure Watcher supports SSL on nova endpoints. Could you open a bug please ?13:09
lughvincentfrancoise: oki, good to know about that :) Hope it will be sonner13:10
lughbtw. I've added this two section and it's better now, i have a little problem with SSL13:10
lughIt's possible to set watcher to don't verify SSL certs, because I'm using self-signed cert and i've got:13:11
lugh[Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed13:11
vincentfrancoisejust like dtardivel just pointed out, I think that following this bug, we may still have an issue on SSL certificates, so can you create a bug on https://launchpad.net/watcher with you error stacktrace within the description ?13:12
lughvincentfrancoise: sure :)13:30
vincentfrancoiselugh: thanks13:30
lughvincentfrancoise: i have a question13:58
lughhave you had something like this ?13:59
lughNeutronClientException: <html><body><h1>400 Bad request</h1>13:59
lughYour browser sent an invalid request.13:59
lugh</body></html>13:59
lughwhen you do: watcher audit-create ?13:59
vincentfrancoiseSo if you look at https://forge.b-com.com/www/indeed-ccl/doc/watcher/deploy/user-guide.html, you run audit-create after you create an audit template14:03
vincentfrancoiseand to do so, the command is "watcher audit-template-create my_audit BASIC_CONSOLIDATION"14:04
lughvincentfrancoise: yeah, i've already done it :)14:04
lughthis watcher audit-create was just example :)14:05
lughI'm doing watcher audit-create -a <uuid>14:05
vincentfrancoiseoh ok my bad14:05
vincentfrancoiseSo regarding your Neutron error, I don't think I already encountered it14:06
vincentfrancoiseCan you pastebin your the stacktrace of when you get the error please?14:06
openstackgerritVincent Françoise proposed openstack/watcher-dashboard: Watcher Dashboard - Initial commit  https://review.openstack.org/27734214:10
*** cjvolzka has joined #openstack-watcher14:12
*** hvprash has joined #openstack-watcher14:17
*** hvprash has quit IRC14:18
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Add Voluptuous to validate the action parameters  https://review.openstack.org/27064214:30
pav0Hello, I have one problem. When I create new audit, i have an error "Execute audit command publicURL endpoint for metering service not found". Could someone check, what is wrong? http://pastebin.com/8ahr7Thz14:58
vincentfrancoiseHi pav015:01
vincentfrancoiseFirst of all, are you using a fresh version of Watcher or is it like a week old or so?15:02
pav0newest15:03
pav0one hour ago I have pulled from github15:04
vincentfrancoiseok nice15:06
vincentfrancoiseYour logs make me think that you are not using the latest code15:08
vincentfrancoisebecause watcher/common/keystone.py should not exist anymore15:09
vincentfrancoiseso can you execute a "watcher-api --version" to see if it's higher than 0.23.2 ?15:09
vincentfrancoiseafk for coffee break, will be back soon ;)15:11
pav0 ./watcher-api --version15:13
pav00.0.1.dev12115:13
pav0hmm15:14
*** dshaw has joined #openstack-watcher15:16
pav0So the problem was, that I have pulled from branch master, but version was old. So I make: git checkout tags/0.23.215:24
pav0and now I have15:24
*** dshaw has quit IRC15:25
pav0http://pastebin.com/HEnbhMRx15:26
vincentfrancoiseOk so now, you have to update your config file which is now obsolete15:32
vincentfrancoiseso you have a look at #link https://github.com/openstack/watcher/blob/master/doc/source/deploy/configuration.rst#configure-the-watcher-service15:32
vincentfrancoisethe 2 sections you have to update should be [keystone_authtoken] and [watcher_clients_auth]15:33
pav0ok, I will try15:38
pav0it's working!15:45
pav0thanks15:45
vincentfrancoisecool :)15:45
vincentfrancoisebtw, did you try it using in https with you self-signed certificate or without ?15:46
*** aspiers has quit IRC15:53
openstackgerritVincent Françoise proposed openstack/watcher: Delete linked actions when deleting an action plan  https://review.openstack.org/27416515:57
openstackgerritVincent Françoise proposed openstack/watcher: Better cleanup for Tempest tests  https://review.openstack.org/27510615:57
pav0vincentfrancoise: I will check :)15:57
pav0now without15:58
vincentfrancoisepav0: ok thanks16:00
openstackgerritVincent Françoise proposed openstack/watcher: Delete linked actions when deleting an action plan  https://review.openstack.org/27416516:05
openstackgerritVincent Françoise proposed openstack/watcher: Better cleanup for Tempest tests  https://review.openstack.org/27510616:05
*** aspiers has joined #openstack-watcher16:21
openstackgerritDavid TARDIVEL proposed openstack/watcher-specs: Purge soft-deleted Watcher objects  https://review.openstack.org/27581416:28
*** hvprash has joined #openstack-watcher16:36
*** hvprash_ has joined #openstack-watcher16:45
*** hvprash has quit IRC16:48
openstackgerritVincent Françoise proposed openstack/watcher-dashboard: Watcher Dashboard - Initial commit  https://review.openstack.org/27734217:27
*** jwcroppe has quit IRC18:05
*** hvprash_ has quit IRC18:16
*** hvprash has joined #openstack-watcher18:16
*** hvprash has quit IRC18:57
*** hvprash has joined #openstack-watcher18:58
*** hvprash has quit IRC18:58
*** hvprash has joined #openstack-watcher19:03
*** hvprash_ has joined #openstack-watcher19:05
*** hvprash has quit IRC19:08
*** hvprash_ has quit IRC19:13
*** wootehfoot has joined #openstack-watcher20:14
*** hvprash has joined #openstack-watcher20:19
*** hvprash has quit IRC20:54
*** cjvolzka has quit IRC21:05
*** cjvolzka has joined #openstack-watcher21:07
*** dtardivel has quit IRC21:08
*** thorst has quit IRC22:13
*** thorst has joined #openstack-watcher22:15
*** thorst has quit IRC22:20
*** wootehfoot has quit IRC22:39
*** thorst has joined #openstack-watcher22:40
*** thorst has quit IRC22:44
*** cjvolzka has quit IRC22:46
openstackgerritSteve Wilkerson proposed openstack/watcher: Improve variable names in basic_consolidation.py  https://review.openstack.org/27622123:52

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