VOL-4840 - Tracking ticket for release documentation

conf.py
-------
  o Define more external link macros to shorten URLs.

Misc
----
  o Re-create patch Ifa5009e78f85944c9b6ce2991bed86ae852fcd4b
     to re-sync with master -vs- resovle server merge conflicts.
  o Bulk copyright update.
  o Update more released version strings in the component dependency grid.

Change-Id: I71b7cfbaa3f52191d28e1d2164784e6ffaad86a1
diff --git a/howto/release/ci-management/index.rst b/howto/release/ci-management/index.rst
new file mode 100644
index 0000000..6a69d0f
--- /dev/null
+++ b/howto/release/ci-management/index.rst
@@ -0,0 +1,27 @@
+repo:ci-management
+==================
+
+General
+-------
+
+For an LTS release (v2.11, v2.8) tests on the master branch will need
+to be copied into a named voltha-version folder and updated to checkout
+and exercise tests and source on that branch.
+
+`Jenkins Views <https://jenkins.opencord.org/>`_
+------------------------------------------------
+Begin by creating voltha-{LST} views for the new pipeline jobs.
+
+jjb/software-upgrades.yaml
+--------------------------
+
+- Create a new software-upgrades-test-0211 branch from the old.
+- Update released component versions mentioned in the configs.
+- Update master branch released versions as well.
+- Tricky part, SNAPSHOT versions are not visible to navigation browsing:
+
+  - `org/opencord <https://oss.sonatype.org/content/groups/public/org/opencord>`_
+
+- Instead obtain snapshot version from pom.xml and type in the explicit URL path:
+
+  - `aaa-app/2.9.0-SNAPSHOT <https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/2.9.0-SNAPSHOT/>`_