Updating calicocni.hostname to calicocni.nodename

This commit is contained in:
Brad Beam 2017-09-07 22:21:40 +00:00
parent aaa0105f75
commit eeffbbb43c

View file

@ -1,9 +1,9 @@
{
"name": "calico-k8s-network",
{% if cloud_provider is defined %}
"hostname": "{{ inventory_hostname }}",
"nodename": "{{ inventory_hostname }}",
{% else %}
"hostname": "{{ ansible_hostname }}",
"nodename": "{{ ansible_hostname }}",
{% endif %}
"type": "calico",
"etcd_endpoints": "{{ etcd_access_endpoint }}",