=== sambetts|afk is now known as sambetts === rangerpbzzzz is now known as rangerpb === sambetts is now known as sambetts|afk [21:58] bug 1679817 [21:58] bug 1679817 in cloud-init "dual stack IPv4/IPv6 configuration via config drive broken for RHEL7" [Medium,Fix committed] https://launchpad.net/bugs/1679817 [22:19] blackboxsw, https://gist.github.com/smoser/8904199bb8f00a90dd04 [22:28] powersj, https://git.launchpad.net/cloud-init === tmbc is now known as tmbcsd [22:55] I'm having trouble finding documentation on how to reference meta-data variables in cloud-config scripts, or if that is definitively possible. For example, refence the internal ip of the new instance from AWS meta-data. [23:00] tmbcsd, its not really possible. it is a feature that would be good to have. [23:00] on ec2... the easiest thing would probably be to [23:00] ip=$(ec2metadata --local-ip) [23:12] @smoser thanks. is that bash only, or will it work for #cloud-config scripts too? === rangerpb is now known as rangerpbzzzz [23:17] i was curious about this as well, related to the metadata variable question: http://cloudinit.readthedocs.io/en/latest/topics/datasources.html [23:21] tmbcsd, that is shell only. [23:31] hmm, cool I think i'll just write_files to some heredoc scripts then runcmd them [23:31] thanks again [23:37] blackboxsw, http://paste.ubuntu.com/24788492/ [23:37] thoughts ?