~chad.smith/cloud-init:aws-dhclient

Last commit made on 2017-07-19
Get this branch:
git clone -b aws-dhclient https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
aws-dhclient
Repository:
lp:~chad.smith/cloud-init

Recent commits

3261386... by Chad Smith

typoe on InvalidDHCPLeaseFileError class

fa525de... by Chad Smith

direct import of dhcp module

74cce54... by Chad Smith

drop cloud-init-dhclient-script as we will use /bin/true

df8153e... by Chad Smith

add InvalidDHCPLeaseFileError definition to be raised when parsing leasefile content

b420583... by Chad Smith

we need to make sure the nic link is up before calling dhclient script because dhclient otherwise relies on dhclient-script PREINIT to bring up that device before any discovery. Also add default route via ip cmds

1ec2cbf... by Chad Smith

instead of delivering our own dhclient-script use dhclient -sf /bin/true in ephemeral environment to avoid dhclient-script side-effects. Create tmpdir in which to run dhclient to avoid apparmor -sf constraints

436ed93... by Chad Smith

reference expecte new_subnet_mask from dhclient

3fd5136... by Chad Smith

revert dropped ipv4LL functions. Fix unit tests

4a52720... by Chad Smith

relocate dhcp-related functions to cloudinit.net.dhcp module

2547627... by Chad Smith

package tools/cloud-init-dhclient-script in sbin