← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1888568] Re: DHCPv6 assigned address is not added to VM's interface

 

[Expired for cloud-init because there has been no activity for 60 days.]

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

-- 
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/1888568

Title:
  DHCPv6 assigned address is not added to VM's interface

Status in cloud-init:
  Expired

Bug description:
  Description of problem:

  Created a Nova instance with 2 NICs, with NIC 2 defined on StorageNFS
  network IPv6  address.  VM was created successfully with the correct
  interface config settings, however the Nova assigned IP address was
  not added to NIC 2 interface.

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

  How reproducible:
  100%

  Steps to Reproduce:
  1. Create StorageNFS network with IPv6 CIDR and address range defined
  2. Create a Nova instance with 2 NICs, 2nd NIC connected to StorageNFS network
  3. Login to VM and examin Eth1 IP address

  Actual results:
  The Nova assigned IPv6 address was not assigned to device Eth1

  Expected results:
  Expected the Nova assigned IP address to be assigned to Eth1 interface

  Additional info:
  Issue persisted with BOOTPROTO set to protocol, as well as when BOOTPROTO was removed from cloud.cfg

  **screen captures

  $ nova list --all | grep .243
  | 9554118f-9f77-437a-9cfd-87a8c00d0878 | tempest-TestShareBasicOpsNFS-server-92937175 | a0913fe1e43449cdb8794d8587dbfb55 | ACTIVE | -          | Running     | StorageNFS=fd00:fd00:fd00:7000::2fc; tempest-manila-share-1604635523=10.100.0.25, 10.0.0.243 |

  $ ssh manila@10.0.0.243 
  ..
  Last login: Wed Jul 22 09:22:12 2020 from 10.0.0.21

  $ ip ad
  1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
      inet 127.0.0.1/8 scope host lo
         valid_lft forever preferred_lft forever
      inet6 ::1/128 scope host
         valid_lft forever preferred_lft forever
  2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1442 qdisc fq_codel state UP group default qlen 1000
      link/ether fa:16:3e:1c:73:5f brd ff:ff:ff:ff:ff:ff
      inet 10.100.0.25/28 brd 10.100.0.31 scope global dynamic noprefixroute eth0
         valid_lft 43093sec preferred_lft 43093sec
      inet6 fe80::f816:3eff:fe1c:735f/64 scope link
         valid_lft forever preferred_lft forever
  3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
      link/ether fa:16:3e:1d:21:5a brd ff:ff:ff:ff:ff:ff
      inet6 fe80::7b6d:fb9a:bafa:cf7b/64 scope link noprefixroute
         valid_lft forever preferred_lft forever

  $ cat /etc/sysconfig/network-scripts/ifcfg-eth1
  # Created by cloud-init on instance boot automatically, do not edit.
  #

  DEFROUTE=yes
  DEVICE=eth1
  DHCPV6C=yes
  HWADDR=fa:16:3e:1d:21:5a
  IPV6INIT=yes
  IPV6_DEFAULTGW=fd00:fd00:fd00:7000::1
  MTU=1500
  ONBOOT=yes
  TYPE=Ethernet
  USERCTL=no

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


References