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", "name": "calico-k8s-network",
{% if cloud_provider is defined %} {% if cloud_provider is defined %}
"hostname": "{{ inventory_hostname }}", "nodename": "{{ inventory_hostname }}",
{% else %} {% else %}
"hostname": "{{ ansible_hostname }}", "nodename": "{{ ansible_hostname }}",
{% endif %} {% endif %}
"type": "calico", "type": "calico",
"etcd_endpoints": "{{ etcd_access_endpoint }}", "etcd_endpoints": "{{ etcd_access_endpoint }}",