diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-05 16:03:46 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-05 16:03:46 -0500 |
commit | d01f131de68bf88e4e3fb4c81450922a30285804 (patch) | |
tree | a66fbc3644903bb934a9f0d502bfad31a2006124 /roles/openshift_node/templates | |
parent | 4037c37c5f505f9f3017fe92b10db009e85d863d (diff) | |
parent | f8618fc13af95613de5f022dd1855af7309c7d7c (diff) | |
download | openshift-d01f131de68bf88e4e3fb4c81450922a30285804.tar.gz openshift-d01f131de68bf88e4e3fb4c81450922a30285804.tar.bz2 openshift-d01f131de68bf88e4e3fb4c81450922a30285804.tar.xz openshift-d01f131de68bf88e4e3fb4c81450922a30285804.zip |
Merge pull request #815 from detiber/fixMTU
Bug 1277592 - SDN MTU has hardcoded default
Diffstat (limited to 'roles/openshift_node/templates')
-rw-r--r-- | roles/openshift_node/templates/node.yaml.v1.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_node/templates/node.yaml.v1.j2 b/roles/openshift_node/templates/node.yaml.v1.j2 index 4931d127e..509cce2e0 100644 --- a/roles/openshift_node/templates/node.yaml.v1.j2 +++ b/roles/openshift_node/templates/node.yaml.v1.j2 @@ -22,6 +22,7 @@ networkConfig: {% if openshift.common.use_openshift_sdn %} networkPluginName: {{ openshift.common.sdn_network_plugin_name }} {% endif %} +nodeIP: {{ openshift.common.ip }} nodeName: {{ openshift.common.hostname | lower }} podManifestConfig: servingInfo: |