Skip to content
Snippets Groups Projects
Commit 99fa1121 authored by Michael Davis's avatar Michael Davis
Browse files

[ci] Adds client pod as gateway

parent 2563741f
No related branches found
No related tags found
No related merge requests found
......@@ -214,13 +214,14 @@ fi
# Configure gRPC interface:
#
# 1. Map requests to EOS virtual identities
#eos -r 0 0 vid add gateway eoscta grpc
#eos -r 0 0 vid add gateway [:1] grpc
for i in {1..10}
do
ip_addr=10.254.75.$i
eos -r 0 0 vid add gateway $ip_addr grpc
done
CLIENT_IP=$(host client|sed 's/^.* //')
echo CLIENT_IP is $CLIENT_IP
eos -r 0 0 vid add gateway client grpc
#for i in {1..10}
#do
#ip_addr=10.254.75.$i
#eos -r 0 0 vid add gateway $ip_addr grpc
#done
# 2. Add authorisation key
#
# Note: EOS_AUTH_KEY must be the same as the one specified in client.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment