diff options
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/libvirt/openshift-cluster/templates/network.xml | 2 | 
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> | 
