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

change naming

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