*** tpb has joined #timvideos | 00:00 | |
Joelw | mithro: That sucks :( What's their upgrade path? ZedBoard? | 00:06 |
---|---|---|
mithro | no idea | 00:06 |
*** CarlFK has joined #timvideos | 00:14 | |
*** ChanServ sets mode: +v CarlFK | 00:14 | |
mithro | shenki: ping? | 01:13 |
mithro | CarlFK: ping? | 01:13 |
CarlFK | mithro: pong | 01:13 |
*** Niharika|mobile has joined #timvideos | 01:30 | |
*** CarlFK has quit IRC | 01:48 | |
*** CarlFK has joined #timvideos | 02:10 | |
*** ChanServ sets mode: +v CarlFK | 02:10 | |
mithro | GSoC Mentor Org Applicaito nsubmmited | 03:24 |
mithro | CarlFK: ping? | 03:30 |
CarlFK | mithro: pong - PS1 meeting just wrapped up | 03:31 |
mithro | aps: ping? | 03:32 |
aps | mithro: morning | 03:32 |
mithro | aps: how busy are you at the moment? | 03:32 |
aps | mithro: Just going to have breakfast, then have a few hours free | 03:33 |
mithro | aps: I mean more generally | 03:33 |
aps | mithro: Not very busy generally | 03:34 |
mithro | aps: did you want to take a crack at using puppet to build generate.timvideos.us ? | 03:34 |
aps | mithro: er.. I 'd prefer Chef, but yeah | 03:35 |
mithro | aps: okay, give chef a go - I think puppet is probably more popular though? | 03:35 |
aps | mithro: Chef seems to be catching up pretty well. I'm actually comparing/evaluating both these days | 03:36 |
mithro | aps: I don't really mind too much, chef is more python right? | 03:36 |
aps | mithro: Both are ruby, actually. | 03:37 |
CarlFK | chef is ruby. ancible is python | 03:37 |
mithro | oh | 03:37 |
mithro | I though chef was the python one and puppet was the ruby one | 03:37 |
mithro | oh well | 03:37 |
CarlFK | sheila is doing ansible for conical, and is mostly done with setting it up to deploy the pyvideo.org site (basic django thing) | 03:38 |
mithro | aps: looked at ansible at all? | 03:39 |
CarlFK | er, maybe not conical ... | 03:39 |
CarlFK | "I am using juju at conical, which an use ansible but im using .... " and now I lost carrier | 03:40 |
mithro | I'm of the opinion that its generally better to use the most popular tool | 03:43 |
aps | mithro: yes, only problem I see with Ansible is that it is new and lacks documentation. Chef, on the other hand, is more mature and evolving. | 03:43 |
aps | upside of Ansible is that it is python and easy to use | 03:44 |
mithro | what do people use with openstack? | 03:45 |
mithro | what is the most common tool used with openstack? | 03:45 |
aps | mithro: puppet | 03:47 |
aps | bb after breakfast | 03:50 |
shenki | rm | 04:00 |
*** CarlFK has quit IRC | 04:07 | |
mithro | shenki: Permission Denied | 04:20 |
techman83 | lol | 04:22 |
aps | sudo rm :P | 04:22 |
techman83 | aps is not in the sudoers file. This incident will be reported. | 04:23 |
aps | mithro: what is the current build process of generate.timvideos.us ? | 04:23 |
mithro | aps: we started from my "base" image and then configured it by hand :P | 04:24 |
aps | ah | 04:24 |
aps | As expected :P | 04:24 |
mithro | aps: base image was set up by hand too :P | 04:24 |
mithro | aps: atleast I documented what I did though :) | 04:25 |
aps | Again, no surprises there :D | 04:25 |
mithro | just messaged you the document where I wrote down what I did | 04:25 |
aps | yeah, I think I have seen it before | 04:25 |
mithro | it's probably missing things | 04:30 |
*** tija has joined #timvideos | 04:32 | |
MaZderMind | we run the whole VOC equipment on ansible and despite the fact that it allows you to mess up your structure in 10 ways, it'ts actually really good | 04:47 |
MaZderMind | like a server can be in a group, have multiple roles and per-server flags - and using ALL of them is not that good for understanding what will happen | 04:48 |
MaZderMind | better choose to go for roles in the first place and stay there ^^ | 04:48 |
*** CarlFK has joined #timvideos | 04:50 | |
*** ChanServ sets mode: +v CarlFK | 04:50 | |
mithro | aps: /\ | 05:12 |
mithro | MaZderMind: got a git repo we could point aps at? | 05:12 |
aps | mithro: I just realized that since we are deploying for a single server, ansible would be a better choice. It's easy to learn and python | 05:13 |
mithro | aps: well, we have more then a single server | 05:14 |
mithro | aps: I was just suggesting we start with a single server | 05:14 |
mithro | aps: we have generate.timvideos.us, logs.timvideos.us, slidelint.net, www.timvideos.us, encoding servers, etc | 05:14 |
mithro | build.hdmi2usb.tv too | 05:14 |
aps | mithro: ansible does work for multiple servers as well. It's basically NOT a master-client system | 05:15 |
mithro | does ansible do the "push a server back into compliance" type thing puppet does? | 05:15 |
mithro | IE I'd love to add a new user to all the servers by just committing once to the config repo | 05:16 |
aps | I believe it does. Just that in puppet/chef, there is a client running on every server which connects to a master server which commands any changes. Ansible works on a push-model that uses ssh to bring about changes | 05:17 |
*** Niharika|mobile has quit IRC | 05:22 | |
*** Niharika has joined #timvideos | 05:38 | |
aps | mithro: do we have to generate code.timvideos.us manually currently? | 05:48 |
mithro | aps: it's generated using travis | 05:48 |
mithro | planet.timvideos.us is generated using generate.timvideos.us | 05:49 |
aps | mithro: The new issue I created yesterday is not showing up on code.timvideos.us | 05:49 |
mithro | anything which is "dynamic" goes through planet | 05:49 |
mithro | I guess it should really be called "dynamic" rather than planet | 05:50 |
aps | mithro: do the getting-started issues show up on ideas page automatically? | 05:51 |
mithro | I'm not entirely happy with how the ideas page works at the moment | 05:51 |
mithro | I wanted something more like http://issuehub.io/ | 05:52 |
tpb | Title: issuehub.io (at issuehub.io) | 05:52 |
aps | mithro: which ideas page link have you submitted in GSoC application? | 05:54 |
mithro | currently the ideas page | 05:54 |
mithro | we can change it though | 05:56 |
MaZderMind | mithro: nothing public, may contain keys or passwords. I'll have to check which parts I can show | 06:22 |
MaZderMind | usually ansible is rummimg on your laptop/pc, connectimg to all relevamt servers via ssh and running tasks/ensuring requirements there | 06:24 |
MaZderMind | it works really gread on-site when there is no internet or only partitial network | 06:24 |
MaZderMind | great | 06:25 |
CarlFK | ansible has been top of my list of those things | 06:28 |
*** sirnam has joined #timvideos | 07:23 | |
*** slomo has joined #timvideos | 07:47 | |
*** [d__d] has quit IRC | 08:41 | |
*** [d__d] has joined #timvideos | 08:42 | |
*** sirnam has quit IRC | 08:54 | |
*** sirnam has joined #timvideos | 09:01 | |
*** sirnam has quit IRC | 10:13 | |
*** sirnam has joined #timvideos | 10:24 | |
*** Niharika has quit IRC | 10:48 | |
*** sirnam has quit IRC | 10:48 | |
*** sirnam has joined #timvideos | 10:54 | |
*** miselin has quit IRC | 11:27 | |
*** sirnam has quit IRC | 12:01 | |
*** Niharika has joined #timvideos | 12:38 | |
*** sirnam has joined #timvideos | 13:38 | |
*** sirnam has quit IRC | 13:55 | |
*** sirnam has joined #timvideos | 13:56 | |
*** sirnam has quit IRC | 14:01 | |
*** tija has quit IRC | 14:34 | |
*** _florent_ has joined #timvideos | 15:08 | |
*** Nooob has joined #timvideos | 16:46 | |
*** sirnam has joined #timvideos | 17:16 | |
*** f15h has joined #timvideos | 17:36 | |
*** abhinav95 has quit IRC | 17:42 | |
*** f15h has quit IRC | 17:44 | |
*** sirnam has quit IRC | 17:48 | |
*** sirnam has joined #timvideos | 17:49 | |
*** sirnam has quit IRC | 18:02 | |
*** sirnam has joined #timvideos | 18:23 | |
*** Niharika has quit IRC | 19:08 | |
*** Nooob has quit IRC | 19:47 | |
*** _florent_ has quit IRC | 20:07 | |
*** sirnam has quit IRC | 21:56 | |
*** tvCommitBot has joined #timvideos | 22:23 | |
tvCommitBot | [website] pinoss pushed 1 new commit to master: http://git.io/Akpt | 22:23 |
tvCommitBot | website/master 486ecd8 Maciej Paruszewski: Update Summer-Of-Code.md | 22:23 |
*** tvCommitBot has left #timvideos | 22:23 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!