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

[ci] Try hard-coded vid gateway IP addr

parent 7f6d82b9
No related branches found
No related tags found
No related merge requests found
......@@ -215,8 +215,9 @@ fi
# 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 ip_addr in $(ip addr|awk '/inet / { sub("/.*$",""); print $2 }')
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
......
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