Init new integration documentation 43/100043/1
authormrichomme <morgan.richomme@orange.com>
Tue, 7 Jan 2020 10:38:43 +0000 (11:38 +0100)
committermrichomme <morgan.richomme@orange.com>
Tue, 7 Jan 2020 10:39:35 +0000 (11:39 +0100)
Issue-ID: INT-1403

Change-Id: Ib4599fd3dfceae4ae03163bbf75c80ef5b79c3f6
Signed-off-by: mrichomme <morgan.richomme@orange.com>
docs/index.rst
docs/onap-integration-ci.rst [new file with mode: 0644]

index 57ac592..07e6f28 100644 (file)
@@ -9,3 +9,5 @@ The Integration project provides the following artifacts:
 - Artifacts and documentation for the use-case deployments
 
 .. include:: onap-oom-heat.rst
+
+.. include:: onap-integration-ci.rst
diff --git a/docs/onap-integration-ci.rst b/docs/onap-integration-ci.rst
new file mode 100644 (file)
index 0000000..6cd0943
--- /dev/null
@@ -0,0 +1,37 @@
+.. _onap-integration-ci:
+
+Integration Continuous Integration Guide
+----------------------------------------
+
+Continuous Integration is key due to the complexity of the ONAP projects.
+Several chains have been created:
+
+- Daily stable chain
+- Daily master chain
+- Gating: On demand deployment of a full ONAP solution to validate patchsets
+
+They are run on different environments.
+
+The following document will detail these chains and how you could set up such
+chains and/or provide test results to the community.
+
+Integration CI Ecosystem
+------------------------
+
+Overview
+~~~~~~~~
+
+Daily Chains
+~~~~~~~~~~~~
+
+Gating
+~~~~~~
+
+Setup Your Own CI Chains
+------------------------
+
+ONAP Integration Testing Gate
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ONAP Full CI Chain
+~~~~~~~~~~~~~~~~~~