Skip to content
Snippets Groups Projects
Commit 48652e04 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

clab set start param

parent 1fb18824
No related branches found
No related tags found
1 merge request!96Resolve "Rename kms to goKMS"
Pipeline #190140 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment