diff --git a/fboss-image/image_builder/templates/centos-09.0/root_files/etc/coop/fsdb/current b/fboss-image/image_builder/templates/centos-09.0/root_files/etc/coop/fsdb/current new file mode 100644 index 0000000000000..8ff7c8c01f10c --- /dev/null +++ b/fboss-image/image_builder/templates/centos-09.0/root_files/etc/coop/fsdb/current @@ -0,0 +1,81 @@ +{ + "defaultCommandLineArgs": { + "serveHeartbeats": "true", + "statsSubscriptionHeartbeat_s": "5", + "useIdPathsForSubs": "true" + }, + "trustedSubnets": [], + "publishers": { + "agent": { + "paths": [ + { + "path": { "raw": ["agent"] }, + "isExpected": true, + "isStats": false + }, + { + "path": { "raw": ["agent"] }, + "isExpected": true, + "isStats": true + } + ], + "skipThriftStreamLivenessCheck": false + }, + "build_info": { + "paths": [ + { + "path": { "raw": ["build_info"] }, + "isExpected": false, + "isStats": false + } + ], + "skipThriftStreamLivenessCheck": true + }, + "qsfp_service": { + "paths": [ + { + "path": { "raw": ["qsfp_service"] }, + "isExpected": true, + "isStats": false + }, + { + "path": { "raw": ["qsfp_service"] }, + "isExpected": true, + "isStats": true + } + ], + "skipThriftStreamLivenessCheck": false + }, + "sensor_service": { + "paths": [ + { + "isExpected": false, + "isStats": true, + "path": { + "raw": [ + "sensor_service" + ] + } + } + ], + "skipThriftStreamLivenessCheck": false + } + }, + "subscribers": { + ":agent": { + "trackReconnect": true, + "allowExtendedSubscriptions": true, + "numExpectedSubscriptions": 0 + }, + "fboss2": { + "trackReconnect": false, + "allowExtendedSubscriptions": true, + "numExpectedSubscriptions": 1 + }, + "switch_agent": { + "trackReconnect": true, + "allowExtendedSubscriptions": false, + "numExpectedSubscriptions": 1 + } + } +}