From 2e481e03d82b317a9da49f6a1257253ee27d888b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 5 Feb 2018 13:03:38 -0500 Subject: [PATCH] Add an inventory documentation 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 --- docs/conf.py | 1 + docs/index.rst | 1 + docs/infra/index.rst | 13 ++++++++ docs/infra/inventory.rst | 81 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+) create mode 100644 docs/infra/index.rst create mode 100644 docs/infra/inventory.rst diff --git a/docs/conf.py b/docs/conf.py index 05aed91..314df01 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.*', ] diff --git a/docs/index.rst b/docs/index.rst index d89429a..a4e3e5f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 index 0000000..3f941dd --- /dev/null +++ b/docs/infra/index.rst @@ -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 index 0000000..b8644d5 --- /dev/null +++ b/docs/infra/inventory.rst @@ -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 -- 2.16.6