Skip to content

Commit d964cb4

Browse files
authored
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 7a407c5 commit d964cb4

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

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

+2-1
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

+2-1
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

+2-1
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

+2-1
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

+2-1
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

+2-1
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

+2-1
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)