Skip to content
Snippets Groups Projects
Commit 698b4170 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Updating the ip route

parent 20c8ac84
No related branches found
No related tags found
No related merge requests found
......@@ -260,8 +260,7 @@ test_ood_image:
- echo OLD_INSTANCE_ID=$OLD_INSTANCE_ID | tee -a instance.env
- |
echo "$DEV_KEY" >> /root/.ssh/authorized_keys
ip route replace default via 10.250.0.3 dev eth0
ip route add 172.20.0.0/16 via 10.250.0.1 dev eth0
ip route add 172.20.0.0/16 via 10.250.20.3 dev eth0
mkdir -p /run/shibboleth
chown shibd:shibd /run/shibboleth
pip3 install s3cmd
......
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