~momousta/cloud-init:momousta-migrate-lp-to-github

Last commit made on 2020-05-13
Get this branch:
git clone -b momousta-migrate-lp-to-github https://git.launchpad.net/~momousta/cloud-init
Only Moustafa Moustafa can upload to this branch. If you are Moustafa Moustafa please log in for upload directions.

Branch merges

Branch information

Name:
momousta-migrate-lp-to-github
Repository:
lp:~momousta/cloud-init

Recent commits

e47716b... by Moustafa Moustafa

migrating momousta lp user to Moustafa-Moustafa GitHub user

c8f20b3... by Dan Watkins

conftest: add docs and tests regarding CiTestCase's subp functionality (#343)

And raise TypeError when subp called with no args, which more accurately mirrors normal behaviour:

>>> from cloudinit.util import subp
>>> subp()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: subp() missing 1 required positional argument: 'args'

d10ce3e... by Dan Watkins

analyze/dump: refactor shared string into variable (#350)

73aed04... by Dan Watkins

doc: update boot.rst with correct timing of runcmd (#351)

ee64b62... by Lucas Albuquerque Medeiros de Moura

HACKING.rst: change contact info to Rick Harding (#359)

f9d0414... by Dan Watkins

HACKING.rst: guide people to add themselves to the CLA file (#349)

This (a) gives people an easy way of getting a commit into the codebase,
and (b) saves us from having to explain this process (or do it
ourselves) for every new contributor.

73a5b32... by Dan Watkins

HACKING.rst: more unit testing documentation (#354)

Specifically:

* include warning against general use of mock assert methods (and suggestions on how to replace them)
* add guidelines on test decorator/param ordering
* add test guideline for module-level mock variables

f5c3f3c... by Dan Watkins

.travis.yml: don't run lintian during integration test package builds (#352)

As we only look at these logs when there's an error, and lintian
failures don't cause the package build to error out, we never examine
this lintian output. Let's save ourselves some CI time by skipping it.

(We aren't lintian clean, otherwise a better change here would be to
make lintian warnings cause the package build to fail.)

34b8680... by James Falcon <email address hidden>

Add test to ensure docs examples are valid cloud-init configs (#355)

Also update all examples to include the cloud-config header if they don't have it

LP: #1876414

b24b376... by chengcheng-chcheng <email address hidden>

make suse and sles support 127.0.1.1 (#336)

Move from 127.0.0.1 to 127.0.1.1 for localhost IP addr for opensuse and sles