)]}'
{"tripleo_ansible/roles/tripleo-hieradata/defaults/main.yml":[{"author":{"_account_id":14985,"name":"Alex Schultz","email":"aschultz@next-development.com","username":"mwhahaha"},"change_message_id":"4c6f2a972963cb76c3cf0b90640c8a3db6536cec","unresolved":false,"context_lines":[{"line_number":55,"context_line":"# define a local address. If the ipv6 is found to be enable on the"},{"line_number":56,"context_line":"# loopback device the local address will be set to \"localhost\" otherwise"},{"line_number":57,"context_line":"# the local address will be defined as \"127.0.0.1\"."},{"line_number":58,"context_line":"hieradata_local_address: \"{{ (\u0027ipv6\u0027 in (ansible_lo | default({}))) | ternary(\u0027localhost\u0027, \u0027127.0.0.1\u0027) }}\""}],"source_content_type":"text/x-yaml","patch_set":2,"id":"5faad753_cc72d17b","line":58,"updated":"2019-09-12 22:29:25.000000000","message":"So the one difference between this and the original functionality is that the original logic used the heat params to determine if ipv6 could be used. This patch differs in that when you disable ipv6 via sysctl, ansible may already have the ipv6 fact generated. I\u0027m not sure if this really matters or not","commit_id":"d42487abbf1df3c29734a2275f877aec9071024f"},{"author":{"_account_id":7353,"name":"Kevin Carter","email":"kevin@cloudnull.com","username":"cloudnull"},"change_message_id":"9a64e44380ca8a00d3ce7b65cdb4d295c091a7a8","unresolved":false,"context_lines":[{"line_number":55,"context_line":"# define a local address. If the ipv6 is found to be enable on the"},{"line_number":56,"context_line":"# loopback device the local address will be set to \"localhost\" otherwise"},{"line_number":57,"context_line":"# the local address will be defined as \"127.0.0.1\"."},{"line_number":58,"context_line":"hieradata_local_address: \"{{ (\u0027ipv6\u0027 in (ansible_lo | default({}))) | ternary(\u0027localhost\u0027, \u0027127.0.0.1\u0027) }}\""}],"source_content_type":"text/x-yaml","patch_set":2,"id":"5faad753_1149d989","line":58,"in_reply_to":"5faad753_cc72d17b","updated":"2019-09-13 13:35:21.000000000","message":"I think I will follow on to set a global ansible fact via THT using the original Heat variable. in that way the role will always do the right thing, and we\u0027ll retain the ability ability to configure it the option as necessary.","commit_id":"d42487abbf1df3c29734a2275f877aec9071024f"},{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"f5d195b50bf12e5845c14949df5d660858cf7c5b","unresolved":false,"context_lines":[{"line_number":55,"context_line":"# define a local address. If the ipv6 is found to be enable on the"},{"line_number":56,"context_line":"# loopback device the local address will be set to \"localhost\" otherwise"},{"line_number":57,"context_line":"# the local address will be defined as \"127.0.0.1\"."},{"line_number":58,"context_line":"hieradata_localhost_address: \"{{ (\u0027ipv6\u0027 in (ansible_lo | default({}))) | ternary(\u0027localhost\u0027, \u0027127.0.0.1\u0027) }}\""}],"source_content_type":"text/x-yaml","patch_set":3,"id":"5faad753_ada181fa","line":58,"range":{"start_line":58,"start_character":33,"end_line":58,"end_character":71},"updated":"2019-09-13 16:10:59.000000000","message":"could it be just ansible_lo | ipv6   ?","commit_id":"8bb48216d04363810968ffe48e3560ee0a99262b"},{"author":{"_account_id":7353,"name":"Kevin Carter","email":"kevin@cloudnull.com","username":"cloudnull"},"change_message_id":"5400238810846ac7aa99e9d06e7441d8dd6f6900","unresolved":false,"context_lines":[{"line_number":55,"context_line":"# define a local address. If the ipv6 is found to be enable on the"},{"line_number":56,"context_line":"# loopback device the local address will be set to \"localhost\" otherwise"},{"line_number":57,"context_line":"# the local address will be defined as \"127.0.0.1\"."},{"line_number":58,"context_line":"hieradata_localhost_address: \"{{ (\u0027ipv6\u0027 in (ansible_lo | default({}))) | ternary(\u0027localhost\u0027, \u0027127.0.0.1\u0027) }}\""}],"source_content_type":"text/x-yaml","patch_set":3,"id":"5faad753_5b38c29e","line":58,"range":{"start_line":58,"start_character":33,"end_line":58,"end_character":71},"in_reply_to":"5faad753_ada181fa","updated":"2019-09-13 23:22:36.000000000","message":"sadly no, the `ansible_lo` interface fact is a hash. This is just looking up the key to see if an IPv6 address is present on the loop back interface.","commit_id":"8bb48216d04363810968ffe48e3560ee0a99262b"}]}
