)]}'
{"deployment/puppet/nova/manifests/init.pp":[{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"a5ee1278b2ba9e7e308e39678f0baac697657bc2","unresolved":false,"context_lines":[{"line_number":61,"context_line":"  $lock_path \u003d $::nova::params::lock_path,"},{"line_number":62,"context_line":"  $verbose \u003d false,"},{"line_number":63,"context_line":"  $debug   \u003d false,"},{"line_number":64,"context_line":"  $periodic_interval \u003d \u002760\u0027,"},{"line_number":65,"context_line":"  $report_interval \u003d \u002710\u0027,"},{"line_number":66,"context_line":"  $root_wrap_config \u003d \u0027/etc/nova/rootwrap.conf\u0027,"},{"line_number":67,"context_line":"  # deprecated in folsom"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"7adec928_d0915e48","line":64,"updated":"2014-05-16 06:59:45.000000000","message":"pass value 60 from cluster*.pp files","commit_id":"192b818ed620e82f3238e9afd40800c10c490b75"},{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"a5ee1278b2ba9e7e308e39678f0baac697657bc2","unresolved":false,"context_lines":[{"line_number":210,"context_line":"  #to 60 and 180 respectively to allow kernel"},{"line_number":211,"context_line":"  #to kill dead connections"},{"line_number":212,"context_line":"  nova_config { \u0027DEFAULT/report_interval\u0027: value \u003d\u003e \u002760\u0027 }"},{"line_number":213,"context_line":"  nova_config { \u0027DEFAULT/service_down_time\u0027: value \u003d\u003e \u0027180\u0027 }"},{"line_number":214,"context_line":"  if $image_service \u003d\u003d \u0027nova.image.glance.GlanceImageService\u0027 {"},{"line_number":215,"context_line":"    if $glance_api_servers {"},{"line_number":216,"context_line":"      nova_config { \u0027DEFAULT/glance_api_servers\u0027: value \u003d\u003e $glance_api_servers }"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"7adec928_d0bcfede","line":213,"updated":"2014-05-16 06:59:45.000000000","message":"+1 for an idea, there is #1158 zendesk ticket related to the service_down_time parameter tuning in order to decrease the \"flopping\" in service-list, and it is a good idea to reuse it in Fuel as well.\n\n-2, because we already have it here:\n248:\u0027DEFAULT/service_down_time\u0027: value \u003d\u003e $service_down_time;\nand here\n65:  $report_interval \u003d \u002710\u0027,","commit_id":"192b818ed620e82f3238e9afd40800c10c490b75"},{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"a5ee1278b2ba9e7e308e39678f0baac697657bc2","unresolved":false,"context_lines":[{"line_number":248,"context_line":"    \u0027DEFAULT/verbose\u0027:           value \u003d\u003e $verbose;"},{"line_number":249,"context_line":"    # Following may need to be broken out to different nova services"},{"line_number":250,"context_line":"    \u0027DEFAULT/state_path\u0027:        value \u003d\u003e $state_path;"},{"line_number":251,"context_line":"    \u0027DEFAULT/lock_path\u0027:         value \u003d\u003e $lock_path;"},{"line_number":252,"context_line":"    \u0027DEFAULT/service_down_time\u0027: value \u003d\u003e $service_down_time;"},{"line_number":253,"context_line":"    \u0027DEFAULT/rootwrap_config\u0027:  value \u003d\u003e $root_wrap_config;"},{"line_number":254,"context_line":"  }"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"7adec928_707b2a28","line":251,"updated":"2014-05-16 06:59:45.000000000","message":"pass value 180 from cluster*.pp files","commit_id":"192b818ed620e82f3238e9afd40800c10c490b75"}],"deployment/puppet/osnailyfacter/examples/site.pp":[{"author":{"_account_id":6926,"name":"Bogdan Dobrelya","email":"bdobreli@redhat.com","username":"bogdando"},"change_message_id":"a5ee1278b2ba9e7e308e39678f0baac697657bc2","unresolved":false,"context_lines":[{"line_number":167,"context_line":"  # see https://bugs.launchpad.net/oslo.messaging/+bug/856764/comments/19"},{"line_number":168,"context_line":"  sysctl::value { \u0027net.ipv4.tcp_keepalive_time\u0027: value \u003d\u003e \u00275\u0027}"},{"line_number":169,"context_line":"  sysctl::value { \u0027net.ipv4.tcp_keepalive_probes\u0027: value \u003d\u003e \u00275\u0027}"},{"line_number":170,"context_line":"  sysctl::value { \u0027net.ipv4.tcp_keepalive_intvl\u0027: value \u003d\u003e \u00271\u0027}"},{"line_number":171,"context_line":""},{"line_number":172,"context_line":"  $syslog_rserver \u003d {"},{"line_number":173,"context_line":"    \u0027remote_type\u0027 \u003d\u003e $syslog_hash[\u0027syslog_transport\u0027],"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"7adec928_90ab5674","line":170,"updated":"2014-05-16 06:59:45.000000000","message":"yes, this place fits better than the one I\u0027ve suggested in https://review.openstack.org/#/c/93411/ :)","commit_id":"192b818ed620e82f3238e9afd40800c10c490b75"},{"author":{"_account_id":7468,"name":"Sergey Vasilenko","email":"svasilenko@mirantis.com","username":"xenolog"},"change_message_id":"4d7592468db4bd7e8bad702869d48e21065d30db","unresolved":false,"context_lines":[{"line_number":167,"context_line":"  # see https://bugs.launchpad.net/oslo.messaging/+bug/856764/comments/19"},{"line_number":168,"context_line":"  sysctl::value { \u0027net.ipv4.tcp_keepalive_time\u0027: value \u003d\u003e \u00275\u0027}"},{"line_number":169,"context_line":"  sysctl::value { \u0027net.ipv4.tcp_keepalive_probes\u0027: value \u003d\u003e \u00275\u0027}"},{"line_number":170,"context_line":"  sysctl::value { \u0027net.ipv4.tcp_keepalive_intvl\u0027: value \u003d\u003e \u00271\u0027}"},{"line_number":171,"context_line":""},{"line_number":172,"context_line":"  $syslog_rserver \u003d {"},{"line_number":173,"context_line":"    \u0027remote_type\u0027 \u003d\u003e $syslog_hash[\u0027syslog_transport\u0027],"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"7adec928_30a36250","line":170,"in_reply_to":"7adec928_90ab5674","updated":"2014-05-16 07:38:41.000000000","message":"The best place for network configuration stuff -- Stage[netconfig], I think.","commit_id":"192b818ed620e82f3238e9afd40800c10c490b75"}]}
