[docker-sonic-vs] Make the ID numbers of "GB_ASIC_DB", "GB_COUNTERS_DB" and "GB_FLEX_COUNTER_DB" same as the ones in swss-common (#8845)
This commit is contained in:
parent
6c40fe4f44
commit
144b9f158d
@ -59,20 +59,20 @@
|
||||
"instance" : "redis"
|
||||
},
|
||||
"GB_ASIC_DB" : {
|
||||
"id" : 8,
|
||||
"separator": ":",
|
||||
"instance" : "redis"
|
||||
},
|
||||
"GB_COUNTERS_DB" : {
|
||||
"id" : 9,
|
||||
"separator": ":",
|
||||
"instance" : "redis"
|
||||
},
|
||||
"GB_FLEX_COUNTER_DB" : {
|
||||
"GB_COUNTERS_DB" : {
|
||||
"id" : 10,
|
||||
"separator": ":",
|
||||
"instance" : "redis"
|
||||
},
|
||||
"GB_FLEX_COUNTER_DB" : {
|
||||
"id" : 11,
|
||||
"separator": ":",
|
||||
"instance" : "redis"
|
||||
},
|
||||
"CHASSIS_APP_DB" : {
|
||||
"id" : 12,
|
||||
"separator": "|",
|
||||
|
Loading…
Reference in New Issue
Block a user