anotheral | question if anyone has time | 00:56 |
---|---|---|
anotheral | regarding awscli and cloud-init on ubuntu 12.04 | 00:56 |
anotheral | nvm - fixed it | 01:04 |
=== harlowja_away is now known as harlowja | ||
smoser | harlowja, did you point me once at some tool that would convert package names ? | 01:47 |
smoser | from debian -> redhat or some such? | 01:47 |
harlowja | hmmmm, smoser not sure :( | 01:47 |
smoser | python library i though. | 01:47 |
smoser | i remember that at some point someone pointed me at a library and said "maybe cloud-init could use this to normalize package names across distros" | 01:48 |
harlowja | smoser hmmm | 01:54 |
harlowja | smoser https://github.com/jordansissel/fpm ? | 01:54 |
harlowja | maybe that, not sure | 01:54 |
harlowja | i've made a similar tool, but its anvil ;) | 01:54 |
smoser | nah. | 01:54 |
harlowja | hmmm | 01:54 |
smoser | this isn't for *building* | 01:54 |
smoser | this was for: | 01:54 |
smoser | apt-get install libvirt-bin -> yum install libvirt | 01:55 |
smoser | or | 01:55 |
harlowja | oh | 01:55 |
harlowja | ya | 01:55 |
smoser | apt-get install openssh-server -> yum install sshd | 01:55 |
harlowja | https://bugs.launchpad.net/cloud-init/+bug/785570 ? | 01:55 |
harlowja | packagekit | 01:55 |
harlowja | maybe that | 01:56 |
smoser | yeah, i think thats what it was :-( | 01:58 |
smoser | but thats not what i want | 01:58 |
smoser | i want a big table mapping debian names to suse names | 01:58 |
harlowja | lol | 02:19 |
harlowja | not sure then :-P | 02:19 |
harlowja | smoser 14.04 soon right? | 03:27 |
harlowja | like next month/ | 03:27 |
harlowja | ? | 03:28 |
=== harlowja is now known as harlowja_away | ||
harmw | smoser: you're ok with this patch? https://bugs.launchpad.net/cirros/+bug/1184826 | 07:48 |
harmw | just in time for 0.3.2 :p | 07:49 |
=== shardy_afk is now known as shardy | ||
smoser | harmw, nice. i almost can't believe i dont hvae that. | 14:36 |
smoser | the format is the only thing i'd bikeshed on. i'd like for it to be the same as cloud-init. | 14:36 |
harmw | hm hm | 14:39 |
harmw | sounds reasonable | 14:39 |
harmw | ill work something out tonight | 14:39 |
smoser | thanks. | 15:11 |
=== harlowja_away is now known as harlowja | ||
natorious | is there a way to schedule a job w/o starting the scheduler? | 19:23 |
natorious | wrong chan | 19:24 |
harmw | smoser: you're liking this? https://bugs.launchpad.net/cirros/+bug/1184826 | 20:05 |
harlowja | seanwbruno for freebsd stuff would the first step be to upload the missing ports to freebsd ports? | 20:46 |
harlowja | thats probably like 3-4 python deps | 20:46 |
seanwbruno | yepper, I need to grab all the things and construct something that looks like a freebsd port makefile thing. | 20:47 |
harlowja | k, i'd save the cloud-init package for last, harmw the current code doesn't write out the network config right? | 20:49 |
seanwbruno | I wonder if fbsd ports knows how to interact with lp | 20:53 |
seanwbruno | hrm | 20:53 |
seanwbruno | let me poke | 20:53 |
smoser | harmw, that looks great. | 21:07 |
smoser | harmw, can you just verify that /usr/bin is not necessary ? | 21:12 |
smoser | i just don't lik ehardocding paths | 21:12 |
dgarstang3 | How can I get cloud-init to umount a directory ? | 21:45 |
smoser | dgarstang3 you want it to not mount /mnt ? | 21:59 |
smoser | http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config.txt#L178 | 22:00 |
dgarstang3 | smoser: /mnt is already mounted as part of the ubuntu amazon image. s'ok, I think adding [ umount, /mnt ] to bootcmd should do it... | 22:03 |
smoser | dgarstang3, its not already mounted as part of the imags. | 22:03 |
smoser | cloud-init mounts it | 22:03 |
smoser | per its default configuration | 22:03 |
smoser | if you tell it not to, it wont | 22:03 |
smoser | mounts: | 22:04 |
dgarstang3 | smoser: that's the default? How do I override that default? | 22:04 |
smoser | - [ephemeral0, null ] | 22:04 |
smoser | see the default listed at lin 174 | 22:04 |
dgarstang3 | smoser: i see. ok I shall add that. | 22:04 |
dgarstang3 | smoser: but hang on... i know that typically it uses the software raid... - [ephemeral0, null ] wouldn't cover that | 22:05 |
smoser | ? | 22:06 |
smoser | what typically uses software raid ? | 22:07 |
smoser | doing the above will tell cloud-init to not write an /etc/fstab entry for ephemeral0 (/dev/sdb) | 22:07 |
dgarstang3 | smoser: there's more than one ephemeral disk | 22:08 |
dgarstang3 | smoser: typically, something, takes all empehemeral disks and puts them into a dm raid volume and mounts on /mn | 22:08 |
dgarstang3 | sorry, /mnt | 22:08 |
dgarstang3 | It doesn't seem like saying - [ephemeral0, null ] would stop that, since there's more than one ephemeral disk involved | 22:09 |
harmw | smoser: nope, full path isn't required | 22:11 |
dgarstang3 | I'll try - [ephemeral0, null ] - [ephemeral1, null ] - [ephemeral2, null ] - [ephemeral3, null ] | 22:12 |
harmw | harlowja: it doesn't? I realy dont know actually, it's been a while :p | 22:16 |
harlowja | np | 22:16 |
harmw | could fairly well be the case though, it missing tons of stuff anyway | 22:17 |
harmw | btw, thanks for pointing me to that nova slow list bug :) it takese 3seconds now | 22:17 |
=== shardy is now known as shardy_afk | ||
harlowja | woot | 22:47 |
harlowja | harmw on how many instances? | 22:47 |
harmw | haha, just 5 | 22:47 |
harlowja | ya, hmmm | 22:47 |
harlowja | still to slow, lol | 22:47 |
harmw | yea i know, but thats more likely due to the crappy hw :) | 22:48 |
harlowja | some of it, lol | 22:48 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!