From 735729b08506be08b2a5215a8c1d628cac6d7741 Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Tue, 16 Aug 2016 12:50:06 -0400 Subject: Bug 1367199 - iptablesSyncPeriod should default to 30s OOTB Update the default to thirty seconds. --- roles/openshift_facts/library/openshift_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 30cec82ce..6fab996b2 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -1747,7 +1747,7 @@ class OpenShiftFacts(object): if 'node' in roles: defaults['node'] = dict(labels={}, annotations={}, - iptables_sync_period='5s', + iptables_sync_period='30s', local_quota_per_fsgroup="", set_node_ip=False) -- cgit v1.2.3