*** zaitcev has joined #openstack-dev | 00:03 | |
*** dolphm has joined #openstack-dev | 00:23 | |
*** nati_ueno has quit IRC | 00:23 | |
*** dolphm has quit IRC | 00:27 | |
*** thingee has quit IRC | 00:32 | |
*** Mandell has quit IRC | 00:34 | |
*** issackelly has quit IRC | 00:35 | |
*** steveb_ has quit IRC | 00:37 | |
*** torgomatic has quit IRC | 00:39 | |
*** danwent has joined #openstack-dev | 00:40 | |
*** dtroyer is now known as dtroyer_zzz | 00:44 | |
*** dachary has quit IRC | 00:47 | |
*** dachary has joined #openstack-dev | 00:47 | |
*** steveb_ has joined #openstack-dev | 00:48 | |
*** ijw has quit IRC | 00:51 | |
*** ijw has joined #openstack-dev | 00:51 | |
*** jdurgin has quit IRC | 01:00 | |
*** rods has quit IRC | 01:04 | |
*** novas0x2a|laptop has quit IRC | 01:05 | |
*** nati_ueno has joined #openstack-dev | 01:08 | |
*** Dr_Who has quit IRC | 01:08 | |
*** katell has quit IRC | 01:12 | |
*** katell has joined #openstack-dev | 01:12 | |
*** spiffxp has quit IRC | 01:17 | |
*** adjohn has quit IRC | 01:19 | |
*** nati_ueno has quit IRC | 01:21 | |
*** Shrews has quit IRC | 01:24 | |
*** bencherian has quit IRC | 01:27 | |
mikal | vishy: ping? | 01:28 |
---|---|---|
cloudfly | he's been quiet for a while | 01:31 |
cloudfly | probably gone on weekend | 01:31 |
*** danwent has quit IRC | 01:32 | |
harlowja | smoser: if u get any time, http://bazaar.launchpad.net/~harlowja/cloud-init/rework/files/head:/cloudinit/ | 01:34 |
mikal | cloudfly: ahhh fair enough. I'll see if he replies to my review comment. I can always chase him next week | 01:34 |
harlowja | it should be getting closer to being there, nearly all the lib code should be all good (still WIP mode, ha) | 01:35 |
tr3buchet | blist | 01:35 |
tr3buchet | oops | 01:35 |
*** dprince has quit IRC | 01:39 | |
*** BLZbubba has quit IRC | 01:41 | |
*** katell2 has joined #openstack-dev | 01:42 | |
*** katell has quit IRC | 01:42 | |
smoser | harlowja, i will give some time on monday. | 01:44 |
harlowja | thx much, i'll fixup most of the main lib pylint stuff | 01:44 |
harlowja | *but don't worry about that yet :-p | 01:44 |
harlowja | and the bin/ | 01:44 |
harlowja | not there yet, ha | 01:44 |
harlowja | and tests/ | 01:44 |
*** blamar has quit IRC | 01:48 | |
*** Sardines has joined #openstack-dev | 01:55 | |
Sardines | hello! is there anyone here who can help me with VM image contextualization with openstack? not sure if this is the right place to ask, but i'm running out of places to go :| | 01:56 |
*** dachary has quit IRC | 01:57 | |
*** dachary has joined #openstack-dev | 01:57 | |
*** johnpostlethwait has quit IRC | 02:00 | |
*** pixelbeat has quit IRC | 02:00 | |
harlowja | what is this thing u call VM image contextualization | 02:02 |
*** adalbas has quit IRC | 02:03 | |
Sardines | the way on how different instances from the same image are configured (ip, authentication, etc etc etc) | 02:07 |
Sardines | images* | 02:07 |
zaitcev | So, it's like what Audrey does? | 02:08 |
Sardines | audrey? | 02:08 |
zaitcev | Actually, I think the fashionable tool these days is cloud-init. Audrey was originally put together by Aeolus people. | 02:09 |
*** dtroyer_zzz is now known as dtroyer | 02:09 | |
Sardines | cloud-init only works on ubuntu based images, right? | 02:11 |
smoser | :) | 02:11 |
smoser | coming soon to an RPM based distro near you. | 02:11 |
smoser | (thanks to harlowja and others) | 02:12 |
Sardines | :D | 02:12 |
harlowja | :) | 02:12 |
harlowja | ya, it will be nicer to work with other distros and debugging and such soon | 02:12 |
harlowja | that is the hope, :-p | 02:12 |
smoser | Sardines, it does exist in fedora at the moment, but in a limited fashion | 02:12 |
*** pixelbeat has joined #openstack-dev | 02:12 | |
smoser | Sardines, and there is cloud-init in debian sid right now, although there is work to be don there also. | 02:13 |
harlowja | ya, don't expect it to do to much, i am working on something that abstracts away as much of the distro stuff as possible to helper classes, some stuff won't work in fedora/rh... ie, aptupgrades and such but those can be removed | 02:13 |
Sardines | ill use the ubuntu one for now :) working on my master thesis, need to cover this part of the process :p got any links that i can follow so i can get some more richness on the document? :D | 02:14 |
harlowja | code level, or just regular docs, or capability docs? | 02:15 |
harlowja | https://help.ubuntu.com/community/CloudInit | 02:15 |
harlowja | depends on how deep down the rabbit hole u want to go | 02:15 |
harlowja | ha | 02:15 |
Sardines | think im sticking to the surface for now, time is running short xD | 02:16 |
Sardines | actually, can you link me to the capability docs? | 02:17 |
harlowja | hmmm, ok, so hmmm, the capabilities, are sort of in that main one, http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/files/head:/doc/examples/ + code unless there is another better place | 02:18 |
harlowja | i would almost say look at http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/files/head:/cloudinit/CloudConfig/ also | 02:18 |
harlowja | docs for this kind of stuff could be better i think | 02:18 |
harlowja | datasource* modules there are how data gets loaded | 02:19 |
harlowja | http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/files/head:/cloudinit/ | 02:19 |
Sardines | thanks a million :) you have been of great help :D | 02:19 |
harlowja | if that isn't so easy, i can try to explain it all, haha, smoser or i should be able to do that :-p | 02:20 |
harlowja | http://bazaar.launchpad.net/~harlowja/cloud-init/rework/files might be easier to follow, basically starting in stages.py/init and then to the stages.py/transforms but don't expect that branch to work yet, lol | 02:20 |
harlowja | but for refereence it might be better, idk | 02:20 |
harlowja | sorry, http://bazaar.launchpad.net/~harlowja/cloud-init/rework/files/head:/cloudinit/, not the main dir | 02:21 |
Sardines | once again, thanks a million :) | 02:22 |
smoser | almost all of cloudconfig function is documented in the doc/ link or source that harlow pointed at above. | 02:22 |
smoser | and the wiki doc shows what all to feed CloudInit (one of the things you can feed it is cloudconfig). | 02:22 |
*** Facefox has quit IRC | 02:24 | |
Sardines | thank you very much once again :) | 02:25 |
Sardines | i want to cite both of you in the thesis, do you guys have any preference on how to do it? :D | 02:26 |
Sardines | preferences* | 02:26 |
harlowja | ha, no idear :-p | 02:27 |
harlowja | just say 'those awesome dudes on irc' | 02:27 |
*** dachary has quit IRC | 02:28 | |
*** dachary has joined #openstack-dev | 02:29 | |
Sardines | ahah ok :D | 02:31 |
Sardines | again, thanks a million for the help :) | 02:31 |
harlowja | np | 02:31 |
*** s0mik has joined #openstack-dev | 02:40 | |
*** danwent has joined #openstack-dev | 02:41 | |
*** Ryan_Lane1 has joined #openstack-dev | 02:48 | |
*** Ryan_Lane has quit IRC | 02:51 | |
*** sstent_ has joined #openstack-dev | 02:52 | |
*** harlowja has quit IRC | 02:54 | |
*** Mandell has joined #openstack-dev | 02:56 | |
*** EmilienM has joined #openstack-dev | 02:58 | |
*** PotHix has quit IRC | 03:00 | |
*** Sardines has quit IRC | 03:02 | |
*** EmilienM has left #openstack-dev | 03:03 | |
*** s0mik has quit IRC | 03:08 | |
*** katell2 has quit IRC | 03:10 | |
*** Dr_Who has joined #openstack-dev | 03:15 | |
*** Dr_Who has quit IRC | 03:15 | |
*** Dr_Who has joined #openstack-dev | 03:15 | |
*** sstent_ has quit IRC | 03:23 | |
*** pixelbeat has quit IRC | 03:24 | |
*** spiffxp has joined #openstack-dev | 03:36 | |
*** adjohn has joined #openstack-dev | 03:37 | |
*** adjohn has quit IRC | 03:44 | |
*** dtroyer is now known as dtroyer_zzz | 03:45 | |
*** Dr_Who has quit IRC | 03:53 | |
*** bencherian has joined #openstack-dev | 03:55 | |
*** littleidea has quit IRC | 03:55 | |
*** littleidea has joined #openstack-dev | 04:01 | |
*** spiffxp has quit IRC | 04:24 | |
*** katell has joined #openstack-dev | 04:28 | |
*** dtroyer_zzz is now known as dtroyer | 04:33 | |
*** katell has quit IRC | 04:37 | |
*** katell1 has joined #openstack-dev | 04:37 | |
*** matwood has joined #openstack-dev | 04:47 | |
*** jakedahn_zz is now known as jakedahn | 04:49 | |
*** littleidea has quit IRC | 04:52 | |
*** dtroyer is now known as dtroyer_zzz | 04:57 | |
*** jakedahn is now known as jakedahn_zz | 04:58 | |
*** dachary has quit IRC | 05:08 | |
*** dachary has joined #openstack-dev | 05:08 | |
*** spiffxp has joined #openstack-dev | 05:15 | |
*** adjohn has joined #openstack-dev | 05:31 | |
*** zaitcev has quit IRC | 05:36 | |
*** wting has quit IRC | 05:40 | |
*** wting has joined #openstack-dev | 05:42 | |
*** Mandell has quit IRC | 05:54 | |
*** adjohn has quit IRC | 06:00 | |
*** hattwick has quit IRC | 06:02 | |
*** azbarcea has joined #openstack-dev | 06:29 | |
*** jakedahn_zz is now known as jakedahn | 06:36 | |
*** jakedahn is now known as jakedahn_zz | 06:37 | |
*** spiffxp has quit IRC | 06:45 | |
*** bencherian has quit IRC | 07:01 | |
*** ghantoos has quit IRC | 07:09 | |
*** ghantoos_ has joined #openstack-dev | 07:09 | |
*** andrewsben is now known as andrewsben_zz | 07:12 | |
*** eglynn_ has joined #openstack-dev | 07:26 | |
*** GheRivero_ has joined #openstack-dev | 07:30 | |
*** bencherian has joined #openstack-dev | 07:33 | |
garyk | danwent: ping | 07:41 |
danwent | garyk: pep8 joy? | 07:41 |
danwent | i'm working on it now, there's a lot of them :-/ | 07:41 |
garyk | ok. how did this creep in? | 07:42 |
garyk | i can work on this tomorrow if need be. | 07:42 |
danwent | this is the result of our decision to not hardcode the pep8 version for trunk. | 07:43 |
garyk | oy vey | 07:43 |
garyk | if you need some help with this then please let me know. | 07:43 |
danwent | so when pep8 tool has a new version, new errors are flagged. We we had the discussion on the ML about this, I didn't realize that pep8 updated quite so frequently :) | 07:44 |
danwent | juliano already did a chunk of it. I'll do another chunk. if you want to do some as well when i'm done, that woudl be great. Its actually good for me to fix up this type of stuff, as I personally don't have proper pep8 indentation drilled into my fingerings yet :) | 07:45 |
garyk | ok, let me know when to take over. | 07:46 |
danwent | hehe, thanks. | 07:46 |
garyk | enjoy the weekend. | 07:46 |
garyk | seriously, if there is some stuff that you need me to do then shoot me a mail and i'll take it from there (sunday is a work day :) | 07:47 |
danwent | ok, great. will probably take you up on that, as i'm traveling saturday/sunday (will be in europe for a conference + customer visits). | 07:48 |
garyk | ok, travel safe. | 07:49 |
danwent | thx :) | 07:49 |
*** hattwick has joined #openstack-dev | 07:58 | |
*** danwent has quit IRC | 08:05 | |
*** dhellmann has quit IRC | 08:14 | |
*** dhellmann_ has joined #openstack-dev | 08:14 | |
*** azbarcea has quit IRC | 08:20 | |
*** eglynn_ has quit IRC | 08:21 | |
*** dachary has quit IRC | 08:29 | |
*** dachary has joined #openstack-dev | 08:29 | |
*** dachary has quit IRC | 08:58 | |
*** dachary has joined #openstack-dev | 08:59 | |
*** steveb_ has quit IRC | 09:00 | |
*** dachary has quit IRC | 09:09 | |
*** dachary has joined #openstack-dev | 09:09 | |
*** bencherian has quit IRC | 09:16 | |
*** bencherian has joined #openstack-dev | 09:39 | |
*** GheRivero_ has quit IRC | 09:41 | |
*** bencherian has quit IRC | 09:41 | |
*** bencherian has joined #openstack-dev | 09:42 | |
*** dachary has quit IRC | 09:46 | |
*** dachary has joined #openstack-dev | 09:46 | |
*** pixelbeat has joined #openstack-dev | 10:03 | |
*** sandywalsh has quit IRC | 10:11 | |
*** asalkeld has quit IRC | 10:21 | |
*** sulochan has joined #openstack-dev | 10:24 | |
*** steveb_ has joined #openstack-dev | 10:31 | |
*** bencherian has quit IRC | 10:31 | |
*** dachary has quit IRC | 10:33 | |
*** dachary has joined #openstack-dev | 10:34 | |
*** steveb_ has quit IRC | 10:44 | |
*** rods has joined #openstack-dev | 10:57 | |
*** pixelbeat has quit IRC | 10:59 | |
*** sannes has quit IRC | 11:01 | |
*** eglynn_ has joined #openstack-dev | 11:20 | |
*** rkukura has quit IRC | 11:39 | |
*** rkukura has joined #openstack-dev | 11:40 | |
dachary | anotherjesse_zz: ping ? | 11:50 |
dachary | anotherjesse_zz: I would very much like your help in sorting out the licensing of the munin plugins your wrote ( https://github.com/cloudbuilders/openstack-munin/issues/3 ). I sent you an email with the context ;-) | 11:51 |
*** dhellmann_ has quit IRC | 12:06 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 12:11 | |
*** Ryan_Lane has quit IRC | 12:11 | |
*** Ryan_Lane has joined #openstack-dev | 12:11 | |
*** dachary has quit IRC | 12:39 | |
*** ywu has joined #openstack-dev | 13:08 | |
*** dtroyer_zzz is now known as dtroyer | 13:15 | |
*** dtroyer is now known as dtroyer_zzz | 13:19 | |
*** dtroyer_zzz is now known as dtroyer | 13:30 | |
*** glenc has joined #openstack-dev | 13:45 | |
*** lloydde has joined #openstack-dev | 13:54 | |
*** sstent has quit IRC | 13:59 | |
*** koolhead17 has joined #openstack-dev | 14:00 | |
*** sstent has joined #openstack-dev | 14:01 | |
*** hugokuo has quit IRC | 14:02 | |
*** hugokuo has joined #openstack-dev | 14:02 | |
*** dachary has joined #openstack-dev | 14:04 | |
*** dachary has quit IRC | 14:05 | |
*** dachary has joined #openstack-dev | 14:05 | |
*** ChanServ has quit IRC | 14:09 | |
*** dachary has quit IRC | 14:11 | |
*** dolphm has joined #openstack-dev | 14:16 | |
*** dtroyer is now known as dtroyer_zzz | 14:19 | |
*** ChanServ has joined #openstack-dev | 14:25 | |
*** verne.freenode.net sets mode: +o ChanServ | 14:25 | |
*** dolphm has quit IRC | 14:26 | |
*** lloydde has quit IRC | 14:32 | |
*** pixelbeat has joined #openstack-dev | 14:33 | |
*** lloydde has joined #openstack-dev | 14:35 | |
*** lloydde has quit IRC | 14:39 | |
*** lloydde has joined #openstack-dev | 14:42 | |
*** glenc_ has joined #openstack-dev | 14:46 | |
*** glenc has quit IRC | 14:48 | |
*** renier has quit IRC | 14:48 | |
*** danwent has joined #openstack-dev | 15:11 | |
*** lloydde has quit IRC | 15:11 | |
*** lloydde has joined #openstack-dev | 15:12 | |
*** winston-d has joined #openstack-dev | 15:15 | |
*** dtroyer_zzz is now known as dtroyer | 15:16 | |
winston-d | Hi, all. is nova-api-meta service broken in trunk? | 15:16 |
*** lloydde has quit IRC | 15:17 | |
*** ghantoos_ is now known as ghantoos | 15:17 | |
*** dachary has joined #openstack-dev | 15:24 | |
*** dtroyer is now known as dtroyer_zzz | 15:25 | |
*** ncode has joined #openstack-dev | 15:31 | |
winston-d | smoser, around? | 15:34 |
*** dolphm has joined #openstack-dev | 15:37 | |
*** edygarcia has joined #openstack-dev | 15:49 | |
*** edygarcia has quit IRC | 15:53 | |
*** dtroyer_zzz is now known as dtroyer | 15:54 | |
*** dtroyer is now known as dtroyer_zzz | 15:55 | |
*** azbarcea has joined #openstack-dev | 16:00 | |
*** dtroyer_zzz is now known as dtroyer | 16:01 | |
*** glenc_ is now known as glenc | 16:06 | |
*** dolphm has quit IRC | 16:11 | |
*** ywu has quit IRC | 16:12 | |
*** dtroyer is now known as dtroyer_zzz | 16:14 | |
*** winston-d has quit IRC | 16:26 | |
*** jgriffith_away has quit IRC | 16:26 | |
*** dachary has quit IRC | 16:29 | |
*** dachary has joined #openstack-dev | 16:29 | |
*** jgriffith has joined #openstack-dev | 16:33 | |
*** jgriffith has quit IRC | 16:37 | |
*** winston-d has joined #openstack-dev | 16:38 | |
*** jakedahn_zz is now known as jakedahn | 16:40 | |
winston-d | smoser, ping | 16:55 |
*** ncode has quit IRC | 17:02 | |
*** eglynn_ has quit IRC | 17:10 | |
*** winston-d has quit IRC | 17:15 | |
*** rods has quit IRC | 17:23 | |
*** nati_ueno has joined #openstack-dev | 17:29 | |
*** thingee has joined #openstack-dev | 17:29 | |
*** danwent has quit IRC | 17:41 | |
*** azbarcea has quit IRC | 17:46 | |
*** Mandell has joined #openstack-dev | 17:48 | |
*** azbarcea has joined #openstack-dev | 17:48 | |
*** eglynn_ has joined #openstack-dev | 17:50 | |
*** s0mik has joined #openstack-dev | 17:53 | |
*** jakedahn is now known as jakedahn_zz | 17:59 | |
*** pixelbeat has quit IRC | 18:01 | |
*** dachary has quit IRC | 18:15 | |
*** dachary has joined #openstack-dev | 18:15 | |
*** ncode has joined #openstack-dev | 18:16 | |
*** jakedahn_zz is now known as jakedahn | 18:22 | |
*** ywu has joined #openstack-dev | 18:24 | |
*** andrewsben_zz is now known as andrewsben | 18:41 | |
*** bencherian has joined #openstack-dev | 18:42 | |
*** arosen has quit IRC | 18:56 | |
*** danwent has joined #openstack-dev | 18:59 | |
*** jakedahn is now known as jakedahn_zz | 19:02 | |
*** danwent has quit IRC | 19:03 | |
*** danwent has joined #openstack-dev | 19:09 | |
*** nati_ueno has quit IRC | 19:09 | |
*** andrewsben is now known as andrewsben_zz | 19:09 | |
*** azbarcea has quit IRC | 19:13 | |
*** arosen has joined #openstack-dev | 19:15 | |
*** belliott has quit IRC | 19:25 | |
*** danishman has joined #openstack-dev | 19:33 | |
*** Mandell has quit IRC | 19:34 | |
*** Mandell has joined #openstack-dev | 19:34 | |
*** s0mik has quit IRC | 19:38 | |
*** dachary has quit IRC | 19:48 | |
*** dachary has joined #openstack-dev | 19:48 | |
*** steveb_ has joined #openstack-dev | 20:01 | |
*** eglynn_ has quit IRC | 20:02 | |
*** danwent has quit IRC | 20:07 | |
*** gholt has quit IRC | 20:17 | |
*** ncode has quit IRC | 20:20 | |
*** gholt has joined #openstack-dev | 20:28 | |
*** bencherian has quit IRC | 20:30 | |
*** azbarcea has joined #openstack-dev | 20:49 | |
*** bencherian has joined #openstack-dev | 20:52 | |
*** bencherian_ has joined #openstack-dev | 21:02 | |
*** bencherian has quit IRC | 21:02 | |
*** bencherian_ is now known as bencherian | 21:02 | |
*** nati_ueno has joined #openstack-dev | 21:03 | |
*** garyk has quit IRC | 21:04 | |
*** gholt has quit IRC | 21:06 | |
*** nati_ueno has quit IRC | 21:08 | |
*** gholt has joined #openstack-dev | 21:08 | |
*** garyk has joined #openstack-dev | 21:11 | |
*** Ruetobas has quit IRC | 21:17 | |
*** nati_ueno has joined #openstack-dev | 21:18 | |
*** pixelbeat has joined #openstack-dev | 21:19 | |
*** s0mik has joined #openstack-dev | 21:19 | |
*** Ruetobas has joined #openstack-dev | 21:23 | |
*** bencherian has quit IRC | 21:33 | |
*** danishman has quit IRC | 21:42 | |
*** nati_ueno has quit IRC | 21:57 | |
*** nati_ueno has joined #openstack-dev | 22:01 | |
*** dtroyer_zzz is now known as dtroyer | 22:03 | |
*** glenc_ has joined #openstack-dev | 22:11 | |
*** nati_ueno has quit IRC | 22:12 | |
*** glenc has quit IRC | 22:13 | |
*** nati_ueno has joined #openstack-dev | 22:15 | |
*** nati_ueno has quit IRC | 22:18 | |
*** eglynn_ has joined #openstack-dev | 22:18 | |
*** nati_ueno has joined #openstack-dev | 22:22 | |
*** eglynn_ has quit IRC | 22:22 | |
*** glenc has joined #openstack-dev | 22:24 | |
*** glenc- has joined #openstack-dev | 22:26 | |
*** glenc_ has quit IRC | 22:26 | |
*** pixelbeat has quit IRC | 22:26 | |
*** nati_uen_ has joined #openstack-dev | 22:27 | |
*** nati_ueno has quit IRC | 22:28 | |
*** glenc has quit IRC | 22:29 | |
*** dachary has quit IRC | 22:33 | |
*** nati_uen_ has quit IRC | 22:41 | |
*** hugokuo has quit IRC | 22:48 | |
*** nati_uen_ has joined #openstack-dev | 22:49 | |
*** azbarcea has quit IRC | 22:51 | |
*** nati_uen_ has quit IRC | 22:55 | |
*** nati_ueno has joined #openstack-dev | 22:55 | |
*** sulochan has quit IRC | 23:10 | |
*** rods has joined #openstack-dev | 23:15 | |
*** dtroyer is now known as dtroyer_zzz | 23:19 | |
*** nati_uen_ has joined #openstack-dev | 23:26 | |
*** nati_ueno has quit IRC | 23:28 | |
*** ncode has joined #openstack-dev | 23:29 | |
*** koolhead17 has quit IRC | 23:48 | |
*** mtaylor has quit IRC | 23:50 | |
*** mtaylor has joined #openstack-dev | 23:51 | |
*** ChanServ sets mode: +v mtaylor | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!