diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-10-26 15:20:35 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-06 16:35:09 -0500 |
commit | 3d87d37f53712fbc7cadbf0829743d9a97e93ad1 (patch) | |
tree | 92efd57c773dece8151cfc0c44309b50c9ae32b8 /inventory | |
parent | f1f22218739982f768e36cc2695a1b4ab5561ca7 (diff) | |
download | openshift-3d87d37f53712fbc7cadbf0829743d9a97e93ad1.tar.gz openshift-3d87d37f53712fbc7cadbf0829743d9a97e93ad1.tar.bz2 openshift-3d87d37f53712fbc7cadbf0829743d9a97e93ad1.tar.xz openshift-3d87d37f53712fbc7cadbf0829743d9a97e93ad1.zip |
New `iptablesSyncPeriod` field in node configuration
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 11f076a8a..f124be368 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -129,6 +129,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # characters long, to select AES-128, AES-192, or AES-256. #openshift_master_session_encryption_secrets=['DONT+USE+THIS+SECRET+b4NV+pmZNSO'] +# configure how often node iptables rules are refreshed +#openshift_node_iptables_sync_period=5s + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |