File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,9 @@ services:
128
128
- OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4317
129
129
cap_add :
130
130
- NET_ADMIN
131
- network_mode : service:frr
132
- command : /opi-evpn-bridge -grpc_port=50151 -http_port=8082 -redis_addr="redis:6379"
131
+ networks :
132
+ - opi
133
+ command : /opi-evpn-bridge -grpc_port=50151 -http_port=8082 -redis_addr="redis:6379" -frr_addr="frr"
133
134
healthcheck :
134
135
test : grpcurl -plaintext localhost:50151 list || exit 1
135
136
depends_on :
@@ -148,7 +149,7 @@ services:
148
149
depends_on :
149
150
opi-evpn-server :
150
151
condition : service_healthy
151
- command : evpn create-vrf --name blue --vni 100 --vtep 10.0.0.100/24 --loopback 10.100.0.1/24 --addr frr :50151
152
+ command : evpn create-vrf --name blue --vni 100 --vtep 10.0.0.100/24 --loopback 10.100.0.1/24 --addr opi-evpn-server :50151
152
153
153
154
opi-smbios-test :
154
155
build :
You can’t perform that action at this time.
0 commit comments