*** vtech has quit IRC | 00:39 | |
*** jwcroppe has joined #openstack-watcher | 03:11 | |
*** jwcroppe has joined #openstack-watcher | 03:12 | |
*** vtech has joined #openstack-watcher | 07:55 | |
*** vmahe has joined #openstack-watcher | 08:09 | |
*** openstackgerrit has quit IRC | 09:02 | |
*** openstackgerrit has joined #openstack-watcher | 09:02 | |
*** vincentfrancoise has joined #openstack-watcher | 09:25 | |
*** vtech has quit IRC | 10:28 | |
*** lugh has joined #openstack-watcher | 10:51 | |
openstackgerrit | Vincent Françoise proposed openstack/watcher-dashboard: Watcher Dashboard - Initial commit https://review.openstack.org/277342 | 11:10 |
---|---|---|
*** vtech has joined #openstack-watcher | 11:51 | |
*** vtech has quit IRC | 11:51 | |
lugh | Hello | 11:57 |
lugh | is there a way to put keystone auth plugin into watcher confign ? | 11:57 |
lugh | MissingAuthPlugin: An auth plugin is required to determine endpoint URL -> I have error like this, and I'm trying to solve it | 11:57 |
*** thorst has joined #openstack-watcher | 12:40 | |
*** jed56 has joined #openstack-watcher | 12:44 | |
vincentfrancoise | Hi lugh | 12:44 |
lugh | Hi vincentfrancoise | 12:45 |
vincentfrancoise | We had an auth plugin issue recently that was fixed fairly recently | 12:45 |
vincentfrancoise | give me a sec I'll dig out the ps link | 12:46 |
lugh | sure :) | 12:46 |
vincentfrancoise | #link https://review.openstack.org/#/c/270039/ | 12:46 |
vincentfrancoise | So did you rencetly updated your watcher? | 12:47 |
lugh | yeah, today i've pulled from master branch | 12:47 |
lugh | But i've pulled it from github, not from git.openstack.org | 12:48 |
lugh | it's possible that on git.openstack.org there is newer version ? | 12:48 |
vincentfrancoise | they are mirroed so it shouldn't be a problem | 12:49 |
lugh | ok | 12:49 |
vincentfrancoise | Can you pastebin me (debug mode) the console output you have when executing your watcher command ? | 12:49 |
lugh | sure, give me a sec | 12:50 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Clean imports in code https://review.openstack.org/277369 | 12:51 |
lugh | vincentfrancoise: http://pastebin.com/9XLHQ1iQ | 12:52 |
lugh | maybe I'm missing some option in watcher.conf | 12:53 |
lugh | maybe this auth_type cause problem vincentfrancoise what do you think ? | 12:56 |
lugh | Because now I'm checking my watcher.conf, and this option is missing | 12:56 |
vincentfrancoise | Well, I just found out that the online doc wasn't republished against the the patchset I just linked you | 12:56 |
vincentfrancoise | So 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-service | 12:58 |
vincentfrancoise | but we'll publish the new doc asap | 12:59 |
vincentfrancoise | You actually need to configure [keystone_authtoken] and [watcher_clients_auth] to fix this | 13:01 |
lugh | yeah, i just saw it :) | 13:01 |
lugh | And now I'm truing to configure it, and hope it will work :) | 13:01 |
lugh | vincentfrancoise: oki, so i have a question | 13:02 |
lugh | basically [keystone_authtoken] and [watcher_clients_auth] are the same | 13:02 |
lugh | I mean, they're using almost the same values and options | 13:03 |
lugh | isn't it better to put it under one section ? | 13:03 |
lugh | (It's just my curiosity) :) | 13:03 |
vincentfrancoise | Very good question | 13:04 |
vincentfrancoise | The short answer is that each section is used by a different keystone module: one for token validation and the other for normal authentication | 13:05 |
vincentfrancoise | and because they are not working together very well, we just split them for the time being | 13:06 |
*** dtardivel has joined #openstack-watcher | 13:06 | |
vincentfrancoise | but we hope this will be sorted out sooner rather than later | 13:07 |
dtardivel | pav0: Yes, not sure Watcher supports SSL on nova endpoints. Could you open a bug please ? | 13:09 |
lugh | vincentfrancoise: oki, good to know about that :) Hope it will be sonner | 13:10 |
lugh | btw. I've added this two section and it's better now, i have a little problem with SSL | 13:10 |
lugh | It'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 failed | 13:11 |
vincentfrancoise | just 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 |
lugh | vincentfrancoise: sure :) | 13:30 |
vincentfrancoise | lugh: thanks | 13:30 |
lugh | vincentfrancoise: i have a question | 13:58 |
lugh | have you had something like this ? | 13:59 |
lugh | NeutronClientException: <html><body><h1>400 Bad request</h1> | 13:59 |
lugh | Your browser sent an invalid request. | 13:59 |
lugh | </body></html> | 13:59 |
lugh | when you do: watcher audit-create ? | 13:59 |
vincentfrancoise | So 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 template | 14:03 |
vincentfrancoise | and to do so, the command is "watcher audit-template-create my_audit BASIC_CONSOLIDATION" | 14:04 |
lugh | vincentfrancoise: yeah, i've already done it :) | 14:04 |
lugh | this watcher audit-create was just example :) | 14:05 |
lugh | I'm doing watcher audit-create -a <uuid> | 14:05 |
vincentfrancoise | oh ok my bad | 14:05 |
vincentfrancoise | So regarding your Neutron error, I don't think I already encountered it | 14:06 |
vincentfrancoise | Can you pastebin your the stacktrace of when you get the error please? | 14:06 |
openstackgerrit | Vincent Françoise proposed openstack/watcher-dashboard: Watcher Dashboard - Initial commit https://review.openstack.org/277342 | 14:10 |
*** cjvolzka has joined #openstack-watcher | 14:12 | |
*** hvprash has joined #openstack-watcher | 14:17 | |
*** hvprash has quit IRC | 14:18 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Add Voluptuous to validate the action parameters https://review.openstack.org/270642 | 14:30 |
pav0 | Hello, 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/8ahr7Thz | 14:58 |
vincentfrancoise | Hi pav0 | 15:01 |
vincentfrancoise | First of all, are you using a fresh version of Watcher or is it like a week old or so? | 15:02 |
pav0 | newest | 15:03 |
pav0 | one hour ago I have pulled from github | 15:04 |
vincentfrancoise | ok nice | 15:06 |
vincentfrancoise | Your logs make me think that you are not using the latest code | 15:08 |
vincentfrancoise | because watcher/common/keystone.py should not exist anymore | 15:09 |
vincentfrancoise | so can you execute a "watcher-api --version" to see if it's higher than 0.23.2 ? | 15:09 |
vincentfrancoise | afk for coffee break, will be back soon ;) | 15:11 |
pav0 | ./watcher-api --version | 15:13 |
pav0 | 0.0.1.dev121 | 15:13 |
pav0 | hmm | 15:14 |
*** dshaw has joined #openstack-watcher | 15:16 | |
pav0 | So the problem was, that I have pulled from branch master, but version was old. So I make: git checkout tags/0.23.2 | 15:24 |
pav0 | and now I have | 15:24 |
*** dshaw has quit IRC | 15:25 | |
pav0 | http://pastebin.com/HEnbhMRx | 15:26 |
vincentfrancoise | Ok so now, you have to update your config file which is now obsolete | 15:32 |
vincentfrancoise | so you have a look at #link https://github.com/openstack/watcher/blob/master/doc/source/deploy/configuration.rst#configure-the-watcher-service | 15:32 |
vincentfrancoise | the 2 sections you have to update should be [keystone_authtoken] and [watcher_clients_auth] | 15:33 |
pav0 | ok, I will try | 15:38 |
pav0 | it's working! | 15:45 |
pav0 | thanks | 15:45 |
vincentfrancoise | cool :) | 15:45 |
vincentfrancoise | btw, did you try it using in https with you self-signed certificate or without ? | 15:46 |
*** aspiers has quit IRC | 15:53 | |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Delete linked actions when deleting an action plan https://review.openstack.org/274165 | 15:57 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Better cleanup for Tempest tests https://review.openstack.org/275106 | 15:57 |
pav0 | vincentfrancoise: I will check :) | 15:57 |
pav0 | now without | 15:58 |
vincentfrancoise | pav0: ok thanks | 16:00 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Delete linked actions when deleting an action plan https://review.openstack.org/274165 | 16:05 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Better cleanup for Tempest tests https://review.openstack.org/275106 | 16:05 |
*** aspiers has joined #openstack-watcher | 16:21 | |
openstackgerrit | David TARDIVEL proposed openstack/watcher-specs: Purge soft-deleted Watcher objects https://review.openstack.org/275814 | 16:28 |
*** hvprash has joined #openstack-watcher | 16:36 | |
*** hvprash_ has joined #openstack-watcher | 16:45 | |
*** hvprash has quit IRC | 16:48 | |
openstackgerrit | Vincent Françoise proposed openstack/watcher-dashboard: Watcher Dashboard - Initial commit https://review.openstack.org/277342 | 17:27 |
*** jwcroppe has quit IRC | 18:05 | |
*** hvprash_ has quit IRC | 18:16 | |
*** hvprash has joined #openstack-watcher | 18:16 | |
*** hvprash has quit IRC | 18:57 | |
*** hvprash has joined #openstack-watcher | 18:58 | |
*** hvprash has quit IRC | 18:58 | |
*** hvprash has joined #openstack-watcher | 19:03 | |
*** hvprash_ has joined #openstack-watcher | 19:05 | |
*** hvprash has quit IRC | 19:08 | |
*** hvprash_ has quit IRC | 19:13 | |
*** wootehfoot has joined #openstack-watcher | 20:14 | |
*** hvprash has joined #openstack-watcher | 20:19 | |
*** hvprash has quit IRC | 20:54 | |
*** cjvolzka has quit IRC | 21:05 | |
*** cjvolzka has joined #openstack-watcher | 21:07 | |
*** dtardivel has quit IRC | 21:08 | |
*** thorst has quit IRC | 22:13 | |
*** thorst has joined #openstack-watcher | 22:15 | |
*** thorst has quit IRC | 22:20 | |
*** wootehfoot has quit IRC | 22:39 | |
*** thorst has joined #openstack-watcher | 22:40 | |
*** thorst has quit IRC | 22:44 | |
*** cjvolzka has quit IRC | 22:46 | |
openstackgerrit | Steve Wilkerson proposed openstack/watcher: Improve variable names in basic_consolidation.py https://review.openstack.org/276221 | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!