Bug 1889635

Summary: [RHEL-8.4.0] Add support for ipv6_autoconf on cloud-init-20.3
Product: Red Hat Enterprise Linux 8 Reporter: Eduardo Otubo <eterrell>
Component: cloud-initAssignee: Eduardo Otubo <eterrell>
Status: CLOSED ERRATA QA Contact: xiachen
Severity: low Docs Contact:
Priority: medium    
Version: 8.4CC: bugproxy, dikonoor, hannsj_uhl, huzhao, jgreguske, mtessun, ribarry, xiachen, yacao
Target Milestone: rcKeywords: Patch, ZStream
Target Release: 8.4Flags: pm-rhel: mirror+
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: cloud-init-20.3-2.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1894015 1908563 1908564 (view as bug list) Environment:
Last Closed: 2021-05-18 15:44:14 UTC Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1796871, 1886430, 1894015, 1897024, 1908563, 1908564    

Description Eduardo Otubo 2020-10-20 08:58:01 UTC
Description of problem:
PowerVS support for cloud-init requires that a ipv6 interface (with link local address) is up and running. A IPV6 interface with link local address needs ipv6_autoconf=no, but currently cloud-init does not support this configuration (the default value is yes and this causes ipv6 address fluctuations). An example of the network configuration that is expected is as listed below:

> BOOTPROTO=none
> DEVICE=env6
> HWADDR=5e:fa:03:be:50:51
> IPV6INIT=yes
> ONBOOT=yes
> STARTMODE=auto
> TYPE=Ethernet
> USERCTL=no
> IPV6_AUTOCONF=no


Version-Release number of selected component (if applicable):
cloud-init-20.3

Comment 1 Eduardo Otubo 2020-10-28 21:16:33 UTC
upstream pull-request https://github.com/canonical/cloud-init/pull/634

Comment 19 errata-xmlrpc 2021-05-18 15:44:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (cloud-init bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2021:1827