summaryrefslogtreecommitdiffstats
path: root/docs/release/installation/build_kolla_image.rst
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-09-05 14:02:51 +0800
committerZhijiang Hu <hu.zhijiang@zte.com.cn>2017-09-05 21:08:21 +0800
commit21086d1bce255c464f57bf6bc183894d7d9bbfba (patch)
tree9854ffb437a6d236b66a06cf880b0661ac5d6554 /docs/release/installation/build_kolla_image.rst
parent81c6480386c45b9909b1de50970717a5f5f3533e (diff)
Add doc for building kolla image
Change-Id: I7d25c13221e60d40801dc694efe8c32c31ebfabf Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'docs/release/installation/build_kolla_image.rst')
-rw-r--r--docs/release/installation/build_kolla_image.rst39
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/release/installation/build_kolla_image.rst b/docs/release/installation/build_kolla_image.rst
new file mode 100644
index 00000000..8a55de50
--- /dev/null
+++ b/docs/release/installation/build_kolla_image.rst
@@ -0,0 +1,39 @@
+.. _daisy-build-kolla-image:
+
+.. This document is protected/licensed under the following conditions
+.. (c) Sun Jing (ZTE corporation)
+.. Licensed under a Creative Commons Attribution 4.0 International License.
+.. You should have received a copy of the license along with this work.
+.. If not, see <http://creativecommons.org/licenses/by/4.0/>.
+
+Build Your Own Kolla Image For Daisy
+====================================
+
+The following command will build Ocata Kolla image for Daisy based on
+Daisy's fork of openstack/kolla project. This is also the method Daisy
+used for the Euphrates release.
+
+The reason why here use fork of openstack/kolla project is to backport
+ODL support from pike branch to ocata branch.
+
+.. code-block:: console
+
+ cd ./ci
+ ./kolla-build.sh
+
+
+
+After building, the above command will put Kolla image into
+/tmp/kolla-build-output directory and the image version will be 4.0.2.
+
+If you want to build an image which can update 4.0.2, run the following
+command:
+
+.. code-block:: console
+
+ cd ./ci
+ ./kolla-build.sh -e 1
+
+
+This time the image version will be 4.0.2.1 which is higher than 4.0.2
+so that it can be used to replace the old version.