summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/templates/network.xml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-10-01 15:56:46 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2015-10-01 15:56:46 -0400
commit82cf8189c7ea1709890926f64f0b4875b552dfc2 (patch)
tree58e8a3f3e404122110ad5eac61d9c23c40d5dc2a /playbooks/libvirt/openshift-cluster/templates/network.xml
parent7082138eb6911a0322d222ba932218eccbff0c64 (diff)
parent832bc1f47fce1b61f23259502c08f9253656cb38 (diff)
downloadopenshift-82cf8189c7ea1709890926f64f0b4875b552dfc2.tar.gz
openshift-82cf8189c7ea1709890926f64f0b4875b552dfc2.tar.bz2
openshift-82cf8189c7ea1709890926f64f0b4875b552dfc2.tar.xz
openshift-82cf8189c7ea1709890926f64f0b4875b552dfc2.zip
Merge pull request #639 from jaryn/localonly_dns
Prevent dns resolution recursion (loop).
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/templates/network.xml')
-rw-r--r--playbooks/libvirt/openshift-cluster/templates/network.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/templates/network.xml b/playbooks/libvirt/openshift-cluster/templates/network.xml
index 86dcd62bb..050bc7ab9 100644
--- a/playbooks/libvirt/openshift-cluster/templates/network.xml
+++ b/playbooks/libvirt/openshift-cluster/templates/network.xml
@@ -8,7 +8,7 @@
<!-- TODO: query for first available virbr interface available -->
<bridge name='virbr3' stp='on' delay='0'/>
<!-- TODO: make overridable -->
- <domain name='example.com'/>
+ <domain name='example.com' localOnly='yes' />
<dns>
<!-- TODO: automatically add host entries -->
</dns>