Skip to content
Snippets Groups Projects
Commit e6e4d875 authored by gosdn-user's avatar gosdn-user
Browse files

wip

parent 2310b235
No related branches found
No related tags found
1 merge request!77Draft: Tud tests real hardware
Pipeline #188324 failed
...@@ -6,7 +6,7 @@ services: ...@@ -6,7 +6,7 @@ services:
[ [
"start", "start",
"--log", "--log",
"info", "debug",
"--kms_config", "--kms_config",
"/tmp/kms/config/ekms01.yaml", "/tmp/kms/config/ekms01.yaml",
"--insecure", "--insecure",
...@@ -14,7 +14,7 @@ services: ...@@ -14,7 +14,7 @@ services:
volumes: volumes:
- ./example01.yaml:/tmp/kms/config/ekms01.yaml - ./example01.yaml:/tmp/kms/config/ekms01.yaml
ports: ports:
- 0.0.0.0:50910:50910 - 10.13.37.10:50910:50910
networks: networks:
ekms-net: ekms-net:
ipv4_address: 172.100.20.10 ipv4_address: 172.100.20.10
...@@ -25,7 +25,7 @@ services: ...@@ -25,7 +25,7 @@ services:
[ [
"start", "start",
"--log", "--log",
"info", "debug",
"--kms_config", "--kms_config",
"/tmp/kms/config/ekms02.yaml", "/tmp/kms/config/ekms02.yaml",
"--insecure", "--insecure",
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
volumes: volumes:
- ./example02.yaml:/tmp/kms/config/ekms02.yaml - ./example02.yaml:/tmp/kms/config/ekms02.yaml
ports: ports:
- 0.0.0.0:50911:50910 - 10.13.38.10:50910:50910
networks: networks:
ekms-net: ekms-net:
ipv4_address: 172.100.20.11 ipv4_address: 172.100.20.11
......
...@@ -13,4 +13,4 @@ Peers: ...@@ -13,4 +13,4 @@ Peers:
# quantum module of type emulated at the given address # quantum module of type emulated at the given address
QuantumModule: QuantumModule:
Type: emulated Type: emulated
Address: 192.168.65.1 Address: 10.13.37.11
...@@ -13,4 +13,4 @@ Peers: ...@@ -13,4 +13,4 @@ Peers:
# quantum module of type emulated at the given address # quantum module of type emulated at the given address
QuantumModule: QuantumModule:
Type: emulated Type: emulated
Address: 10.13.37.21 Address: 10.13.38.11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment