[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:
Junhua Zhai 2021-09-28 13:54:12 +08:00 committed by GitHub
parent 6c40fe4f44
commit 144b9f158d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": "|",