[VOL-5016] - Build and deploy VOLTHA dep ONOS:sadis

howto/release/checklist.rst
howto/release/ci-management/clone_testing.rst
howto/release/components/onos_components.rst
howto/release/components/sadis
howto/release/voltha-docs/create_lts_view.rst
---------------------------------------------
  o Update component dep build docs from the latest attempt to build
  o and publish sadis v5.11.0 out into Maven Central.

Change-Id: I16a8855e01560dbadc60cd43a851306b1685e01e
diff --git a/howto/release/ci-management/clone_testing.rst b/howto/release/ci-management/clone_testing.rst
new file mode 100644
index 0000000..74e9a86
--- /dev/null
+++ b/howto/release/ci-management/clone_testing.rst
@@ -0,0 +1,24 @@
+Jenkins jobs: Unit testing
+==========================
+
+Intent
+------
+
+With each new VOLTHA LTS release (v2.11, v2.8) jenkins unit testing and
+sandbox tooling must be branched for release to protect testing from
+future enhancements on master branch.
+
+JJB configs are maintained in a central repository and are not maintained
+on a seprate branch within revision control.  Instead versioning is
+implemented using naming conventions within the job configs.
+
+WIP: 
+----
+- Clone the ci-management repository
+
+  - git clone ssh://gerrit.opencord.org:29418/ci-management.git 
+
+
+TODO
+----
+- Document the current testing setup.