lp:~rmccabe/cloud-init

Owned by Ryan McCabe
Get this repository:
git clone https://git.launchpad.net/~rmccabe/cloud-init
Only Ryan McCabe can upload to this repository. If you are Ryan McCabe please log in for upload directions.

Branches

Name Last Modified Last Commit
bug1734739 2017-11-27 18:17:47 UTC
network_data.json: Handle dhcp6 subnets correctly

Author: Ryan McCabe
Author Date: 2017-11-27 18:17:47 UTC

network_data.json: Handle dhcp6 subnets correctly

Fix a typo that caused dhcp6 subnets in network_data.json input
to be treated as dhcp4.

LP: #1734739

bug1705804-5 2017-11-20 23:16:00 UTC
sysconfig: Correctly render dns and dns search info.

Author: Ryan McCabe
Author Date: 2017-11-20 23:16:00 UTC

sysconfig: Correctly render dns and dns search info.

Currently when dns and dns search info is provided, it is not rendered
when outputting to sysconfig format.

This patch causes the DNS and DOMAIN lines to be written out rendering
sysconfig.

LP: #1705804

bug1705804-4 2017-11-16 20:36:49 UTC
Render DNS and DOMAIN lines for sysconfig

Author: Ryan McCabe
Author Date: 2017-11-16 20:36:49 UTC

Render DNS and DOMAIN lines for sysconfig

Currently when dns and dns search info is provided, it is not
rendered when outputting to sysconfig format.

This patch causes the DNS and DOMAIN lines to be written out rendering
sysconfig.

LP: #1705804

bug1705804-3 2017-11-15 16:03:36 UTC
Currently when dns and dns search info is provided, it is not

Author: Ryan McCabe
Author Date: 2017-11-15 16:03:36 UTC

Currently when dns and dns search info is provided, it is not
rendered when outputting to sysconfig format.

This patch causes the DNS and DOMAIN lines to be written out rendering
sysconfig.

LP: #1705804

bug1705804-2 2017-11-15 01:32:43 UTC
Currently when dns and dns search info is provided, it is not rendered

Author: Ryan McCabe
Author Date: 2017-11-15 01:32:43 UTC

Currently when dns and dns search info is provided, it is not rendered
when outputting to sysconfig format.

This patch causes the DNS and DOMAIN lines to be written out rendering
sysconfig.

LP: #1705804

bug1705804 2017-11-14 05:01:59 UTC
Render DNS and DOMAIN for ENI to sysconfig output

Author: Ryan McCabe
Author Date: 2017-11-14 05:01:59 UTC

Render DNS and DOMAIN for ENI to sysconfig output

When DNS server and DNS domain search info is provided in ENI format,
write it out when rendering to sysconfig format.

LP: #1705804

dns_redirect_detect 2017-08-10 20:45:29 UTC
Add an option to disable DNS redirection detection

Author: Ryan McCabe
Author Date: 2017-08-10 20:45:29 UTC

Add an option to disable DNS redirection detection

Add a config option, disable_dns_redirection_detection, that can be used
to disable the code that attempts to determine if DNS requests are being
redirected. The DNS redirection detection can cause long delays at boot
when no DNS servers are available. It also causes issues with some intrusion
detection systems.

Signed-off-by: Ryan McCabe <rmccabe@redhat.com>

bug1693251 2017-06-08 17:24:23 UTC
net: Allow for NetworkManager configuration

Author: Ryan McCabe
Author Date: 2017-06-08 17:24:23 UTC

net: Allow for NetworkManager configuration

In cases where the config json specifies nameserver entries,
if there are interfaces configured to use dhcp, NetworkManager,
if enabled, will clobber the /etc/resolv.conf that cloud-init
has produced, which can break dns. If there are no interfaces
configured to use dhcp, NetworkManager could clobber
/etc/resolv.conf with an empty file.

This patch adds a mechanism for dropping additional configuration
into /etc/NetworkManager/conf.d/ and disables management of
/etc/resolv.conf by NetworkManager when nameserver information is
provided in the config.

LP: #1693251

Signed-off-by: Ryan McCabe <rmccabe@redhat.com>

18 of 8 results
This repository contains Public information 
Everyone can see this information.

Subscribers