diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-24 14:06:12 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-11-24 14:06:12 -0500 |
commit | 42232eb59cc3c6ae5d4733b6655add0aff23217b (patch) | |
tree | 0d3de9588c0fa5c4ea764b2b3ae93d13dea19b8f /roles/openshift_node/tasks | |
parent | cb3da200563684c15d3a65cb2bf3958b9a34b249 (diff) | |
download | openshift-42232eb59cc3c6ae5d4733b6655add0aff23217b.tar.gz openshift-42232eb59cc3c6ae5d4733b6655add0aff23217b.tar.bz2 openshift-42232eb59cc3c6ae5d4733b6655add0aff23217b.tar.xz openshift-42232eb59cc3c6ae5d4733b6655add0aff23217b.zip |
Conditionally set the nodeIP
Diffstat (limited to 'roles/openshift_node/tasks')
-rw-r--r-- | roles/openshift_node/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_node/tasks/main.yml b/roles/openshift_node/tasks/main.yml index d11bc5123..42d984a09 100644 --- a/roles/openshift_node/tasks/main.yml +++ b/roles/openshift_node/tasks/main.yml @@ -34,6 +34,7 @@ schedulable: "{{ openshift_schedulable | default(openshift_scheduleable) | default(None) }}" sdn_mtu: "{{ openshift_node_sdn_mtu | default(None) }}" storage_plugin_deps: "{{ osn_storage_plugin_deps | default(None) }}" + set_node_ip: "{{ openshift_set_node_ip | default(None) }}" # We have to add tuned-profiles in the same transaction otherwise we run into depsolving # problems because the rpms don't pin the version properly. |