[Cloud-init] cloudinit-analyze: tool for examining cloud-init boot time

2016-10-04 Thread Ryan Harper
help in other DataSources as well, but I've not yet taken measurements beyond NoCloud instances. Note, these patches are currently integrated into the cloud-init included my cloud-init-dev PPA. Thanks, Ryan Harper 1. https://git.launchpad.net/~raharper/+git/cloudinit-analyze 2. http://paste.ubuntu.c

Re: [Cloud-init] Still struggling with systemd cycle

2016-10-31 Thread Ryan Harper
On Mon, Oct 31, 2016 at 11:44 PM, Robert Schweikert wrote: > On 10/31/2016 04:03 PM, Scott Moser wrote: > > On Sat, 29 Oct 2016, Robert Schweikert wrote: > I also dropped > > Before=basic.target > > in cloud-init.service as basic.target is needed by wicked.service (the > magic to configure the ne

Re: [Cloud-init] questions as I read - boot phases

2017-01-23 Thread Ryan Harper
On Sun, Jan 15, 2017 at 12:46 PM, Michael Felt wrote: > On 14/01/2017 15:35, Michael Felt wrote: > Looks the (sysvinit) scripts give a 'one-line' description that sets focus > (in a way I can understand, sometimes verbose is just confusing) > > michael@x071:[/data/prj/aixtools/cloud-init/aix-port

Re: [Cloud-init] questions as I read - boot phases

2017-01-24 Thread Ryan Harper
On Tue, Jan 24, 2017 at 1:33 AM, Michael Felt wrote: > On 23/01/2017 20:20, Ryan Harper wrote: > > On Sun, Jan 15, 2017 at 12:46 PM, Michael Felt > > wrote: > > > On 14/01/2017 15:35, Michael Felt wrote: > Looks the (sysvinit) scripts give a 'one-line' de

Re: [Cloud-init] cloud-init + overlayfs: after ubuntu trusty -> xenial upgrade, missing 'workdir'

2017-05-31 Thread Ryan Harper
'mounts' stage, so it should be possible to include a command like this: bootcmd: - mkdir -p /mnt/postfix-overlay-workdir And to update the overlayfs mount command to specify the workdir path. That's untested, but I think should do what you need. 1. http://cloudinit.readthed

Re: [Cloud-init] cloud-init + overlayfs: after ubuntu trusty -> xenial upgrade, missing 'workdir'

2017-06-02 Thread Ryan Harper
On Wed, May 31, 2017 at 4:25 PM, Graham Leggett wrote: > On 31 May 2017, at 9:36 PM, Ryan Harper wrote: > > Yes, the overlay module doesn't seem to have a way to find a default > workdir value by itself. =( > > > This is an unfortunate regression. > > What n

Re: [Cloud-init] upstart removal / evaluation

2017-08-30 Thread Ryan Harper
On Wed, Aug 30, 2017 at 11:33 AM, Scott Moser wrote: > Hey all, > > Dimitri submitted a merge proposal that drops packaging of upstart > items from cloud-init in ubuntu/devel branch. > https://code.launchpad.net/~xnox/cloud-init/+git/cloud- > init/+merge/329491 > > That caused rharper to sugges

Re: [Cloud-init] Azure Networking Support in cloud-init

2018-01-26 Thread Ryan Harper
On Tue, Jan 9, 2018 at 5:31 PM, Sushant Sharma (AZURE) < sushant.sha...@microsoft.com> wrote: > Hi cloud-init members, > > > > We would like to discuss with you our proposal to add a network module in > cloud-init to support various networking scenarios in Azure. > > To begin with, we would like t

Re: [Cloud-init] Azure Networking Support in cloud-init

2018-01-26 Thread Ryan Harper
On Wed, Jan 10, 2018 at 7:29 AM, Robert Schweikert wrote: > On 01/09/2018 06:31 PM, Sushant Sharma (AZURE) wrote: > > Hi cloud-init members, > > > > We would like to discuss with you our proposal to add a network module > in cloud-init to support various networking > > scenarios in Azure. > > To

Re: [Cloud-init] Azure Networking Support in cloud-init

2018-02-08 Thread Ryan Harper
at > this PR and provide feedback so that it can be accepted. > For the previous proposed which included spawning a python process to watch the netlink socket; I'm not comfortable with such an approach, for many of the reasons Robert already indicated in his review of the initial PR. I'

Re: [Cloud-init] Azure Networking Support in cloud-init

2018-02-09 Thread Ryan Harper
a reprovision VM. If I've somehow misunderstood things, please let me know, but as I understand things now; this scenario does not need cloud-init itself to watch netlink layer to reissue dhcp. > > *From:* Ryan Harper [mailto:ryan.har...@canonical.com] > *Sent:* Thursday, Februa

Re: [Cloud-init] Azure Networking Support in cloud-init

2018-02-12 Thread Ryan Harper
and may not hold in general and for other public > clouds. > The pre-provisioning scenario is Azure specific, but in general there are needs to reconfigure the instance networking outside of that scenario and across other clouds and distros; to that end, I'd like network reconfiguration t

Re: [Cloud-init] Customize cloudinit to process a single yaml file

2018-03-30 Thread Ryan Harper
On Fri, Mar 30, 2018 at 1:13 PM, Ravi Parimi (parimi) wrote: > > I would like to leverage cloud-init to configure networking etc. on my Centos > VM running on VMware. My understanding is that cloud-init configuration > for VM's running VMware should be packaged into an ISO or floppy that is > at

Re: [Cloud-init] Customize cloudinit to process a single yaml file

2018-04-03 Thread Ryan Harper
On Mon, Apr 2, 2018 at 4:19 PM, Ravi Parimi (parimi) wrote: > Thanks for the tips. > > > On 3/30/18, 1:11 PM, "Ryan Harper" wrote: > > On Fri, Mar 30, 2018 at 1:13 PM, Ravi Parimi (parimi) > wrote: > > > > I would like to leverage cl

Re: [Cloud-init] man pages for cloud-init?

2018-10-10 Thread Ryan Harper
On Wed, Oct 10, 2018 at 11:52 AM Joshua Powers wrote: > > Hi Eduardo, > > On 10/10/2018 06:12 AM, Eduardo Otubo wrote: > > I was brought to attention that Fedora package for cloud-init doesn't have > > any > > man pages and when I checked, upstream code doesn't include any man page as > > well. >

[Cloud-init] Release of cloud-init 18.5

2018-12-13 Thread Ryan Harper
standard keys platform and subplatform. Refactor ec2. - net: ignore nics that have "zero" mac address. (LP: #1796917) - tests: fix apt_configure_primary to be more flexible - Ubuntu: update sources.list to comment out deb-src entries. (LP: #74747) Ryan

Re: [Cloud-init] Data Source and instance-id behavior issue

2019-04-03 Thread Ryan Harper
On Wed, Apr 3, 2019 at 4:14 AM Eduardo Otubo wrote: > Hello all, > > So, I'd like to talk about a behavior that's impacting some customers > running > RHEL: https://bugzilla.redhat.com/show_bug.cgi?id=1593010 > > I've been discussing this issue with Ryan H

Re: [Cloud-init] Data Source and instance-id behavior issue

2019-04-04 Thread Ryan Harper
On Thu, Apr 4, 2019 at 12:02 AM Eduardo Otubo wrote: > On 03/04/2019 - 09:17:23, Ryan Harper wrote: > > On Wed, Apr 3, 2019 at 4:14 AM Eduardo Otubo wrote: > > > > > Hello all, > > > > > > So, I'd like to talk about a behavior that's impa

Re: [Cloud-init] Data Source and instance-id behavior issue

2019-04-09 Thread Ryan Harper
. > > > > On Fri, Apr 5, 2019 at 4:46 AM Eduardo Otubo wrote: > > > > > > On 04/04/2019 - 09:13:34, Ryan Harper wrote: > > > > On Thu, Apr 4, 2019 at 12:02 AM Eduardo Otubo > wrote: > > > > > > > > > On 03/04/2019 - 09:17

Re: [Cloud-init] Is per-boot network configuration possible?

2019-05-28 Thread Ryan Harper
to do, as well as allow user-data to control whether a datasource should apply network-config updates on each boot or per-instance. Ryan Harper On Tue, May 7, 2019 at 6:26 PM Ameretat Reith wrote: > Hi, > > I'm trying to configure an Ubuntu Bionic image. Config-drive > config

Re: [Cloud-init] disabling root

2019-06-18 Thread Ryan Harper
On Tue, Jun 18, 2019 at 8:24 PM Robert Schweikert wrote: > Hi, > > Had a comment on the behavior with disabling root/setting up ssh login. > > The configuration contains: > ssh_pwauth: False > lock-passwd: True > disable_root: True > > And the expectation is that > > ChallengeResponseAuthenticati

[Cloud-init] Release of 19.2

2019-07-17 Thread Ryan Harper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello Everyone, Cloud-init release 19.2 is now available. The source tarball can be downloaded at https://launchpad.net/cloud-init/+milestone/19.2 Docs can be seen at: http://cloudinit.readthedocs.io/en/19.2/ The 19.2 release: * spanned just

[Cloud-init] Pending upstream release of cloud-init 19.3 on 2019-11-05

2019-10-28 Thread Ryan Harper
Greetings cloud-init community, We have scheduled the upstream 19.3 release for Tuesday November 5, 2019; a week from now. For any features and bugfixes desired for this release, we would like to have landed any merge proposals by end of day Wednesday the 30th. The team will look at all merge p

[Cloud-init] Cloud-Init upstream is moving to GitHub!

2019-11-07 Thread Ryan Harper
Cloud-Init upstream is moving to GitHub! https://github.com/canonical/cloud-init For new contributors, please see the HACKING documentation[1]. For existing contributors who've already signed the Canonical Contributors License Agreement[2], we can verify the link between your Launchpad account

Re: [Cloud-init] Fwd: virt-install and cloud-init, feedback wanted

2019-11-21 Thread Ryan Harper
Hi Christian, On Thu, Nov 21, 2019 at 2:14 AM Christian Ehrhardt < christian.ehrha...@canonical.com> wrote: > Hi cloud-init, > there is a discussion [1] about adding cloud-init support to virt-inst. > I think it would be great to get the cloud-init devs to weight in there as > well. > > => > http

Re: [Cloud-init] Cloud-Init upstream is moving to GitHub!

2019-12-02 Thread Ryan Harper
On Sun, Dec 1, 2019 at 12:00 PM Conrad Hoffmann wrote: > On 11/7/19 11:43 PM, Ryan Harper wrote: > > Cloud-Init upstream is moving to GitHub! > > Interesting development. What does this mean for packagers? Will > releases still be made available on Launchpad, or should they st

Re: [Cloud-init] [OpenStack][Neutron] Metadata over IPv6

2020-03-11 Thread Ryan Harper
t and ipv4 ips/routes; this will need updating to work with v6; what is needed use fe80::a9fe:a9fe ? - is there a chance that Metadata is available over either v4 or v6? - would the data ever diverge? Thanks, Ryan Harper -- Mailing list: https://launchpad.net/~cloud-init Post to : cloud

Re: [Cloud-init] [OpenStack][Neutron] Metadata over IPv6

2020-03-23 Thread Ryan Harper
On Mon, Mar 16, 2020 at 8:44 AM Slawek Kaplonski wrote: > Hi, > > > On 11 Mar 2020, at 20:13, Ryan Harper wrote: > > > > > > > > On Wed, Mar 11, 2020 at 4:39 AM Slawek Kaplonski > wrote: > > Hi, > > > > Hi Slawek, > > > >

Re: [Cloud-init] [OpenStack][Neutron] Metadata over IPv6

2020-03-23 Thread Ryan Harper
On Wed, Mar 18, 2020 at 11:29 AM Bence Romsics wrote: > Hi Everyone, > > I'm also from OpenStack, just wanted to add an idea and a question. > > > > - In what order should cloud-init try ipv6 and ipv4? > > >- cloud-init would prefer to know which one it should use so we > don't timeout on an

Re: [Cloud-init] [OpenStack][Neutron] Metadata over IPv6

2020-03-23 Thread Ryan Harper
On Mon, Mar 23, 2020 at 3:37 PM Brian Haley wrote: > On 3/23/20 10:48 AM, Ryan Harper wrote: > > > > On Mon, Mar 16, 2020 at 8:44 AM Slawek Kaplonski > <mailto:skapl...@redhat.com>> wrote: > > > > Hi, > > > > > On 11 M

Re: [Cloud-init] [OpenStack][Neutron] Metadata over IPv6

2020-03-23 Thread Ryan Harper
On Mon, Mar 23, 2020 at 3:41 PM Slawek Kaplonski wrote: > > > > > Some initial thoughts and questions: > > > > > > > > - In what order should cloud-init try ipv6 and ipv4? > > > >- cloud-init would prefer to know which one it should use so we > don't > > > timeout on an endpoint that isn't th

Re: [Cloud-init] [OpenStack][Neutron] Metadata over IPv6

2020-03-23 Thread Ryan Harper
On Mon, Mar 23, 2020 at 4:11 PM Brian Haley wrote: > On 3/23/20 4:58 PM, Ryan Harper wrote: > > > > > > On Mon, Mar 23, 2020 at 3:37 PM Brian Haley > <mailto:haleyb@gmail.com>> wrote: > > > > > I think in our Openstack case, there

Re: [Cloud-init] CloudStack reset password not working after enabling growpart module

2020-05-28 Thread Ryan Harper
port providers directly, but we can look to see if something is a cloud-init problem. If you like, you can file an issue here: https://bugs.launchpad.net/cloud-init/+filebug If you can, please attach the tarball output from 'cloud-init collect-logs' to the bug. Thanks, Ryan Harper

Re: [Cloud-init] Where (if anywhere) do MIME-bundled x-shellscripts get placed?

2020-08-27 Thread Ryan Harper
Hi, You should find your shellscript mime payload in: /var/lib/cloud/instance/scripts/ Example use and check: https://paste.ubuntu.com/p/s58mjFBZsZ/ Ryan On Thu, Aug 27, 2020 at 12:00 PM Bean Taxi wrote: > Hello all! > > I have a simple multipart MIME with a cloud-config part and a simple >

Re: [Cloud-init] Question on where x-shellscripts should go

2020-08-31 Thread Ryan Harper
On Fri, Aug 28, 2020 at 4:32 PM Bean Taxi wrote: > I think I've found at least a partial answer to this ... not sure, but I > suspect the /v/l/c/scripts/per-* folders are used by the cc_script_per_* > modules, and the /v/l/c/iinstance/scripts folder is used by the > scripts-user module. > Yes, t

Re: [Cloud-init] using cloud-init on a wireless Raspberry Pi

2020-12-02 Thread Ryan Harper
HI, > The only way I've been able to get it to successfully connect to the internet is by including the wifi credentials in the network-config file. But since this uses Netplan, it requires a reboot to finally connect. Your mention of the additional reboot needed, reminds me of this bug: https://