From 2beee2e9cd780cdba1b06cafde2a886f032b75a1 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Mon, 6 Mar 2017 17:50:03 -0800 Subject: [PATCH] [swssconfig]: Removing obsolete configuration files (#173) Signed-off-by: Shuotian Cheng --- debian/swss.install | 9 -- swssconfig/sample/td2.32ports.buffers.1.json | 50 ---------- swssconfig/sample/td2.32ports.buffers.2.json | 54 ----------- swssconfig/sample/td2.32ports.buffers.3.json | 38 -------- swssconfig/sample/td2.32ports.qos.1.json | 98 -------------------- swssconfig/sample/td2.32ports.qos.2.json | 23 ----- swssconfig/sample/td2.32ports.qos.3.json | 12 --- swssconfig/sample/td2.32ports.qos.4.json | 13 --- swssconfig/sample/td2.32ports.qos.5.json | 8 -- swssconfig/sample/td2.32ports.qos.6.json | 20 ---- 10 files changed, 325 deletions(-) delete mode 100644 swssconfig/sample/td2.32ports.buffers.1.json delete mode 100644 swssconfig/sample/td2.32ports.buffers.2.json delete mode 100644 swssconfig/sample/td2.32ports.buffers.3.json delete mode 100644 swssconfig/sample/td2.32ports.qos.1.json delete mode 100644 swssconfig/sample/td2.32ports.qos.2.json delete mode 100644 swssconfig/sample/td2.32ports.qos.3.json delete mode 100644 swssconfig/sample/td2.32ports.qos.4.json delete mode 100644 swssconfig/sample/td2.32ports.qos.5.json delete mode 100644 swssconfig/sample/td2.32ports.qos.6.json diff --git a/debian/swss.install b/debian/swss.install index 27e3c2a44320..fd8d05daffe5 100644 --- a/debian/swss.install +++ b/debian/swss.install @@ -4,12 +4,3 @@ swssconfig/sample/msn2700.32ports.buffers.json etc/swss/config.d swssconfig/sample/msn2700.32ports.qos.json etc/swss/config.d swssconfig/sample/td2.32ports.buffers.json etc/swss/config.d swssconfig/sample/td2.32ports.qos.json etc/swss/config.d -swssconfig/sample/td2.32ports.buffers.1.json etc/swss/config.d -swssconfig/sample/td2.32ports.buffers.2.json etc/swss/config.d -swssconfig/sample/td2.32ports.buffers.3.json etc/swss/config.d -swssconfig/sample/td2.32ports.qos.1.json etc/swss/config.d -swssconfig/sample/td2.32ports.qos.2.json etc/swss/config.d -swssconfig/sample/td2.32ports.qos.3.json etc/swss/config.d -swssconfig/sample/td2.32ports.qos.4.json etc/swss/config.d -swssconfig/sample/td2.32ports.qos.5.json etc/swss/config.d -swssconfig/sample/td2.32ports.qos.6.json etc/swss/config.d diff --git a/swssconfig/sample/td2.32ports.buffers.1.json b/swssconfig/sample/td2.32ports.buffers.1.json deleted file mode 100644 index 66bb96674c14..000000000000 --- a/swssconfig/sample/td2.32ports.buffers.1.json +++ /dev/null @@ -1,50 +0,0 @@ -[ - { - "BUFFER_POOL_TABLE:ingress_lossless_pool0": { - "size": "3637248", - "type": "ingress", - "mode": "static" - }, - "OP": "SET" - }, - { - "BUFFER_POOL_TABLE:ingress_lossless_pool1": { - "size": "3637248", - "type": "ingress", - "mode": "static" - }, - "OP": "SET" - }, - { - "BUFFER_POOL_TABLE:ingress_lossy_pool": { - "size": "5491712", - "type": "ingress", - "mode": "dynamic" - }, - "OP": "SET" - }, - { - "BUFFER_POOL_TABLE:egress_lossless_pool0": { - "size": "113664", - "type": "egress", - "mode": "static" - }, - "OP": "SET" - }, - { - "BUFFER_POOL_TABLE:egress_lossless_pool1": { - "size": "113664", - "type": "egress", - "mode": "static" - }, - "OP": "SET" - }, - { - "BUFFER_POOL_TABLE:egress_lossy_pool": { - "size": "5491712", - "type": "egress", - "mode": "dynamic" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.buffers.2.json b/swssconfig/sample/td2.32ports.buffers.2.json deleted file mode 100644 index 2cf0c348c322..000000000000 --- a/swssconfig/sample/td2.32ports.buffers.2.json +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "BUFFER_PROFILE_TABLE:ingress_lossless_profile0": { - "pool": "[BUFFER_POOL_TABLE:ingress_lossless_pool0]", - "xon": "18432", - "xoff": "76800", - "size": "113664", - "static_th": "0" - }, - "OP": "SET" - }, - { - "BUFFER_PROFILE_TABLE:ingress_lossless_profile1": { - "pool":"[BUFFER_POOL_TABLE:ingress_lossless_pool1]", - "xon":"18432", - "xoff":"76800", - "size":"113664", - "static_th": "0" - }, - "OP": "SET" - }, - { - "BUFFER_PROFILE_TABLE:ingress_lossy_profile": { - "pool":"[BUFFER_POOL_TABLE:ingress_lossy_pool]", - "size":"1518", - "dynamic_th":"3" - }, - "OP": "SET" - }, - { - "BUFFER_PROFILE_TABLE:egress_lossless_profile0": { - "pool":"[BUFFER_POOL_TABLE:egress_lossless_pool0]", - "size":"1518", - "static_th":"3637248" - }, - "OP": "SET" - }, - { - "BUFFER_PROFILE_TABLE:egress_lossless_profile1": { - "pool":"[BUFFER_POOL_TABLE:egress_lossless_pool1]", - "size":"1518", - "static_th":"3637248" - }, - "OP": "SET" - }, - { - "BUFFER_PROFILE_TABLE:egress_lossy_profile": { - "pool":"[BUFFER_POOL_TABLE:egress_lossy_pool]", - "size":"1518", - "dynamic_th":"3" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.buffers.3.json b/swssconfig/sample/td2.32ports.buffers.3.json deleted file mode 100644 index 9234b07d1cc0..000000000000 --- a/swssconfig/sample/td2.32ports.buffers.3.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "BUFFER_PG_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:3": { - "profile" : "[BUFFER_PROFILE_TABLE:ingress_lossless_profile0]" - }, - "OP": "SET" - }, - { - "BUFFER_PG_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:4": { - "profile" : "[BUFFER_PROFILE_TABLE:ingress_lossless_profile1]" - }, - "OP": "SET" - }, - { - "BUFFER_PG_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:0-1": { - "profile" : "[BUFFER_PROFILE_TABLE:ingress_lossy_profile]" - }, - "OP": "SET" - }, - { - "BUFFER_QUEUE_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:3": { - "profile" : "[BUFFER_PROFILE_TABLE:egress_lossless_profile0]" - }, - "OP": "SET" - }, - { - "BUFFER_QUEUE_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:4": { - "profile" : "[BUFFER_PROFILE_TABLE:egress_lossless_profile1]" - }, - "OP": "SET" - }, - { - "BUFFER_QUEUE_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:0-1": { - "profile" : "[BUFFER_PROFILE_TABLE:egress_lossy_profile]" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.qos.1.json b/swssconfig/sample/td2.32ports.qos.1.json deleted file mode 100644 index 46fdbf57aa4a..000000000000 --- a/swssconfig/sample/td2.32ports.qos.1.json +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "TC_TO_PRIORITY_GROUP_MAP_TABLE:AZURE": { - "0": "0", - "1": "1", - "3": "3", - "4": "4" - }, - "OP": "SET" - }, - { - "MAP_PFC_PRIORITY_TO_QUEUE:AZURE": { - "0": "0", - "1": "1", - "3": "3", - "4": "4" - }, - "OP": "SET" - }, - { - "TC_TO_QUEUE_MAP_TABLE:AZURE": { - "0": "0", - "1": "1", - "3": "3", - "4": "4" - }, - "OP": "SET" - }, - { - "DSCP_TO_TC_MAP_TABLE:AZURE": { - "0":"0", - "1":"0", - "2":"0", - "3":"3", - "4":"4", - "5":"0", - "6":"0", - "7":"0", - "8":"1", - "9":"0", - "10":"0", - "11":"0", - "12":"0", - "13":"0", - "14":"0", - "15":"0", - "16":"0", - "17":"0", - "18":"0", - "19":"0", - "20":"0", - "21":"0", - "22":"0", - "23":"0", - "24":"0", - "25":"0", - "26":"0", - "27":"0", - "28":"0", - "29":"0", - "30":"0", - "31":"0", - "32":"0", - "33":"0", - "34":"0", - "35":"0", - "36":"0", - "37":"0", - "38":"0", - "39":"0", - "40":"0", - "41":"0", - "42":"0", - "43":"0", - "44":"0", - "45":"0", - "46":"0", - "47":"0", - "48":"0", - "49":"0", - "50":"0", - "51":"0", - "52":"0", - "53":"0", - "54":"0", - "55":"0", - "56":"0", - "57":"0", - "58":"0", - "59":"0", - "60":"0", - "61":"0", - "62":"0", - "63":"0" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.qos.2.json b/swssconfig/sample/td2.32ports.qos.2.json deleted file mode 100644 index 67e798cb50d0..000000000000 --- a/swssconfig/sample/td2.32ports.qos.2.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "SCHEDULER_TABLE:scheduler.0" : { - "type":"DWRR", - "weight": "25" - }, - "OP": "SET" - }, - { - "SCHEDULER_TABLE:scheduler.1" : { - "type":"DWRR", - "weight": "30" - }, - "OP": "SET" - }, - { - "SCHEDULER_TABLE:scheduler.2" : { - "type":"DWRR", - "weight": "20" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.qos.3.json b/swssconfig/sample/td2.32ports.qos.3.json deleted file mode 100644 index 8690b842ec15..000000000000 --- a/swssconfig/sample/td2.32ports.qos.3.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "PORT_QOS_MAP_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124": { - "dscp_to_tc_map" : "[DSCP_TO_TC_MAP_TABLE:AZURE]", - "tc_to_queue_map" : "[TC_TO_QUEUE_MAP_TABLE:AZURE]", - "tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP_TABLE:AZURE]", - "pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE:AZURE]", - "pfc_enable": "3,4" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.qos.4.json b/swssconfig/sample/td2.32ports.qos.4.json deleted file mode 100644 index 73a0eed52dba..000000000000 --- a/swssconfig/sample/td2.32ports.qos.4.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "WRED_PROFILE_TABLE:AZURE" : { - "wred_green_enable":"true", - "wred_yellow_enable":"true", - "ecn":"ecn_all", - "red_max_threshold":"512000", - "yellow_max_threshold":"512000", - "green_max_threshold": "184320" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.qos.5.json b/swssconfig/sample/td2.32ports.qos.5.json deleted file mode 100644 index 367eb81bcd07..000000000000 --- a/swssconfig/sample/td2.32ports.qos.5.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "QUEUE_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:0-1" : { - "wred_profile" : "[WRED_PROFILE_TABLE:AZURE]" - }, - "OP": "SET" - } -] diff --git a/swssconfig/sample/td2.32ports.qos.6.json b/swssconfig/sample/td2.32ports.qos.6.json deleted file mode 100644 index 3783b0390b24..000000000000 --- a/swssconfig/sample/td2.32ports.qos.6.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "QUEUE_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:3-4" : { - "scheduler" : "[SCHEDULER_TABLE:scheduler.0]" - }, - "OP": "SET" - }, - { - "QUEUE_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:0" : { - "scheduler" : "[SCHEDULER_TABLE:scheduler.1]" - }, - "OP": "SET" - }, - { - "QUEUE_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:1" : { - "scheduler" : "[SCHEDULER_TABLE:scheduler.2]" - }, - "OP": "SET" - } -]