From 48652e04eddcdfe087782a48c5e8dbd4d88e294e Mon Sep 17 00:00:00 2001
From: Neil-Jocelyn Schark <neil.schark@h-da.de>
Date: Fri, 26 Apr 2024 12:28:01 +0000
Subject: [PATCH] clab set start param

---
 playground.clab.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/playground.clab.yaml b/playground.clab.yaml
index 9ce863d8..e3c0a905 100644
--- a/playground.clab.yaml
+++ b/playground.clab.yaml
@@ -46,7 +46,7 @@ topology:
       mgmt-ipv4: 172.100.20.10
       binds:
         - ./config/goKMS/example01.yaml:/tmp/kms/config/goKMS01.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS01.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS01.yaml --insecure
 
     kms2:
       kind: linux
@@ -54,7 +54,7 @@ topology:
       mgmt-ipv4: 172.100.20.11
       binds:
         - ./config/goKMS/example02.yaml:/tmp/kms/config/goKMS02.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS02.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS02.yaml --insecure
 
     kms3:
       kind: linux
@@ -62,7 +62,7 @@ topology:
       mgmt-ipv4: 172.100.20.12
       binds:
         - ./config/goKMS/example03.yaml:/tmp/kms/config/goKMS03.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS03.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS03.yaml --insecure
 
     kms4:
       kind: linux
@@ -70,7 +70,7 @@ topology:
       mgmt-ipv4: 172.100.20.13
       binds:
         - ./config/goKMS/example04.yaml:/tmp/kms/config/goKMS04.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS04.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS04.yaml --insecure
 
     qlayer01:
       kind: linux
-- 
GitLab