Hello, I tested the package. It works like a charm.
I used packer to rebuild an image based on Debian 10, with a cloud-init shell script to grab your package [1]. Anyway, at the end, I have a new image, which contains your package. Then, I did 2 tests on OVH Public Cloud (OpenStack): 1 - spawn an instance and try SSH connection --> OK 2 - spawn an instance with a cloud-init script (bash) --> OK 3 - spawn an instance in a private network with custom routes given by DHCP [see bug 2] --> OK So on my side, everything is fine with this package. Let me know if I can do more. [1] https://gist.github.com/arnaudmorin/e43a00cff8b163ab5b79cd7269b017ef [2] https://bugs.launchpad.net/cloud-init/+bug/1821102 Cheers, -- Arnaud Morin On 27.03.20 - 15:59, Noah Meyerhans wrote: > On Wed, Mar 25, 2020 at 11:24:07PM +0100, Arnaud MORIN wrote: > > Of course I can do some tests. > > Is the package available somewhere? > > OK, please grab and test the .deb from > > https://people.debian.org/~noahm/cloud-init/ > > Note that currently the package is named as though it's going to be > uploaded to buster-backports. The hope is to get it in through > stable-updates, in which case it'll be rebuilt with a different name. > > The sources are signed with my public key. The .deb has the following > sha256sum > > 37699358fc376793f9f72e0e6ff80006f814b043cacdafedbef051599780b3f0 > cloud-init_20.1-2~bpo10+1_all.deb > > Any feedback on this is welcome. Please let me know what specific > features you test (e.g. user creation, cloud-config package > installation, shell scripts, etc) and the details of the platform on > which you're testing. > > Thanks > noah >