You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently hardcoded for rackspace, and while a wrapper cookbook can easily fix it, would be nice if it were a bit more dynamic.
Should be able to test for the existence of automatic attr node['cloud_v2']['local_ipv4'] to determine whether to try to use the private network interface eth1, right? (digitalocean doesn't enable this by default)
The text was updated successfully, but these errors were encountered:
https://github.com/rackspace-cookbooks/elkstack/blob/master/attributes/elasticsearch.rb#L25
This is currently hardcoded for rackspace, and while a wrapper cookbook can easily fix it, would be nice if it were a bit more dynamic.
Should be able to test for the existence of automatic attr
node['cloud_v2']['local_ipv4']
to determine whether to try to use the private network interfaceeth1
, right? (digitalocean doesn't enable this by default)The text was updated successfully, but these errors were encountered: