From 9a77b0f345a19f4e39074ef377ddf0864d679e73 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 9 Feb 2022 23:21:18 +0100 Subject: [PATCH] L2SS-616: Remove unused config files --- CDB/MAXIV-ConfigDb.json | 24 ------------- CDB/test_ConfigDb.json | 75 ----------------------------------------- 2 files changed, 99 deletions(-) delete mode 100644 CDB/MAXIV-ConfigDb.json delete mode 100644 CDB/test_ConfigDb.json diff --git a/CDB/MAXIV-ConfigDb.json b/CDB/MAXIV-ConfigDb.json deleted file mode 100644 index 2087ec3fe..000000000 --- a/CDB/MAXIV-ConfigDb.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "servers": { - "Femto": { - "TangoRestServer": { - "tango-rest": { - "TangoRestServer": { - "tango-rest/rest/0": { - "properties": { - "TANGO_DB": [ - "tango://databaseds:10000/sys/database/2" - ], - "TOMCAT_AUTH_METHOD": [ - "plain" - ], - "TOMCAT_PORT": [ - "8080" - ] - } - } - } - } - } - } -} diff --git a/CDB/test_ConfigDb.json b/CDB/test_ConfigDb.json deleted file mode 100644 index 7f7e69512..000000000 --- a/CDB/test_ConfigDb.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "servers": { - "RECV": { - "1": { - "RECV": { - "STAT/RECV/1": { - "properties": { - "OPC_Server_Name": [ - "ltspi.astron.nl" - ] - } - } - } - } - }, - "SDP": { - "1": { - "SDP": { - "STAT/SDP/1": { - "properties": { - "OPC_Server_Name": [ - "dop36.astron.nl" - ] - } - } - } - } - }, - "APSCTL": { - "1": { - "APSCTL": { - "STAT/APSCTL/1": { - "properties": { - "OPC_Server_Name": [ - "ltspi.astron.nl" - ], - "OPC_Server_Port": [ - "4844" - ], - "OPC_Time_Out": [ - "5.0" - ] - } - } - } - } - }, - "test_device": { - "1": { - "test_device": { - "STAT/test_device/1": { - "attribute_properties": { - "Ant_mask_RW": { - "archive_period": [ - "600000" - ] - } - }, - "properties": { - "OPC_Server_Name": [ - "host.docker.internal" - ], - "OPC_Server_Port": [ - "4842" - ], - "OPC_Time_Out": [ - "5.0" - ] - } - } - } - } - } - } -} -- GitLab