Re: [Cloud-init-dev] [Merge] lp:~jablonskis/cloud-init/add-gce-datasource into lp:cloud-init

2014-02-12 Thread Scott Moser
OK, for reference: === gce == $ host metadata. Host metadata. not found: 3(NXDOMAIN) $ host metadata metadata.google.internal has address 169.254.169.254 Host metadata.google.internal not found: 3(NXDOMAIN) Host metadata.google.internal not found: 3(NXDOMAIN) $ host metadata.google.internal.

Re: [Cloud-init-dev] [Merge] lp:~nathan-house-0/cloud-init/gentoo-arch into lp:cloud-init

2014-02-12 Thread Scott Moser
Hey, thanks. this looks great. I did a few cleanups and proposed a merge into this branch (https://code.launchpad.net/~smoser/cloud-init/gentoo-arch/+merge/206047). We already had something like your 'is_excluded' logic in reverse. The modules are able to declare 'distros' that they are verfied

Re: [Cloud-init-dev] [Merge] lp:~jablonskis/cloud-init/add-gce-datasource into lp:cloud-init

2014-02-12 Thread Scott Moser
Vaidas, I just proposed a merge into this branch at https://code.launchpad.net/~smoser/cloud-init/add-gce-datasource/+merge/206070 . That seems reasonable to me on how to configure the metadata_url and get out early if there i sno datasource. So the 2 things we're waiting on are: a.) tests

Re: [Cloud-init-dev] [Merge] lp:~jablonskis/cloud-init/add-gce-datasource into lp:cloud-init

2014-02-12 Thread Vaidas Jablonskis
Cool, I'll look into your changes. I am almost done with mine actually. Got tests, better handling of non-existing metadata endpoints and metadata vs IP address issue is solved. I will try to incorporate your changes/suggestion and will update my branch. Thanks a lot for your help! On 13