~lmd-jazzededtech/cloud-init/+git/cloud-init-1:deps

Last commit made on 2020-11-03
Get this branch:
git clone -b deps https://git.launchpad.net/~lmd-jazzededtech/cloud-init/+git/cloud-init-1
Only violethaze74@jazzededtech.com can upload to this branch. If you are violethaze74@jazzededtech.com please log in for upload directions.

Branch merges

Branch information

Recent commits

f9cdc70... by Dan Watkins

WIP: split integration and cloud_tests requirements

8dfd880... by Shane Frasier <email address hidden>

Make some language improvements in growpart documentation (#649)

* Fix awkward English in sentence

* Add the missing word "the"

* Fix misspelling

* Add @jsf9k as a contributor

Co-authored-by: Rick Harding <email address hidden>

0184e53... by Dan Watkins

Revert ".travis.yml: use a known-working version of lxd (#643)" (#650)

This reverts commit f72d0cb7a03cc311700ea8795edf2454172c7414.

A new release of lxd has been released to the stable channel, which
includes a fix for the issue we were previously working around.

7978feb... by WebSpider <email address hidden>

Fix not sourcing default 50-cloud-init ENI file on Debian (#598)

* Include both Ubuntu-style cfg file, and Debian-style directory in ENI
* Add WebSpider as contributor

2c45003... by =?utf-8?q?Mina_Gali=C4=87?= <email address hidden>

remove unnecessary reboot from gpart resize (#646)

a reboot after `gpart resize` hasn't been necessary since ca FreeBSD 9.2

Co-authored-by: Rick Harding <email address hidden>

0af1ff1... by Scott Moser

cloudinit: move dmi functions out of util (#622)

This just separates the reading of dmi values into its own file.

Some things of note:
 * left import of util in dmi.py only for 'is_container'
   It'd be good if is_container was not in util.
 * just the use of 'util.is_x86' to dmi.py
 * open() is used directly rather than load_file.

d619f51... by Dan Watkins

integration_tests: various launch improvements (#638)

* integration_tests: fix passing launch_kwargs to session_cloud.launch

* integration_tests: log the launch_kwargs before launching instances

* integration_tests: add support for specifying instance name for tests

Co-authored-by: Rick Harding <email address hidden>

2ea3121... by Dan Watkins

test_lp1886531: don't assume /etc/fstab exists (#639)

As the bug manifested because groovy doesn't ship /etc/fstab, we should
not assume that /etc/fstab will be present for us to remove in our
bootcmd.

Co-authored-by: Rick Harding <email address hidden>

0ff34cf... by James Falcon <email address hidden>

Remove Ubuntu restriction from PR template (#648)

34f8e22... by =?utf-8?q?Mina_Gali=C4=87?= <email address hidden>

util: fix mounting of vfat on *BSD (#637)

Fix mounting of vfat filesystems by normalizing the different names for
vfat to "msdos" which works across BSDs.