Add an inventory documentation 74/8674/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 5 Feb 2018 18:03:38 +0000 (13:03 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Feb 2018 00:08:38 +0000 (19:08 -0500)
Create a page that describes the locations of all the infra that
projects should be aware of.

Change-Id: I2a128af01dfaa2267f70d366430e6a63589c31d1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py
docs/index.rst
docs/infra/index.rst [new file with mode: 0644]
docs/infra/inventory.rst [new file with mode: 0644]

index 05aed91..314df01 100644 (file)
@@ -23,4 +23,5 @@ from docs_conf.conf import *
 linkcheck_ignore = [
     'http.*PROJECT_DOMAIN.*',
     'https://gerrit.linuxfoundation.org/infra/releng/docs-conf',
+    'https://jenkins.acumos.org.*',
 ]
index d89429a..a4e3e5f 100644 (file)
@@ -15,6 +15,7 @@ Guides:
    best-practices
    gerrit
    jenkins
+   infra/index
    project-documentation
 
 .. TODO Gerrit (RELENG-509)
diff --git a/docs/infra/index.rst b/docs/infra/index.rst
new file mode 100644 (file)
index 0000000..3f941dd
--- /dev/null
@@ -0,0 +1,13 @@
+.. _lfreleng-infra:
+
+####################
+Infrastructure Guide
+####################
+
+A collection of documentation describing aspects of Linux Foundation
+Infrastructure provided to projects.
+
+.. toctree::
+   :maxdepth: 2
+
+   inventory
diff --git a/docs/infra/inventory.rst b/docs/infra/inventory.rst
new file mode 100644 (file)
index 0000000..b8644d5
--- /dev/null
@@ -0,0 +1,81 @@
+.. _lfreleng-infra-inventory:
+
+#########
+Inventory
+#########
+
+.. list-table:: Services
+   :widths: auto
+   :header-rows: 1
+
+   * - Project
+     - SCM (Gerrit / GitHub)
+     - Jenkins
+     - Nexus
+     - Nexus 3
+     - Sonar
+
+   * - Acumos
+     - https://gerrit.acumos.org
+     - https://jenkins.acumos.org
+       https://jenkins.acumos.org/sandbox
+     - https://nexus.acumos.org
+     - https://nexus3.acumos.org
+     - https://sonar.acumos.org
+
+   * - EdgeX
+     - https://github.com/edgexfoundry
+     - https://jenkins.edgexfoundry.org
+       https://jenkins.edgexfoundry.org/sandbox
+     - https://nexus.edgexfoundry.org
+     - https://nexus3.edgexfoundry.org
+     - N/A
+
+   * - FD.io
+     - https://gerrit.fd.io
+     - https://jenkins.fd.io
+       https://jenkins.fd.io/sandbox
+     - https://nexus.fd.io
+     - N/A
+     - https://sonar.fd.io
+
+   * - HyperLedger
+     - https://gerrit.hyperledger.org
+     - https://jenkins.hyperledger.org
+       https://jenkins.hyperledger.org/sandbox
+     - https://nexus.hyperledger.org
+     - https://nexus3.hyperledger.org
+     - N/A
+
+   * - IoTivity
+     - https://gerrit.iotivity.org
+     - https://build.iotivity.org (**deprecated**)
+       https://jenkins.iotivity.org
+       https://jenkins.iotivity.org/sandbox
+     - N/A
+     - N/A
+     - N/A
+
+   * - ONAP
+     - https://gerrit.onap.org
+     - https://jenkins.onap.org
+       https://jenkins.onap.org/sandbox
+     - https://nexus.onap.org
+     - https://nexus3.onap.org
+     - https://sonar.onap.org
+
+   * - OpenDaylight
+     - https://git.opendaylight.org/gerrit
+     - https://jenkins.opendaylight.org/releng
+       https://jenkins.opendaylight.org/sandbox
+     - https://nexus.opendaylight.org
+     - https://nexus3.opendaylight.org
+     - https://sonar.opendaylight.org
+
+   * - OPNFV
+     - https://gerrit.opnfv.org
+     - https://build.opnfv.org/ci
+       https://sandbox.opnfv.org
+     - N/A
+     - N/A
+     - N/A