Skip to content

Instantly share code, notes, and snippets.

@fbueno
fbueno / Makefile
Last active March 7, 2016 21:56
Docker Makefile to easily build and push container images
BASEREPO = fbueno
TAG = $(shell date +%Y-%m-%d-%H%M%S)
IMAGE = $(shell baseneme `pwd`)
help:
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
git-pull: ## Pull the latest changes from the remote GIT repository
git-pull:
git pull

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.