9 Commits

Author SHA1 Message Date
Martin André
5e63d49528 Properly format code blocks in integration guide
Also enclose filenames with backticks.

Change-Id: I8bc467f2910af2d31dc7a9bf94ce7b3eb8d178e4
2015-03-19 10:08:50 +09:00
Jenkins
f2a38c55bd Merge "The wait_for function needs to be added into all the images" 2015-03-18 22:56:44 +00:00
Mitsuhiro SHIGEMATSU
fedfd8a193 Fix typos in kolla/docs
Fix typos in kolla/docs/integration-guide.md & developer-env.md

Change-Id: Icc43c1ab70400027372dd874393a73ba2a8d2128
2015-03-19 01:24:51 +09:00
Ryan Hallisey
4075c851ed The wait_for function needs to be added into all the images
This affects both fedora and the centos base images.
Wait_for will be intregrated into kolla-common.

Co-authored by: Charles Crouch <charcrou@cisco.com>

Change-Id: Ide2304b787d4c3bf6fb3949f09e2cf1f450c2173
2015-03-18 10:33:42 -04:00
Jenkins
00aeee238c Merge "Implements: blueprint create dev quickstack" 2015-03-18 13:27:35 +00:00
Ryan Hallisey
02b36d9702 Implements: blueprint create dev quickstack
Basic develop quickstart guide to setup kolla using
docker-compose.

Change-Id: I3c0c3d92ee4bccfa4173c05be6755bd048296daf
2015-03-18 09:01:18 -04:00
Steven Dake
f2a3b407dc Add an integration guide to Kolla
The best part about Kolla is using it!  In order to do that, we need to
instruct our consumers how it should be consumed.  This guide is a start
at that effort, but more work is needed.

Implements Blueprint: integration-guide

Change-Id: I64a3264a488f6dc934696307cd567e09d4817431
2015-03-17 11:45:23 -07:00
Martin André
0764fd7dea Allow changing base image
By changing the PREFIX variable in the .buildconf one is now able to
build docker images from different bases.

For example, add the following line to your .buildconf file to build
CentOS based images:

    PREFIX=centos-rdo-

Default base image is Fedora. For now only RH family is supported.

Additionally, changing the namespace either with the NAMESPACE variable
in .buildconf or via --namespace commandline option now changes the
source namespace as well from the default kollaglue one.

Implements: blueprint multi-baseos
Co-Authored-By: Steven Dake <stdake@cisco.com>
Change-Id: I3964cd2292789ea883a1f2d2738a5731a4fff49b
2015-03-02 14:08:06 +09:00
Lars Kellogg-Stedman
24b6db92bc introduce a new build mechanism
This patch replaces the collection of individual "build" scripts with a
single script (tools/build-docker-image), made available as "build"
inside each image directory.

The build-docker-image script will, by default, build images tagged with
the current commit id in order to prevent developers from accidentally
stepping on each other or on release images.

Documentation in docs/image-building.md describes the script in more
detail.

Change-Id: I444d5c2256a85223f8750a0904cb4b07f18ab67f
2014-10-04 11:03:39 -04:00