commit 12b11b31b6f4274efa88f3011d2e4b884ed0e30c
Author: Ignatious Johnson Christopher <email address hidden>
Date: Mon Apr 27 14:12:12 2015 -0700
During opencontrail attach vifs the containers use dhclient to lease an ip address.
When bulk container create request is sent, the /var/lib/dhcp/dhclient.leases file is overwritten.
Due to the corrupted file Successive docker containers are not getting IP lease
as the dhclient command is failling .
Fixing it by creating separate lease files for each docker container.
Closes-Bug: #1446929
Removing veth interfaces if the contrainer launch failed
Closes-Bug: #1452151
Using inet6 argument with ip command to configure ipv6 address to container
Closes-Bug: #1455616
Configure network using statically instead of using dhclient to avoid
it writting to the compute hosts resolv.conf
Closes-Bug: #1455168
Periodically check the vrouter agent conncetion and publish the port informaton to
the vrouter agent.
Closes-Bug: #1454655
Reviewed: https:/ /review. openstack. org/177972 /git.openstack. org/cgit/ stackforge/ nova-docker/ commit/ ?id=12b11b31b6f 4274efa88f3011d 2e4b884ed0e30c
Committed: https:/
Submitter: Jenkins
Branch: master
commit 12b11b31b6f4274 efa88f3011d2e4b 884ed0e30c
Author: Ignatious Johnson Christopher <email address hidden>
Date: Mon Apr 27 14:12:12 2015 -0700
During opencontrail attach vifs the containers use dhclient to lease an ip address. dhcp/dhclient. leases file is overwritten.
When bulk container create request is sent, the /var/lib/
Due to the corrupted file Successive docker containers are not getting IP lease
as the dhclient command is failling .
Fixing it by creating separate lease files for each docker container.
Closes-Bug: #1446929
Removing veth interfaces if the contrainer launch failed
Closes-Bug: #1452151
Using inet6 argument with ip command to configure ipv6 address to container
Closes-Bug: #1455616
Configure network using statically instead of using dhclient to avoid
it writting to the compute hosts resolv.conf
Closes-Bug: #1455168
Periodically check the vrouter agent conncetion and publish the port informaton to
the vrouter agent.
Closes-Bug: #1454655
Change-Id: I345dddefa3036b 29a2ee987216e10 94ba9bd23e8