Skip to content

Instantly share code, notes, and snippets.

@rahulroshan96
Last active July 24, 2017 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulroshan96/a41d58ff63555499d62c4a6f4df98ed5 to your computer and use it in GitHub Desktop.
Save rahulroshan96/a41d58ff63555499d62c4a6f4df98ed5 to your computer and use it in GitHub Desktop.
sudo wget https://s3-us-west-2.amazonaws.com/avi-tmp-cus/multi_az_docker_install.tar.gz -O /home/aviuser/docker_install.tar.gz
sudo cd /home/aviuser/
sudo tar -xvf /home/aviuser/docker_install.tar.gz
ip=`ifconfig | grep -A 1 'eth0' | tail -1 | cut -d ':' -f 2 | cut -d ' ' -f 1`
sudo ./avi_baremetal_setup.py -i $ip -c -cc 4 -cm 12 -m $ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment