From: Bogdan Dobrelya Date: Fri, 10 Mar 2017 13:50:09 +0000 (+0100) Subject: Clarify Kolla build overrides for tripleo X-Git-Tag: opnfv-6.0.0~884^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3de4324d76456307ee41385d34d46c5078c70cd5;p=apex-tripleo-heat-templates.git Clarify Kolla build overrides for tripleo Add an example build script, and link the current overrides template which can be used to build Kolla packages that work with TripleO. Change-Id: I2ca122bfe797ed7c38a01ed9462cd880681d21f1 Signed-off-by: Bogdan Dobrelya --- diff --git a/docker/services/README.rst b/docker/services/README.rst index 219f35eb..465e4abe 100644 --- a/docker/services/README.rst +++ b/docker/services/README.rst @@ -23,7 +23,7 @@ puppet (our configuration tool of choice) into the Kolla base images. The undercloud nova-scheduler also requires openstack-tripleo-common to provide custom filters. -To build Kolla images for TripleO adjust your kolla config to build your +To build Kolla images for TripleO adjust your kolla config [*]_ to build your centos base image with puppet using the example below: .. code-block:: @@ -37,6 +37,10 @@ kolla-build --base centos --template-override template-overrides.j2 .. +.. [*] See the + `override file `_ + which can be used to build Kolla packages that work with TripleO, and an + `example build script _. Docker settings ---------------