| *** davidlenwell has quit IRC | 01:05 | |
| *** davidlenwell has joined #storyboard | 01:07 | |
| *** coolsvap|away is now known as coolsvap | 05:11 | |
| *** coolsvap is now known as coolsvap|away | 07:18 | |
| *** jtomasek has joined #storyboard | 07:46 | |
| Zara | morning, storyboard! | 10:22 |
|---|---|---|
| SotK | morning! | 10:23 |
| Zara | 6 million rechecks later... | 10:23 |
| pedroalvarez | :) | 10:26 |
| Zara | was about to start checking notifications worked as expected, got distracted by magpies outside the window | 10:35 |
| Zara | looks like cfg might need changing | 10:39 |
| SotK | :( | 10:40 |
| pedroalvarez | Zara: what are the results of your testing? | 10:40 |
| Zara | just tested updating tasks in subscribed story, get notification in recentevents but no email | 10:40 |
| Zara | so that makes me think we're missing some config ;_; | 10:41 |
| pedroalvarez | I had a go this weekend on the baserock instance, and.. It isn't working properly either :( | 10:41 |
| pedroalvarez | but emails arrive | 10:41 |
| Zara | what do you mean by 'it isn't working properly'? | 10:42 |
| pedroalvarez | you are welcome to try | 10:43 |
| pedroalvarez | https://storyboard.baserock.org/#!/story/68 | 10:44 |
| Zara | hm, so for me story POST emails didn't work | 10:46 |
| Zara | tag PUTs worked, as did story PUT (updated the description) | 10:46 |
| Zara | so some emails, not others, but is it always the same ones? | 10:47 |
| SotK | oh, I see what you mean about comment emails | 10:47 |
| Zara | oh, comment's not working any more | 10:47 |
| Zara | \o/ | 10:47 |
| Zara | plus the url doesn't work for me, wonder why that is? | 10:47 |
| Zara | did everything merge? | 10:48 |
| Zara | neither tag DELETE nor task DELETE seem to work (this is all still on baserock's) | 10:50 |
| SotK | pedroalvarez: is a0095fde8153a28523b1fbf5c65ef030d25fee20 in the git history on that storyboard? | 10:50 |
| Zara | I'll test everything again on master on my dev instance, see if anything's weird there | 10:50 |
| pedroalvarez | SotK: it is | 10:52 |
| pedroalvarez | and looks installed | 10:54 |
| Zara | comment paths working on dev instance, so guessing br has different config. | 10:56 |
| pedroalvarez | :/ | 10:57 |
| Zara | ;_; everything works on my dev instance ;_; | 10:57 |
| * pedroalvarez reboots apache and sb-workers.. | 10:58 | |
| pedroalvarez | yay!!!!!!!!!! | 10:59 |
| Zara | HAHAHAHA | 10:59 |
| Zara | YOU HAD TO RESET THE WORKER | 10:59 |
| Zara | NOT ME | 10:59 |
| Zara | AHAHAHAHA FINALLY | 10:59 |
| Zara | ... I have waited for this moment. | 10:59 |
| pedroalvarez | NICE!!! | 10:59 |
| pedroalvarez | i should have done this before | 10:59 |
| pedroalvarez | oh, the URL is just beautiful | 11:00 |
| Zara | =D | 11:05 |
| pedroalvarez | does everything work then? | 11:08 |
| pedroalvarez | looks like that | 11:08 |
| Zara | yeah, all seems to work on baserock \o/ | 11:08 |
| Zara | absolutely no emails from openstack ;_; | 11:08 |
| Zara | but at least we know what it looks like when the worker just needs resetting... | 11:08 |
| openstackgerrit | Zara proposed openstack-infra/storyboard: Fix typo https://review.openstack.org/269004 | 11:53 |
| Zara | hmmm... task titles aren't acting as links on s.o.o, but that patch is merged | 12:57 |
| pedroalvarez | that works in s.b.o | 13:00 |
| Zara | ah, apparently webclient version is 2 behind that one on s.o.o... | 13:02 |
| Zara | b25f1239ad72ceb272969d3dfaa6a0a84b0b72f6 | 13:02 |
| Zara | so still 500 results for live search, and task project titles still not acting as links ;_; | 13:02 |
| pedroalvarez | good catch! | 13:02 |
| pedroalvarez | That reminds me that showint the sha1 for the API will be useful too | 13:03 |
| Zara | yeah | 13:03 |
| pedroalvarez | Zara: I would hope that whenever we merge something else it will get updated | 13:03 |
| Zara | I hope so too. Otherwise I guess we can prod infra about it | 13:03 |
| pedroalvarez | right, I guess is my turn to review https://review.openstack.org/#/c/263728/ :) | 13:05 |
| Zara | heh | 13:06 |
| pedroalvarez | done | 13:20 |
| SotK | so I wonder if the reply_to line is causing trouble in http://paste.openstack.org/show/484146 | 13:46 |
| SotK | apparently not, it works fine on my test instance like that | 13:51 |
| Zara | I have a different email (do_not_reply vs no-reply) but I can't see why that would make a difference | 13:53 |
| Zara | my rabbit section has 3 more headings at the end | 13:53 |
| Zara | rabbit_application_name, rabbit_exchange_name, rabbit_event_queue_name | 13:54 |
| Zara | I have localhost listed as one of the valid_oauth_clients while s.o.o doesn't (I'm just playing 'spot the difference' at this point) | 13:57 |
| Zara | same for CORS | 13:58 |
| Zara | so seems db isn't on localhost but the rabbitmq server is? | 14:00 |
| SotK | I don't *think* that should matter, especially since the recent events notifications are working | 14:01 |
| Zara | yeah | 14:02 |
| Zara | I'm trying to think of any reason a different sender email would make a difference, too | 14:03 |
| Zara | # sender = StoryBoard (Do Not Reply) <do_not_reply@storyboard.openstack.org> | 14:03 |
| Zara | sender = no-reply@storyboard.openstack.org | 14:03 |
| SotK | my test instance worked with sender set to that | 14:04 |
| Zara | maybe they need to restart the worker | 14:09 |
| pedroalvarez | hahah | 14:09 |
| pedroalvarez | I guess we will need some help from infra | 14:09 |
| SotK | probably | 14:10 |
| SotK | I'm currently trying to deploy an instance using system-config, so it should come out the same-ish as production (and will hopefully replicate the issue) | 14:10 |
| pedroalvarez | good idea | 14:11 |
| Zara | inb4 it gives you twice as many emails instead | 14:11 |
| openstackgerrit | Merged openstack-infra/storyboard-webclient: Improve usability of the "New Worklist" modal https://review.openstack.org/263728 | 14:25 |
| * Zara sees ye olde https://storyboard.openstack.org/#!/story/129 and wonders if recent speedups helped with it. | 14:44 | |
| Zara | any luck with system-config deployment? | 14:48 |
| SotK | deploying it seems to be going ok | 14:50 |
| * SotK was waiting for ages for things to be installed | 14:50 | |
| Zara | :S | 14:50 |
| *** mrmartin has joined #storyboard | 14:57 | |
| SotK | ugh, it isn't working properly because I didn't provide any ssl certs | 15:08 |
| * SotK pokes the apache config | 15:08 | |
| pedroalvarez | ssl certs for the smtp config? | 15:09 |
| SotK | no, for https | 15:11 |
| SotK | ugh, and the db isn't working properly either | 15:15 |
| * SotK goes to rewrite his puppet manifest | 15:15 | |
| Zara | \o/ | 15:21 |
| *** mrmartin has quit IRC | 15:30 | |
| *** b3rnard0 is now known as b3rnard0_meet | 16:40 | |
| -openstackstatus- NOTICE: Gerrit is restarting quickly as a workaround for performance degradation | 16:50 | |
| *** mrmartin has joined #storyboard | 17:13 | |
| *** mrmartin has quit IRC | 17:34 | |
| *** mrmartin has joined #storyboard | 17:35 | |
| Zara | hope the puppet manifest goes well | 17:36 |
| *** mrmartin has quit IRC | 17:37 | |
| *** mrmartin has joined #storyboard | 17:38 | |
| Zara | I'm heading home; feeling a bit ill and too tired to get anything useful done. :/ looked at libravatar but couldn't see where to put things in the codebase. made a story about search weirdness. hopefully will be more useful tomorrow. | 17:38 |
| Zara | night, all | 17:39 |
| *** mrmartin has quit IRC | 17:42 | |
| *** b3rnard0_meet is now known as b3rnard0_away | 18:08 | |
| *** davidlenwell has quit IRC | 18:22 | |
| *** davidlenwell has joined #storyboard | 18:24 | |
| *** b3rnard0_away is now known as b3rnard0 | 18:55 | |
| *** mrmartin has joined #storyboard | 18:56 | |
| *** mrmartin has quit IRC | 19:41 | |
| *** jtomasek has quit IRC | 21:50 | |
| *** b3rnard0 is now known as away | 22:40 | |
| *** away is now known as Guest3619 | 22:41 | |
| *** davidlenwell has quit IRC | 23:38 | |
| *** davidlenwell has joined #storyboard | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!