Skip to content

Commit 969fd62

Browse files
a114j0ynnelluri-cisco
authored andcommitted
add "ring_thread_enabled": "true" in "DEVICE_METADATA|localhost" in 7nodes_cisco (sonic-net#17078)
What is the motivation for this PR? ring buffer feature should be able to get turned on/off by a flag in configuration How did you do it? Add a field "ring_thread_enabled" in "DEVICE_METADATA"| "localhost" table How did you verify/test it? sonic-net/sonic-buildimage#19652
1 parent ddb4091 commit 969fd62

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

ansible/vars/configdb_jsons/7nodes_cisco/P1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"nexthop_group" : "enabled",
117117
"frr_mgmt_framework_config": "true",
118118
"docker_routing_config_mode": "unified",
119-
"type": "LeafRouter"
119+
"type": "LeafRouter",
120+
"ring_thread_enabled": "true"
120121
}
121122
},
122123
"INTERFACE": {

ansible/vars/configdb_jsons/7nodes_cisco/P2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
"nexthop_group" : "enabled",
102102
"frr_mgmt_framework_config": "true",
103103
"docker_routing_config_mode": "unified",
104-
"type": "LeafRouter"
104+
"type": "LeafRouter",
105+
"ring_thread_enabled": "true"
105106
}
106107
},
107108
"INTERFACE": {

ansible/vars/configdb_jsons/7nodes_cisco/P3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"nexthop_group" : "enabled",
117117
"frr_mgmt_framework_config": "true",
118118
"docker_routing_config_mode": "unified",
119-
"type": "LeafRouter"
119+
"type": "LeafRouter",
120+
"ring_thread_enabled": "true"
120121
}
121122
},
122123
"INTERFACE": {

ansible/vars/configdb_jsons/7nodes_cisco/P4.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
"nexthop_group" : "enabled",
102102
"frr_mgmt_framework_config": "true",
103103
"docker_routing_config_mode": "unified",
104-
"type": "LeafRouter"
104+
"type": "LeafRouter",
105+
"ring_thread_enabled": "true"
105106
}
106107
},
107108
"INTERFACE": {

ansible/vars/configdb_jsons/7nodes_cisco/PE1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"docker_routing_config_mode": "unified",
131131
"frr_mgmt_framework_config": "true",
132132
"nexthop_group" : "enabled",
133-
"type": "LeafRouter"
133+
"type": "LeafRouter",
134+
"ring_thread_enabled": "true"
134135
}
135136
},
136137
"INTERFACE": {

ansible/vars/configdb_jsons/7nodes_cisco/PE2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"frr_mgmt_framework_config": "true",
131131
"docker_routing_config_mode": "unified",
132132
"nexthop_group" : "enabled",
133-
"type": "LeafRouter"
133+
"type": "LeafRouter",
134+
"ring_thread_enabled": "true"
134135
}
135136
},
136137
"INTERFACE": {

ansible/vars/configdb_jsons/7nodes_cisco/PE3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"frr_mgmt_framework_config": "true",
131131
"docker_routing_config_mode": "unified",
132132
"nexthop_group" : "enabled",
133-
"type": "LeafRouter"
133+
"type": "LeafRouter",
134+
"ring_thread_enabled": "true"
134135
}
135136
},
136137
"INTERFACE": {

0 commit comments

Comments
 (0)