Make Calico nodename overridable on bare metal

Signed-off-by: Daniel Mohr <daniel.mohr@supercrunch.io>
This commit is contained in:
Daniel Mohr
2018-05-14 14:13:51 +02:00
parent 02cd5418c2
commit 476b14b06e
2 changed files with 3 additions and 1 deletions

View File

@@ -51,3 +51,5 @@ rbac_resources:
# * interface=INTERFACE-REGEX
# see https://docs.projectcalico.org/v3.0/reference/node/configuration#ip-autodetection-methods
# calico_ip_auto_method: "interface=eth.*"
calico_baremetal_nodename: "{{ inventory_hostname }}"