summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2015-09-24 12:53:46 +0200
committerJonas Bjurel <jonas.bjurel@ericsson.com>2015-09-25 17:57:54 +0000
commited6b75e47e4a77099e1c96fbbd59670b138611ab (patch)
treeabf37fdf8cc5f8725cb1f982006bd0906b9c61ea
parent7df25151f3aa3301f1e00ca72c59dc5566173b41 (diff)
Update of READMEs and build instructions for Arno SR1
Change-Id: Ib4204a591a8623b47848968b9ee0252a772bbafe Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
-rw-r--r--fuel/TODO5
-rw-r--r--fuel/build/README1
-rw-r--r--fuel/ci/README3
-rw-r--r--fuel/docs/src/build-instructions.rst37
4 files changed, 20 insertions, 26 deletions
diff --git a/fuel/TODO b/fuel/TODO
index 7aa42d2..e2d1b37 100644
--- a/fuel/TODO
+++ b/fuel/TODO
@@ -3,8 +3,3 @@
# jonas.bjurel@ericsson.com 0.2 2015.04.14
#########################################################################
Following items needs to be done to achieve an OPNFV/BGS ARNO Fuel Stack:
-1) Add support for CentOS 6.5 - REMAINING
-2) Add Local GIT repo mirror
-3) Add Auto-deployment for Linux-Foundation Lab.
-4) Dry-run Funktest (Jenkins/Robot/etc.)
-5) Finalize Documentation \ No newline at end of file
diff --git a/fuel/build/README b/fuel/build/README
index 9692f34..a6e1569 100644
--- a/fuel/build/README
+++ b/fuel/build/README
@@ -18,6 +18,5 @@ This purpose of this framework is to:
- Apply patches to the baseline.
- Etc.
3) Re factor/rebuild the .iso image for deployment (also builds in a container, for the same reason as mentioned above)
-4) Through a pre-deployment script, setting config's not part of the pristine fuel build can be achieved
For detailed instructions on how to add content, configuration, build and deply - please see: DOC/
diff --git a/fuel/ci/README b/fuel/ci/README
index 5ecaa7b..f99db99 100644
--- a/fuel/ci/README
+++ b/fuel/ci/README
@@ -16,9 +16,6 @@ There are two Fuel@OPNF autonomous scripts fo this, complying to the OPNFV CI pi
For more info on usage:
./build.sh -h
-./deploy.sh -h
-
-
sudo ./deploy.sh -h
python deploy.py -h
diff --git a/fuel/docs/src/build-instructions.rst b/fuel/docs/src/build-instructions.rst
index b05164f..790bcf5 100644
--- a/fuel/docs/src/build-instructions.rst
+++ b/fuel/docs/src/build-instructions.rst
@@ -1,6 +1,6 @@
-========================================================================
-OPNFV Build instructions for - Fuel deployment tool - OPNFV Arno release
-========================================================================
+============================================================================
+OPNFV Build instructions for - Fuel deployment tool - OPNFV Arno SR1 release
+============================================================================
.. contents:: Table of Contents
:backlinks: none
@@ -8,31 +8,34 @@ OPNFV Build instructions for - Fuel deployment tool - OPNFV Arno release
Abstract
========
-This document describes how to build the Fuel deployment tool for the Arno release of OPNFV, the build system, dependencies and required system resources.
+This document describes how to build the Fuel deployment tool for the Arno SR1 release of OPNFV, the build system, dependencies and required system resources.
License
=======
-Arno release of OPNFV when using Fuel as a deployment tool DOCs (c) by Jonas Bjurel (Ericsson AB)
+Arno SR1 release of OPNFV when using Fuel as a deployment tool DOCs (c) by Jonas Bjurel (Ericsson AB)
-Arno release of OPNFV when using Fuel as a deployment tool DOCs (c) are licensed under a Creative Commons Attribution 4.0 International License. You should have received a copy of the license along with this. If not, see <http://creativecommons.org/licenses/by/4.0/>.
+Arno SR1 release of OPNFV when using Fuel as a deployment tool DOCs (c) are licensed under a Creative Commons Attribution 4.0 International License. You should have received a copy of the license along with this. If not, see <http://creativecommons.org/licenses/by/4.0/>.
Version history
===============
-+--------------------+--------------------+--------------------+--------------------+
-| **Date** | **Ver.** | **Author** | **Comment** |
-| | | | |
-+--------------------+--------------------+--------------------+--------------------+
-| 2015-06-03 | 1.0.0 | Jonas Bjurel | Instructions for |
-| | | (Ericsson AB) | the Arno release |
-+--------------------+--------------------+--------------------+--------------------+
++--------------------+--------------------+--------------------+----------------------+
+| **Date** | **Ver.** | **Author** | **Comment** |
+| | | | |
++--------------------+--------------------+--------------------+----------------------+
+| 2015-06-03 | 1.0.0 | Jonas Bjurel | Instructions for |
+| | | (Ericsson AB) | the Arno release |
++--------------------+--------------------+--------------------+----------------------+
+| 2015-09-24 | 1.1.0 | Jonas Bjurel | Instructions for |
+| | | (Ericsson AB) | the Arno SR1 release |
++--------------------+--------------------+--------------------+----------------------+
Introduction
============
-This document describes the build system used to build the Fuel deployment tool for the Arno release of OPNFV, required dependencies and minimum requirements on the host to be used for the buildsystem.
+This document describes the build system used to build the Fuel deployment tool for the Arno SR1 release of OPNFV, required dependencies and minimum requirements on the host to be used for the buildsystem.
The Fuel build system is desigened around Docker containers such that dependencies outside of the build system can be kept to a minimum. It also shields the host from any potential dangerous operations performed by the build system.
@@ -100,9 +103,9 @@ Now it is time to clone the code repository:
Now you should have the OPNFV genesis repository with the Fuel directories stored locally on your build host.
-Check out the Arno release:
+Check out the Arno SR1 release:
<cd genesis>
-<git checkout arno.2015.1.0>
+<git checkout arno.2015.2.0>
Building
========
@@ -170,7 +173,7 @@ References
-
:Authors: Jonas Bjurel (Ericsson)
-:Version: 1.0.0
+:Version: 1.1.0
**Documentation tracking**