Skip to content

Instantly share code, notes, and snippets.

View rstarmer's full-sized avatar

Robert Starmer rstarmer

View GitHub Profile

Ultimate OpenStack IceHouse Guide

This is a Quick Guide to deploy OpenStack IceHouse on top of Ubuntu 14.04, it is IPv6-Ready!

It is compliant with OpenStack's official documentation (docs.openstack.org).

The tenant's subnets are based on Neutron, with ML2 plugin and Single Flat Network topology, dual-stacked.

The Single Flat Network is the simplest network topology supported by OpenStack (I think). So, it is easier to understand and follow.

@rstarmer
rstarmer / gist:8915184
Created February 10, 2014 12:42
Etherpad-Lite setup
https://github.com/velaluqa/puppet-etherpad.git
sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
apt-get install abiword
echo 12345 > /srv/etherpad/.git/4777e366923ee89d380b12eb413c950b721
sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 9000
edit params.pp