forked from pool/cloud-init
- Add cloud-init-proper-ipv6-setting.patch (bsc#1156139)
+ Set proper IPv6 interface variable in ifcfg file OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=157
This commit is contained in:
parent
675e6061ec
commit
7c5eaf65d4
10
cloud-init-proper-ipv6-setting.patch
Normal file
10
cloud-init-proper-ipv6-setting.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- cloudinit/net/sysconfig.py.orig
|
||||||
|
+++ cloudinit/net/sysconfig.py
|
||||||
|
@@ -349,6 +349,7 @@ class Renderer(renderer.Renderer):
|
||||||
|
# TODO need to set BOOTPROTO to dhcp6 on SUSE
|
||||||
|
iface_cfg['IPV6INIT'] = True
|
||||||
|
iface_cfg['DHCPV6C'] = True
|
||||||
|
+ iface_cfg['DHCLIENT6_MODE'] = 'managed'
|
||||||
|
elif subnet_type in ['dhcp4', 'dhcp']:
|
||||||
|
iface_cfg['BOOTPROTO'] = 'dhcp'
|
||||||
|
elif subnet_type == 'static':
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 25 19:34:52 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
- Add cloud-init-proper-ipv6-setting.patch (bsc#1156139)
|
||||||
|
+ Set proper IPv6 interface variable in ifcfg file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 6 14:43:54 UTC 2019 - Petr Pavlu <petr.pavlu@suse.com>
|
Wed Nov 6 14:43:54 UTC 2019 - Petr Pavlu <petr.pavlu@suse.com>
|
||||||
|
|
||||||
|
@ -51,6 +51,7 @@ Patch51: cloud-init-after-wicked.patch
|
|||||||
Patch52: cloud-init-break-resolv-symlink.patch
|
Patch52: cloud-init-break-resolv-symlink.patch
|
||||||
# FIXME (lp#1849378) expected in 19.3
|
# FIXME (lp#1849378) expected in 19.3
|
||||||
Patch53: cloud-init-renderer-detect.patch
|
Patch53: cloud-init-renderer-detect.patch
|
||||||
|
Patch54: cloud-init-proper-ipv6-setting.patch
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: filesystem
|
BuildRequires: filesystem
|
||||||
@ -198,6 +199,7 @@ Documentation and examples for cloud-init tools
|
|||||||
%patch51 -p1
|
%patch51 -p1
|
||||||
%patch52
|
%patch52
|
||||||
%patch53
|
%patch53
|
||||||
|
%patch54
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1315
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1315
|
||||||
|
Loading…
Reference in New Issue
Block a user