forked from pool/cloud-init
- Add cloud-init-static-net.patch (boo#1114160)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=123
This commit is contained in:
parent
918a07b99b
commit
37fdad8a72
12
cloud-init-static-net.patch
Normal file
12
cloud-init-static-net.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- cloudinit/net/sysconfig.py.orig
|
||||
+++ cloudinit/net/sysconfig.py
|
||||
@@ -314,7 +314,8 @@ class Renderer(renderer.Renderer):
|
||||
# ==> the following should not be set to 'static'
|
||||
# but should remain 'none'
|
||||
# if iface_cfg['BOOTPROTO'] == 'none':
|
||||
- # iface_cfg['BOOTPROTO'] = 'static'
|
||||
+ # For SUSE this is different set to "static"
|
||||
+ iface_cfg['BOOTPROTO'] = 'static'
|
||||
if subnet_is_ipv6(subnet):
|
||||
mtu_key = 'IPV6_MTU'
|
||||
iface_cfg['IPV6INIT'] = True
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 14:27:32 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Add cloud-init-static-net.patch (boo#1114160)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 18:56:13 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
@ -48,7 +48,9 @@ Patch38: cloud-init-sysconf-path.patch
|
||||
Patch39: cloud-init-sysconf-ethsetup.patch
|
||||
# FIXME (lp#1799709)
|
||||
# https://code.launchpad.net/~rjschwei/cloud-init/+git/cloud-init/+merge/357752
|
||||
Patch40: 0001-Fix-the-service-order-for-SUSE-distributions.patch
|
||||
Patch40: 0001-Fix-the-service-order-for-SUSE-distributions.patch
|
||||
# FIXME (lp# 1800854)
|
||||
Patch41: cloud-init-static-net.patch
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: filesystem
|
||||
@ -194,6 +196,7 @@ Documentation and examples for cloud-init tools
|
||||
%patch38
|
||||
%patch39 -p1
|
||||
%patch40 -p1
|
||||
%patch41
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1315
|
||||
|
Loading…
Reference in New Issue
Block a user