diff --git a/playground.clab.yaml b/playground.clab.yaml
index e3c0a90523702c961f801143a83207a892187b3d..8dc09fb6ac19e9626e274c5939271c19ffd31f47 100644
--- a/playground.clab.yaml
+++ b/playground.clab.yaml
@@ -30,12 +30,12 @@ topology:
       image: registry.code.fbi.h-da.de/danet/gosdn/gosdnc:latest
       mgmt-ipv4: 172.100.20.4
       binds:
-        - ./config/goKMS01-a.json:/goKMS01-a.json
-        - ./config/goKMS02-a.json:/goKMS02-a.json
-        - ./config/goKMS03-a.json:/goKMS03-a.json
-        - ./config/goKMS01-b.json:/goKMS01-b.json
-        - ./config/goKMS02-b.json:/goKMS02-b.json
-        - ./config/goKMS03-b.json:/goKMS03-b.json
+        - ./config/kms01-a.json:/kms01-a.json
+        - ./config/kms02-a.json:/kms02-a.json
+        - ./config/kms03-a.json:/kms03-a.json
+        - ./config/kms01-b.json:/kms01-b.json
+        - ./config/kms02-b.json:/kms02-b.json
+        - ./config/kms03-b.json:/kms03-b.json
         - ./config/scripts/add_kms_to_controller.sh:/scripts/add_kms_to_controller.sh
       exec:
         - bash /scripts/add_kms_to_controller.sh
@@ -45,32 +45,32 @@ topology:
       image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.10
       binds:
-        - ./config/goKMS/example01.yaml:/tmp/kms/config/goKMS01.yaml
-      cmd: --log debug --kms_config /tmp/kms/config/goKMS01.yaml --insecure
+        - ./config/kms/example01.yaml:/tmp/kms/config/kms01.yaml
+      cmd: --log debug --kms_config /tmp/kms/config/kms01.yaml --insecure
 
     kms2:
       kind: linux
       image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.11
       binds:
-        - ./config/goKMS/example02.yaml:/tmp/kms/config/goKMS02.yaml
-      cmd: --log debug --kms_config /tmp/kms/config/goKMS02.yaml --insecure
+        - ./config/kms/example02.yaml:/tmp/kms/config/kms02.yaml
+      cmd: --log debug --kms_config /tmp/kms/config/kms02.yaml --insecure
 
     kms3:
       kind: linux
       image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.12
       binds:
-        - ./config/goKMS/example03.yaml:/tmp/kms/config/goKMS03.yaml
-      cmd: --log debug --kms_config /tmp/kms/config/goKMS03.yaml --insecure
+        - ./config/kms/example03.yaml:/tmp/kms/config/kms03.yaml
+      cmd: --log debug --kms_config /tmp/kms/config/kms03.yaml --insecure
 
     kms4:
       kind: linux
       image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.13
       binds:
-        - ./config/goKMS/example04.yaml:/tmp/kms/config/goKMS04.yaml
-      cmd: --log debug --kms_config /tmp/kms/config/goKMS04.yaml --insecure
+        - ./config/kms/example04.yaml:/tmp/kms/config/kms04.yaml
+      cmd: --log debug --kms_config /tmp/kms/config/kms04.yaml --insecure
 
     qlayer01:
       kind: linux