From 03d1aa89e2f2d312437fe15659b6456cea6a0650 Mon Sep 17 00:00:00 2001
From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl>
Date: Thu, 11 Feb 2021 13:17:39 +0100
Subject: [PATCH] Change instance of DS from 1 to LTS

---
 CDB/LOFAR_ConfigDb.json   | 4 ++--
 CDB/pypcc-sim-config.json | 2 +-
 CDB/thomas_ConfigDb.json  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json
index 81e31cda9..50953c051 100644
--- a/CDB/LOFAR_ConfigDb.json
+++ b/CDB/LOFAR_ConfigDb.json
@@ -8,7 +8,7 @@
             }
         },
         "PCC": {
-            "1": {
+            "LTS": {
                 "PCC": {
                     "LTS/PCC/1": {
                         "attribute_properties": {
@@ -416,7 +416,7 @@
             }
         },
         "SDP": {
-            "1": {
+            "LTS": {
                 "SDP": {
                     "LTS/SDP/1": {
                         "attribute_properties": {
diff --git a/CDB/pypcc-sim-config.json b/CDB/pypcc-sim-config.json
index 055d248cd..c5288f56b 100644
--- a/CDB/pypcc-sim-config.json
+++ b/CDB/pypcc-sim-config.json
@@ -1,7 +1,7 @@
 {
     "servers": {
         "PCC": {
-            "1": {
+            "LTS": {
                 "PCC": {
                     "LTS/PCC/1": {
                         "properties": {
diff --git a/CDB/thomas_ConfigDb.json b/CDB/thomas_ConfigDb.json
index c80711509..0ebff3734 100644
--- a/CDB/thomas_ConfigDb.json
+++ b/CDB/thomas_ConfigDb.json
@@ -1,7 +1,7 @@
 {
     "servers": {
         "PCC": {
-            "1": {
+            "LTS": {
                 "PCC": {
                     "LTS/PCC/1": {
                         "properties": {
@@ -14,7 +14,7 @@
             }
         },
         "SDP": {
-            "1": {
+            "LTS": {
                 "SDP": {
                     "LTS/SDP/1": {
                         "properties": {
-- 
GitLab