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: ...@@ -46,7 +46,7 @@ topology:
mgmt-ipv4: 172.100.20.10 mgmt-ipv4: 172.100.20.10
binds: binds:
- ./config/goKMS/example01.yaml:/tmp/kms/config/goKMS01.yaml - ./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: kms2:
kind: linux kind: linux
...@@ -54,7 +54,7 @@ topology: ...@@ -54,7 +54,7 @@ topology:
mgmt-ipv4: 172.100.20.11 mgmt-ipv4: 172.100.20.11
binds: binds:
- ./config/goKMS/example02.yaml:/tmp/kms/config/goKMS02.yaml - ./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: kms3:
kind: linux kind: linux
...@@ -62,7 +62,7 @@ topology: ...@@ -62,7 +62,7 @@ topology:
mgmt-ipv4: 172.100.20.12 mgmt-ipv4: 172.100.20.12
binds: binds:
- ./config/goKMS/example03.yaml:/tmp/kms/config/goKMS03.yaml - ./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: kms4:
kind: linux kind: linux
...@@ -70,7 +70,7 @@ topology: ...@@ -70,7 +70,7 @@ topology:
mgmt-ipv4: 172.100.20.13 mgmt-ipv4: 172.100.20.13
binds: binds:
- ./config/goKMS/example04.yaml:/tmp/kms/config/goKMS04.yaml - ./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: qlayer01:
kind: linux kind: linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment