<div dir="ltr">Changed to SLAAC, instance failed to get metadata information and in logs I don't see ip assigned to the instances, but when I logged into instance I see ipv6 address.<div><br></div><div>Do I need to update any metadata configuration?</div><div><br></div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">Cloud-init v. 0.7.5 running 'init' at Wed, 13 Jul 2016 15:49:44 +0000. Up 134.02 seconds.
ci-info: +++++++++++++++++++++++Net device info+++++++++++++++++++++++
ci-info: +--------+------+-----------+-----------+-------------------+
ci-info: | Device |  Up  |  Address  |    Mask   |     Hw-Address    |
ci-info: +--------+------+-----------+-----------+-------------------+
ci-info: |   lo   | True | 127.0.0.1 | 255.0.0.0 |         .         |
ci-info: |  eth0  | True |     .     |     .     | fa:16:3e:eb:f5:cf |
ci-info: +--------+------+-----------+-----------+-------------------+
ci-info: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Route info failed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2016-07-13 15:49:45,127 - url_helper.py[WARNING]: Calling '<a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a>' failed [0/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by <class 'socket.error'>: [Errno 101] Network is unreachable)]
2016-07-13 15:49:46,130 - url_helper.py[WARNING]: Calling '<a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a>' failed [1/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by <class 'socket.error'>: [Errno 101] Network is unreachable)]
2016-07-13 15:49:47,137 - url_helper.py[WARNING]: Calling '<a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a>' failed [2/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by <class 'socket.error'>: [Errno 101] Network is unreachable)]
2016-07-13 15:49:48,143 - url_helper.py[WARNING]: Calling '<a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a>' failed [3/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by <class 'socket.error'>: [Errno 101] Network is unreachable)]
2016-07-13 15:49:49,146 - url_helper.py[WARNING]: Calling '<a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a>' failed [4/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by <class 'socket.error'>: [Errno 101] Network is unreachable)]</pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 13, 2016 at 10:43 AM, suresh kumar <span dir="ltr"><<a href="mailto:boilingbabu@gmail.com" target="_blank">boilingbabu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for the reply Jens,<div><br></div><div>What configuration need to be done if I want to use SLAAC, should my ipv6 subnet need to be attached to router interface?</div><div><br></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 13, 2016 at 1:55 AM, Jens Rosenboom <span dir="ltr"><<a href="mailto:j.rosenboom@x-ion.de" target="_blank">j.rosenboom@x-ion.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>2016-07-12 20:55 GMT+02:00 suresh kumar <<a href="mailto:boilingbabu@gmail.com" target="_blank">boilingbabu@gmail.com</a>>:<br>
> Hi All,<br>
><br>
> I have created IPv6 vlan in neutron with DHCPv6 stateful option, when I<br>
> create instances with this ipv6 vlan dhcp is failing to assign the IP to<br>
> instances and it is assigning link local address<br>
><br>
> I am able to ping the GW with link local address but not the other instances<br>
> on same vlan<br>
><br>
> Is there any configuration need to be done in neutron to make this work? my<br>
> ipv6 vlan is rotatable so I didn't attached to any router interface inside<br>
> neutron.<br>
<br>
</span>Cirros does not yet support DHCPv6, see<br>
<a href="https://bugs.launchpad.net/cirros/+bug/1487041" rel="noreferrer" target="_blank">https://bugs.launchpad.net/cirros/+bug/1487041</a>.<br>
<br>
It also looks like other images will only do slaac by default, so you<br>
would have to explicitly setup an DHCPv6 client in your guest, e.g.<br>
for ubuntu-xenial do "sudo dhclient -6 ens3".<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>