OpenStackInstaller

https://github.com/hswong3i/OpenStackInstaller

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address 172.24.0.11
    netmask 255.255.0.0
    network 172.24.0.0
    broadcast 172.24.255.255
    gateway 172.24.0.1
    dns-nameservers 202.130.97.65 202.130.97.66
    dns-search hkstp.pantarei-design.com pantarei-design.com

auto eth1
iface eth1 inet static
    address 10.0.0.11
    netmask 255.0.0.0
    network 10.0.0.0
    broadcast 10.255.255.255
cd ~
git clone --branch essex https://hswong3i@github.com/hswong3i/OpenStackInstaller.git
cd OpenStackInstaller
./OSinstall.sh -s 512 -P eth0 -F 172.24.1.0/24 -p eth1 -f 10.1.0.0/16 -v kvm -T all
cd ~/OpenStackInstaller
./upload_ubuntu.sh -a admin -p openstack -t demo -C 172.24.0.11
. demorc
euca-authorize default -P tcp -p 22 -s 0.0.0.0/0
euca-authorize default -P tcp -p 80 -s 0.0.0.0/0
euca-authorize default -P tcp -p 8080 -s 0.0.0.0/0
euca-authorize default -P icmp -t -1:-1
aptitude install nova-volume
vgcreate nova-volumes /dev/sda5
cat >> /etc/nova/nova.conf <<-EOF
--volume_group=nova-volumes
--volume_name_template=volume-%08x
--iscsi_helper=tgtadm
EOF
echo "net.ipv4.ip_forward=1" > /etc/sysctl.d/99-ip_forward
service procps start
cd ~
git clone --branch essex https://hswong3i@github.com/hswong3i/OpenStackInstaller.git
cd OpenStackInstaller
./OSinstall.sh -s 512 -P eth0 -F 172.24.1.0/24 -p eth1 -f 10.1.0.0/16 -v kvm -T compute -C 172.24.0.11 -M 172.24.0.11

Add new comment