=== zz_natorious is now known as natorious | ||
=== natorious is now known as zz_natorious | ||
Odd_Bloke | harlowja: Oh, hm, it looks non-trivial to change it to be configurable. | 06:56 |
---|---|---|
Odd_Bloke | I'll just hack it in my IRC client. ^_^ | 06:57 |
openstackgerrit | Claudiu Popa proposed stackforge/cloud-init: Add the data source base classes and the HTTP OpenStack implementation https://review.openstack.org/188327 | 13:42 |
=== strikov is now known as strikov-lunch | ||
openstackgerrit | Merged stackforge/cloud-init: Add the layout for a couple of Windows OS utils, especially networking https://review.openstack.org/188361 | 13:51 |
Odd_Bloke | Woohoo, my client hacking worked. | 13:53 |
smoser | claudiupopa, http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config-datasources.txt is example datasource config | 14:02 |
Odd_Bloke | smoser: For clarity, when you say JSONP you mean http://jsonpatch.com/ rather than https://en.wikipedia.org/wiki/JSONP, right? | 14:25 |
smoser | jsonpatch | 14:27 |
smoser | i did say jsonp | 14:27 |
smoser | which yeah, i say those wrong | 14:27 |
smoser | http://jsonpatch.com/ | 14:28 |
=== strikov-lunch is now known as strikov | ||
Odd_Bloke | claudiupopa: ICYMI: ^ | 14:32 |
claudiupopa | thanks | 14:34 |
smoser | claudiupopa, http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/cloudinit/util.py#L335 | 14:36 |
smoser | i think actuall 'read_conf_with_confd' is what is used... | 14:36 |
=== zz_natorious is now known as natorious | ||
ByPasS | Hi everyone, quick question here : I'm trying to get password injection working with centos image atm. I have enabled root (disable_root 0). So the passwd is injected to root but in the /etc/shadow file I still have the double bang infront of the passwd so I'm not able to login in the console | 14:43 |
ByPasS | am i missing something ? | 14:43 |
Odd_Bloke | ByPasS: How are you injecting the password? | 14:44 |
ByPasS | with metadata (using kvm hypervisor) | 14:44 |
ByPasS | eventually id rather inject it to the defined user for security purposes | 14:45 |
Odd_Bloke | ByPasS: Well, if you want security, use SSH keys. ;) | 14:47 |
Odd_Bloke | ByPasS: Could you paste the metadata you're using? | 14:47 |
ByPasS | agreed but my cEO wants a way for dumb ppl to login :) | 14:49 |
ByPasS | gimme a min need to help a fellow co worker | 14:50 |
Odd_Bloke | Sure. | 14:50 |
Odd_Bloke | (I'm in a meeting in 10 minutes so if I start ignoring you then, that's the reason :p) | 14:50 |
ByPasS | np we can catch up later :D | 14:51 |
Odd_Bloke | ByPasS: Drop that metadata in a paste, and I'll take a look at it once I'm out. | 14:55 |
Odd_Bloke | (No point waiting until we're both not busy ;) | 14:55 |
larsks | Hello all. Curious if there are any thoughts on https://code.launchpad.net/~larsks/cloud-init/fix-systemd-detection/+merge/260885...merge-able? Needs more work? | 15:01 |
Odd_Bloke | larsks: I missed that you'd added tests! I'll try to get to it later today. | 15:08 |
larsks | Odd_Bloke: awesome, thanks. | 15:08 |
=== natorious is now known as zz_natorious | ||
Odd_Bloke | I was about to say I wouldn't be able to merge it, but I can now. \o/ | 15:22 |
Odd_Bloke | harlowja: You're listed as a reviewer on https://code.launchpad.net/~larsks/cloud-init/fix-systemd-detection/+merge/260885; do you want to review it, or are you happy for me to merge based on my Approve review? | 15:42 |
smoser | Odd_Bloke, what do you think about https://code.launchpad.net/~bbaude/cloud-init/rh_subscription/+merge/259159 right now ? | 16:12 |
smoser | rangerpbzzzz, ^ i havne't forgotten about you | 16:13 |
Odd_Bloke | smoser: I'm happy with it; shall I merge? | 16:14 |
smoser | larsks, and you signed contributors agreement ? | 16:15 |
smoser | Odd_Bloke, i'll pull it. going to pull larsks too | 16:15 |
Odd_Bloke | smoser: Would you mind if I do one, to get the hang of it? | 16:15 |
gchristensen | Hi, I'm looking to use the public hostname from the ec2 metadata service in a cloudinit file. it doesn't seem to be making it available, as it is only querying a few metadata endpoints: http://169.254.169.254/2009-04-04/meta-data/public-keys, http://169.254.169.254/2009-04-04/meta-data/hostname, http://169.254.169.254/2009-04-04/meta-data/local-ipv4, and | 16:17 |
smoser | Odd_Bloke, ok. | 16:17 |
gchristensen | http://169.254.169.254/2009-04-04/meta-data/public-ipv4. is there a way to instruct cloud-init to query ://169.254.169.254/latest/meta-data/public-hostname as well? my expectation was using $public_hostname would "just do it" but that odoesn't seem to be the case. | 16:17 |
smoser | please update the ChangeLog when you do. | 16:17 |
larsks | smoser: pretty sure I did, yes. | 16:17 |
smoser | did we already ahve this conversation ? | 16:17 |
smoser | gchristensen, sadly it doesnt do that. | 16:18 |
Odd_Bloke | smoser: Let me know once you've done one, and I'll do the other. | 16:18 |
gchristensen | smoser: ok, and no way to (easily) extend it to do that? | 16:19 |
smoser | well, it'd take a code change. | 16:19 |
smoser | oh. i'm sorry. | 16:19 |
smoser | "in a cloudinit file" | 16:19 |
smoser | ? | 16:19 |
gchristensen | yeah, I think that is my only interface I can use here. | 16:20 |
smoser | i kind of assumed you meant /etc/hosts or rendered file. | 16:20 |
gchristensen | oh, yeah, in a cloudinit file | 16:20 |
smoser | larsks, i have to and see if you have :-( | 16:20 |
smoser | since you're not in https://launchpad.net/~contributor-agreement-canonical/+members#active it means eiterh you didn't do it, or someone hasn't put you in that group | 16:21 |
larsks | Well, will go do that now. I was pretty sure I had previously signed the canonical cla, but maybe I'm mis remembering. | 16:22 |
larsks | smoser: You would be the "project contact"? | 16:23 |
smoser | larsks, sure. | 16:24 |
smoser | Odd_Bloke, merged larsks's change. | 16:31 |
Odd_Bloke | smoser: I've merged the other one; can you give it a once-over to confirm I've done it properly? | 16:36 |
Odd_Bloke | (lol bzr etc.) | 16:36 |
smoser | i like 74 character width limit | 16:36 |
smoser | you didn't update ChangeLog | 16:37 |
Odd_Bloke | Oh, FFS. | 16:37 |
smoser | which i wish there was a sane way to do.. | 16:37 |
Odd_Bloke | I wish I could follow simple instructions. :p | 16:38 |
smoser | i guess at some point if we're requiring nice git style messages , then we can make a tool that did that. | 16:38 |
smoser | humans suck | 16:38 |
smoser | they are completely incapable of doing anything well consistently | 16:38 |
Odd_Bloke | Indeed. | 16:39 |
Odd_Bloke | smoser: Shall I push up a commit adding the ChangeLog entry? | 16:39 |
smoser | sure. | 16:39 |
smoser | and give rangerpb credit in that style there. | 16:40 |
Odd_Bloke | Done and pushed. | 16:42 |
harlowja | Odd_Bloke whats this launchpad review thing u talk about, all i know is review.openstack.org :-P | 16:47 |
smoser | look at harlowja being funny and stuff. | 16:59 |
harlowja | :-P | 16:59 |
harlowja | claudiupopa will tweak that review in a sec | 17:06 |
harlowja | my mac is acting really slow for some reason | 17:06 |
harlowja | damn apple, lol | 17:06 |
claudiupopa | no problem. | 17:07 |
smoser | if only there were an operating system that was pretty and easy to use that did not come from steve jobs. | 17:07 |
harlowja | lol | 17:07 |
harlowja | i use that one @ home :-P | 17:07 |
harlowja | xubuntu though, not the main-line one | 17:07 |
=== shardy is now known as shardy_afk | ||
openstackgerrit | Joshua Harlow proposed stackforge/cloud-init: Bring over the 'url_helper' module from bzr https://review.openstack.org/170242 | 18:11 |
=== zz_natorious is now known as natorious | ||
openstackgerrit | Merged stackforge/cloud-init: Bring over the 'url_helper' module from bzr https://review.openstack.org/170242 | 18:27 |
openstackgerrit | Merged stackforge/cloud-init: Add tox targets for coverage testing. https://review.openstack.org/188739 | 18:28 |
openstackgerrit | Merged stackforge/cloud-init: Add tox targets for coverage testing. https://review.openstack.org/188739 | 18:28 |
a-tal | hey. i'm trying to get cloud-init going with a private cloud, the meta-data service isn't serving 2009-04-04 data, but it is using latest, what's the config key for that? | 22:38 |
a-tal | i see it mentioned here (http://cloudinit.readthedocs.org/en/latest/topics/datasources.html#ec2) but I don't see how it's set | 22:39 |
=== natorious is now known as zz_natorious |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!