~adam-collard/cloud-init:migrate-lp-to-github

Last commit made on 2022-02-24
Get this branch:
git clone -b migrate-lp-to-github https://git.launchpad.net/~adam-collard/cloud-init
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

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

Recent commits

39ffb93... by Adam Collard

lp-to-git-users: adding sparkiegeek

Mapped from adam-collard

2837b83... by Brett Holman <email address hidden>

Do not silently ignore integer uid (#1280)

The docs do not make it obvious that uid is supposed to be of type string.
Current behavior is to silently ignore integer uid.

LP: #1875772

3053adb... by Chad Smith

tests: create a IPv4/IPv6 VPC in Ec2 integration tests (#1291)

Integration tests should create their own VPC in EC2 because
an account's default VPC, subnets, security groups and ACLs
cloud be configured for for limited or unexpected connectivity.

dcf520d... by Brett Holman <email address hidden>

Integration test fix ppa (#1296)

permissively allow either launchpadcontent or launchpad

fef3428... by Chad Smith

tests: on official EC2. cloud-id actually startswith aws not ec2 (#1289)

dbd99f6... by Paride Legovini

test_ppa_source: accept both http and https URLs (#1292)

software-properties 0.99.18 now adds PPAs with HTTPS URLs in
sources.list when using add-apt-repository. This change only
affects Jammy.

We could use a regexp to match both, but it's simpler to just remove
the protocol from the search string.

7b00329... by Brett Holman <email address hidden>

Fix apt test on azure

Assert that security URL is {release}-security specific.

53b8c90... by Lubomir Rintel

add "lkundrak" as contributor

da3fd33... by Brett Holman <email address hidden>

Holmanb/integration test fix ppa (#1287)

PPA URLs in Jammy changed from ppa.launchpad.net
to ppa.launchpadcontent.net.

c1e4c99... by Brett Holman <email address hidden>

Include missing subcommand in manpage (#1279)