diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-04-16 06:07:03 -0400 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-04-16 06:09:50 -0400 |
commit | 5ab51fd2706fb240e5279be15c10e71b12ad3780 (patch) | |
tree | 355be48a913ea1b026bae929d79785e1b1f68d0e /fuel/build/f_osnaily/puppet/modules/osnailyfacter | |
parent | 0f416cdda6a27f8d3dabd84dfe6bf09e9b681cf3 (diff) |
Fuel@OPNFV rebase due to upstrem changes
JIRA:
Change-Id: I9864f16d2be725f7d48f4268a3886aa65410293a
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'fuel/build/f_osnaily/puppet/modules/osnailyfacter')
-rw-r--r-- | fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp | 15 | ||||
-rw-r--r-- | fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp.orig | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp b/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp index 19cc0ed..05cd9e0 100644 --- a/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp +++ b/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp @@ -243,21 +243,6 @@ class os_common { 'port' => $base_syslog_hash['syslog_port'] } -### TCP connections keepalives and failover related parameters ### - # configure TCP keepalive for host OS. - # Send 3 probes each 8 seconds, if the connection was idle - # for a 30 seconds. Consider it dead, if there was no responces - # during the check time frame, i.e. 30+3*8=54 seconds overall. - # (note: overall check time frame should be lower then - # nova_report_interval). - class { 'openstack::keepalive' : - stage => 'netconfig', - tcpka_time => '30', - tcpka_probes => '8', - tcpka_intvl => '3', - tcp_retries2 => '5', - } - # setting kernel reserved ports # defaults are 49000,35357,41055,58882 class { 'openstack::reserved_ports': diff --git a/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp.orig b/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp.orig index 4b1da3a..9ed557a 100644 --- a/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp.orig +++ b/fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp.orig @@ -233,21 +233,6 @@ class os_common { 'port' => $base_syslog_hash['syslog_port'] } -### TCP connections keepalives and failover related parameters ### - # configure TCP keepalive for host OS. - # Send 3 probes each 8 seconds, if the connection was idle - # for a 30 seconds. Consider it dead, if there was no responces - # during the check time frame, i.e. 30+3*8=54 seconds overall. - # (note: overall check time frame should be lower then - # nova_report_interval). - class { 'openstack::keepalive' : - stage => 'netconfig', - tcpka_time => '30', - tcpka_probes => '8', - tcpka_intvl => '3', - tcp_retries2 => '5', - } - # setting kernel reserved ports # defaults are 49000,35357,41055,58882 class { 'openstack::reserved_ports': |