← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1818641] Re: IPv6 not enabling on EC2 when done afterwards (CentOS 7.6)

 

Hey Chris,

We're waiting for the debug information that Ryan requested in comment
#1 to be able to move this forward.  I'm setting this back to
Incomplete, please move it to New once you have attached that
information.


Thanks!

Dan

** Changed in: cloud-init
       Status: Expired => Incomplete

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1818641

Title:
  IPv6 not enabling on EC2 when done afterwards (CentOS 7.6)

Status in cloud-init:
  Incomplete

Bug description:
  How to reproduce:
  =================
  On AWS EC2:
  - launch a CentOS 7.6 instance with IPv4 only
  - once running: assign an IPv6 from AWS EC2, and reboot the instance
  - while the instance data is properly populated: the network configuration does not assign the IPv6 to the instance (no connection).

  
  Unsuccessful turnaround attempts:
  =================================
  A) /etc/cloud/cloud.cfg.d/99-ipv6-networking.cfg
  network:
          version: 1
          config:
          - type: physical
                  name: eth0
                  subnets:
                  - type: dhcp6

  B) There has been a debate in the CentOS github as to whether AWS was IPv6 RFC compliant, read the entire thread here:
  https://github.com/coreos/bugs/issues/1828
  A solution provided there for Ubuntu cannot be applied on CentOS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1818641/+subscriptions


References