Last active
August 29, 2015 14:08
-
-
Save timfallmk/02fe23bfae2a65084409 to your computer and use it in GitHub Desktop.
A one command installer for lazy people for https://github.com/timfallmk/openstackgeek
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone https://github.com/timfallmk/openstackgeek.git | |
cd openstackgeek/icehouse | |
sudo rm ./*rc | |
# Temporary fix for repository stupidness | |
sed -i "s,trusty,precise," ./openstack_neutron_midonet.sh | |
git checkout midonet-neutron | |
git pull --all | |
sudo ./openstack_disable_tracking.sh | |
sudo ./openstack_server_test.sh | |
sudo ./openstack_system_update.sh | |
sudo ./openstack_setup.sh | |
sudo ./openstack_mysql.sh | |
sudo ./openstack_keystone.sh | |
sudo ./openstack_glance.sh | |
sudo ./openstack_cinder.sh | |
sudo ./openstack_loop.sh | |
sudo ./openstack_nova.sh | |
sudo ./openstack_nova_compute.sh | |
sudo ./openstack_neutron_midonet.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment