b1102ad913
This PR is part of the following HLD: Persistent loglevel HLD: sonic-net/SONiC#1041 - Why I did it After the Logger tables moved from the LOGLEVEL_DB to the CONFIG_DB and the jinja2_cache was deleted the LOGLEVEL_DB is not in use. - How I did it Removed the LOGLEVEL_DB from the SONiC code - How to verify it All tests were passed
84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"INSTANCES": {
|
|
"redis":{
|
|
"hostname" : "127.0.0.1",
|
|
"port" : 6379,
|
|
"unix_socket_path" : "/var/run/redis/redis.sock"
|
|
},
|
|
|
|
"redis_chassis":{
|
|
"hostname" : "redis_chassis.server",
|
|
"port": 6380,
|
|
"unix_socket_path": "/var/run/redis/redis_chassis.sock"
|
|
}
|
|
},
|
|
"DATABASES" : {
|
|
"APPL_DB" : {
|
|
"id" : 0,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"ASIC_DB" : {
|
|
"id" : 1,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"COUNTERS_DB" : {
|
|
"id" : 2,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"CONFIG_DB" : {
|
|
"id" : 4,
|
|
"separator": "|",
|
|
"instance" : "redis"
|
|
},
|
|
"PFC_WD_DB" : {
|
|
"id" : 5,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"FLEX_COUNTER_DB" : {
|
|
"id" : 5,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"STATE_DB" : {
|
|
"id" : 6,
|
|
"separator": "|",
|
|
"instance" : "redis"
|
|
},
|
|
"SNMP_OVERLAY_DB" : {
|
|
"id" : 7,
|
|
"separator": "|",
|
|
"instance" : "redis"
|
|
},
|
|
"GB_ASIC_DB" : {
|
|
"id" : 9,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"GB_COUNTERS_DB" : {
|
|
"id" : 10,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"GB_FLEX_COUNTER_DB" : {
|
|
"id" : 11,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
},
|
|
"CHASSIS_APP_DB" : {
|
|
"id" : 12,
|
|
"separator": "|",
|
|
"instance" : "redis_chassis"
|
|
},
|
|
"APPL_STATE_DB" : {
|
|
"id" : 14,
|
|
"separator": ":",
|
|
"instance" : "redis"
|
|
}
|
|
},
|
|
"VERSION" : "1.0"
|
|
}
|