Skip to content

Instantly share code, notes, and snippets.

View idvoretskyi's full-sized avatar
💭
🇺🇦

Ihor Dvoretskyi idvoretskyi

💭
🇺🇦
View GitHub Profile
@idvoretskyi
idvoretskyi / Devstackinstall
Last active August 29, 2015 14:03
Openstack single-node deployment on DevStack and something more about Heat
sudo -i
apt-get -y update
apt-get -y dist-upgrade
reboot
# after reboot jobs
sudo -i
apt-get -y install git
git clone https://github.com/dvrts/devstack.git -b stable/juno devstack/
devstack/tools/create-stack-user.sh
@idvoretskyi
idvoretskyi / local.conf
Last active August 29, 2015 14:03
heat_local
[[local|localrc]]
# Credentials
DATABASE_PASSWORD=devstack
ADMIN_PASSWORD=devstack
SERVICE_PASSWORD=devstack
SERVICE_TOKEN=devstack
RABBIT_PASSWORD=devstack
# Services

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.