[Bug 1581598] Re: ipv6 enabled charms don't understand mngtmpaddr flag

OpenStack Infra 1581598 at bugs.launchpad.net
Tue Jun 21 12:42:08 UTC 2016


Reviewed:  https://review.openstack.org/332057
Committed: https://git.openstack.org/cgit/openstack/charm-hacluster/commit/?id=53f67cecd0121903c18dc302c28a4e95fbb77391
Submitter: Jenkins
Branch:    master

commit 53f67cecd0121903c18dc302c28a4e95fbb77391
Author: Edward Hope-Morley <edward.hope-morley at canonical.com>
Date:   Tue Jun 21 11:18:25 2016 +0100

    Sync charmhelpers to get fix for LP 1581598
    
    Change-Id: Ie180c0d992c408fef0d5bb9143e706a4f195116e
    Closes-Bug: 1581598


** Changed in: hacluster (Juju Charms Collection)
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Juju Charms Collection.
Matching subscriptions: charm-bugs
https://bugs.launchpad.net/bugs/1581598

Title:
  ipv6 enabled charms don't understand mngtmpaddr flag

Status in Charm Helpers:
  Fix Committed
Status in ceilometer package in Juju Charms Collection:
  Fix Released
Status in ceph package in Juju Charms Collection:
  Fix Committed
Status in ceph-mon package in Juju Charms Collection:
  Fix Committed
Status in ceph-osd package in Juju Charms Collection:
  Fix Committed
Status in ceph-radosgw package in Juju Charms Collection:
  Fix Committed
Status in cinder package in Juju Charms Collection:
  Fix Committed
Status in glance package in Juju Charms Collection:
  Fix Committed
Status in hacluster package in Juju Charms Collection:
  Fix Committed
Status in heat package in Juju Charms Collection:
  Fix Committed
Status in keystone package in Juju Charms Collection:
  Fix Committed
Status in neutron-api package in Juju Charms Collection:
  Fix Committed
Status in nova-cloud-controller package in Juju Charms Collection:
  Fix Committed
Status in nova-compute package in Juju Charms Collection:
  Fix Committed
Status in openstack-dashboard package in Juju Charms Collection:
  Fix Committed
Status in percona-cluster package in Juju Charms Collection:
  Fix Committed
Status in rabbitmq-server package in Juju Charms Collection:
  Fix Committed
Status in swift-proxy package in Juju Charms Collection:
  Fix Committed
Status in swift-storage package in Juju Charms Collection:
  Fix Committed

Bug description:
  In Xenial if you are have an ipv6 address that was created following
  an RA receive it may have the "mngtmpaddr" and/or "noprefixroute" flag
  set e.g.

  2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
      link/ether fa:16:3e:e2:e2:56 brd ff:ff:ff:ff:ff:ff
      inet 10.5.32.212/16 brd 10.5.255.255 scope global ens3
         valid_lft forever preferred_lft forever
      inet6 2001:db8:0:1:f816:3eff:fee2:e256/64 scope global mngtmpaddr dynamic 
         valid_lft 86397sec preferred_lft 14397sec
      inet6 fe80::f816:3eff:fee2:e256/64 scope link 
         valid_lft forever preferred_lft forever

  The charms do not currently parse this properly when validating ipv6
  addresses which causes xenial ipv6 deployments to fail.

  Looks like this has actually been around since Utopic timeframe - more
  info here - http://lists.openwall.net/netdev/2013/12/06/138

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-helpers/+bug/1581598/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list