*** coolsvap|away is now known as coolsvap | 04:46 | |
*** mrmartin has joined #storyboard | 04:51 | |
*** cody-somerville has joined #storyboard | 05:02 | |
*** coolsvap is now known as coolsvap|away | 05:08 | |
*** coolsvap|away is now known as coolsvap | 05:23 | |
*** cody-somerville has quit IRC | 05:24 | |
*** coolsvap is now known as coolsvap|away | 06:10 | |
*** jtomasek has quit IRC | 07:26 | |
*** jcoufal has joined #storyboard | 08:02 | |
*** notnownikki has joined #storyboard | 08:22 | |
*** jtomasek has joined #storyboard | 09:55 | |
SotK | Do you know what's really annoying and we should fix? The thing where sometimes instead of content in a page you get a pile of 401 errors. | 10:00 |
---|---|---|
Zara | yes | 10:00 |
Zara | it's when you've been logged out, I think | 10:00 |
Zara | and it redirects for some reason | 10:01 |
Zara | that was on my list but then subscriptions has been taking me an embarassingly long time | 10:01 |
pdar | i think npm hates me | 11:12 |
Zara | oh they have a page on that | 11:17 |
Zara | https://docs.npmjs.com/misc/faq#why-does-npm-hate-me | 11:18 |
Zara | what's happening atm, same issue as before? | 11:18 |
pdar | haha awesome, | 11:21 |
pdar | pretty much the same as before aye | 11:21 |
pdar | I've started to learn about npm just to try and understand the problem | 11:22 |
*** jtomasek has quit IRC | 11:22 | |
Zara | :) it's very odd, I'm still wondering if it's just that we've forgotten a config step that needs to be explicit | 11:22 |
Zara | I'll try doing a few diffs just in case, see if I spot anything | 11:23 |
pdar | thanks Zara :) | 11:30 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for Worklists https://review.openstack.org/213702 | 11:33 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add tables for Worklists and Boards https://review.openstack.org/213701 | 11:33 |
*** jtomasek has joined #storyboard | 11:37 | |
Zara | hmm, I've just remembered there was some other storyboard configuration in storyboard.conf | 11:37 |
Zara | not sure if you did this step | 11:37 |
Zara | or if it's a thing a this point or just afterwards but there's something about a list of valid_oauth_clients that I've changed to include my ip address | 11:38 |
Zara | but that's not the webclient so hm | 11:38 |
Zara | and also I think that would just be for loggin gin | 11:40 |
SotK | yeah, without changing that trying to log in gives an error | 11:42 |
Zara | :) I did that thing where I do 'spot the difference' before checking what something is for. sorry for the noise. might be useful later, I guess. | 11:44 |
Zara | I'm amused that I managed to type 'valid_oauth_clients' without reading it though | 11:45 |
Zara | no useful diffs found. :( I also looked in my .gitignore to see if there were any files I might have missed that way, but nothing relevant showed up | 11:52 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for Worklists https://review.openstack.org/213702 | 11:53 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard: Add tables for Worklists and Boards https://review.openstack.org/213701 | 11:53 |
Zara | oh hey it's the day of the storyboard meeting! | 12:28 |
Zara | that one always sneaks up on me | 12:28 |
SotK | heh, me too | 12:35 |
*** jcoufal_ has joined #storyboard | 12:58 | |
*** jcoufal has quit IRC | 13:01 | |
*** jcoufal_ has quit IRC | 13:49 | |
*** jcoufal has joined #storyboard | 13:51 | |
SotK | meeting in an hour in #openstack-meeting, for folk interested in storyboard | 14:02 |
Zara | oh hey, that's me! what are the chances? | 14:03 |
pdar | what sort of stuff do they talk about? | 14:03 |
SotK | the exciting agenda is here: https://wiki.openstack.org/wiki/Meetings/StoryBoard | 14:04 |
SotK | feel free to add to it if you like | 14:04 |
Zara | ~anything at all~ | 14:04 |
Zara | pdar: had any luck with your installation troubles? | 14:35 |
pdar | nope, thought I might have but no sign of the ui yet | 14:38 |
pdar | Current output is: http://paste.baserock.org/vizodoqoxa | 14:39 |
Zara | weird, looks like mine... do you get a 404 if you direct your browser to 8080? | 14:40 |
Zara | I'd like to eliminate any other source of weirdness.... | 14:40 |
Zara | (seems just like mine except for yours not mentioning the karma packages at all) | 14:42 |
*** jcoufal_ has joined #storyboard | 14:45 | |
*** jcoufal has quit IRC | 14:48 | |
pdar | Zara: nope | 14:48 |
pdar | unable to connect on both :( | 14:48 |
Zara | curiouser and curiouser! that sounds like maybe it's the wrong ip or port... or storyboard itself isn't working | 14:50 |
* SotK suspects vagrant is weird | 14:53 | |
Zara | I remember being confused at first because I had to use my 172.... floating ip rather than my 192... one | 14:54 |
SotK | I'm guessing vagrant's networking defaults to something that is stopping this working nicely | 14:57 |
pdar | perhaps yes, I dont know networking at all really | 14:58 |
Zara | yeah, I was thinking it might be overriding something, grr. sorry, really should have asked about directing the browser to 8080 earlier since it looks like the storyboard/webclient side of things may be working fine.... | 14:59 |
Zara | (I too know nothing about networking unfortunately) | 14:59 |
Zara | meeting time anyway | 15:00 |
* Zara hands over to SotK esq. | 15:01 | |
SotK | pdar: try doing `ssh -L 9000:$your_vagrant_machine_ip:9000 $username@$your_vagrant_machine_ip` | 15:01 |
Zara | MEETING MEETING MEETING | 15:03 |
SotK | or, if you can get changes in a Vagrantfile without having to redo everything, try setting up port forwarding for port 9000 like in this doc: http://docs.vagrantup.com/v2/networking/forwarded_ports.html | 15:03 |
pdar | aha, i think thats what it was missing! | 15:07 |
pdar | thanks SotK | 15:08 |
pdar | will let you know if it works shortly | 15:08 |
* SotK crosses fingers | 15:08 | |
Zara | I just got really excited this week because I hadn't forgotten about the meeting for once | 15:10 |
pdar | woohaa | 15:10 |
pdar | it worked | 15:11 |
CTtpollard | :D | 15:11 |
Zara | :D | 15:11 |
pdar | SotK: is the king | 15:11 |
pdar | Zara: is the queen | 15:11 |
SotK | hooray | 15:11 |
Zara | glad we got there at last! | 15:12 |
*** coolsvap|away is now known as coolsvap | 15:18 | |
*** coolsvap is now known as coolsvap|away | 15:22 | |
Zara | now the real fun begins... :D | 15:29 |
pdar | ha, maybe | 15:33 |
pdar | wow, so many people turned up for the cinder meeting! | 16:03 |
SotK | yeah, we are sadly a teeny project with few people interested enough to attend the meeting it seems | 16:10 |
Zara | yup! I like to imagine they were trying to go to the storyboard meeting but got confused about the time. | 16:10 |
Zara | though that does mean that we get to be the stalwart party of three. We'll battle the odds to triumph over adversity, and change the world with storyboard.... or something. | 16:13 |
Zara | I have no useful items, magic or combat skills so I'm not sure how it's going to work. | 16:14 |
SotK | great, now I want to play D&D | 16:17 |
*** jcoufal_ has quit IRC | 16:18 | |
* SotK wishes Chrome wouldn't render things differently based on the presence of a line break | 16:30 | |
Zara | oh? | 16:36 |
*** jtomasek has quit IRC | 16:46 | |
*** mrmartin has quit IRC | 17:10 | |
*** mrmartin has joined #storyboard | 18:23 | |
*** mrmartin has quit IRC | 20:10 | |
*** mrmartin has joined #storyboard | 20:10 | |
*** mrmartin has quit IRC | 20:10 | |
*** cody-somerville has joined #storyboard | 21:20 | |
*** cody-somerville has quit IRC | 23:03 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!