Skip to content

Instantly share code, notes, and snippets.

@ianychoi
Created December 10, 2014 17:55
Show Gist options
  • Save ianychoi/6507fb5f7bb2ad3311ef to your computer and use it in GitHub Desktop.
Save ianychoi/6507fb5f7bb2ad3311ef to your computer and use it in GitHub Desktop.
Midostack execution - error: "020.setup_fake_uplink.sh.log"
++ sudo ip link add type veth
++ sudo ip link set dev veth0 up
++ sudo ip link set dev veth1 up
++ sudo brctl addbr uplinkbridge
++ sudo brctl addif uplinkbridge veth0
++ sudo ip addr add 172.19.0.1/30 dev uplinkbridge
++ sudo ip link set dev uplinkbridge up
++ sudo sysctl -w net.ipv4.ip_forward=1
net.ipv4.ip_forward = 1
++ sudo ip route add 200.200.200.0/24 via 172.19.0.2
++ /home/stack/midostack/scripts/setup_fake_uplink.sh -a http://10.0.2.15:8081/midonet-api -u admin -p gogomid0 -i admin -c /opt/stack/midonet/python-midonetclient
Found Provider Router with ID fb3a0bbb-3410-42c7-b303-57eaa3ec1886
Found Provider Router Port with ID a6909e25-6fe3-4950-9680-bb50eed71605
Created Route on provider router with ID 8d5a700a-9f31-4b2a-a6cc-0263e1c81240
Created a new tunnel zone with ID 0f0a25af-8d86-404d-b4cd-b495806fe69f and name default_tz
FAILED to obtain host id
++ /home/stack/midostack/scripts/verify_fake_uplink.sh -a http://10.0.2.15:8081/midonet-api -u admin -p gogomid0 -i admin -c /opt/stack/midonet/python-midonetclient
Found Provider Router with ID fb3a0bbb-3410-42c7-b303-57eaa3ec1886
FAILED to ping the provider router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment