From 576c2b51cc1a9a684bcf0eec1bca4d3c382460e8 Mon Sep 17 00:00:00 2001 From: Scott Seabolt Date: Wed, 27 Feb 2019 13:07:16 -0500 Subject: [PATCH] Fix for Release Manifest Link Issue-ID: DOC-396 Change-Id: Id96759265f6003d08c0076990eab1f1c4f7d3611 Signed-off-by: Scott Seabolt --- docs/release/index.rst | 7 ++++--- docs/release/release-manifest-docker.rst | 20 ++++++++++++++++++++ docs/release/release-manifest.rst | 22 ++++++---------------- 3 files changed, 30 insertions(+), 19 deletions(-) create mode 100644 docs/release/release-manifest-docker.rst diff --git a/docs/release/index.rst b/docs/release/index.rst index aeb2dfc88..e7d77cf3e 100644 --- a/docs/release/index.rst +++ b/docs/release/index.rst @@ -148,11 +148,12 @@ Detect -> Publish -> Respond: Project Specific Release Notes ============================== -ONAP releases are specified by a list of project artifact versions in a :ref:`manifest`. +ONAP releases are specified by a list of project artifact versions in a :ref:`manifest artifacts ` and :ref:`manifest dockers `. .. toctree:: :hidden: + release-manifest-docker.rst release-manifest.rst Each project provides detailed :ref:`release notes` @@ -169,7 +170,7 @@ Documentation ============= ONAP Casablanca Release provides multiple documents including the following: - * A high level :ref:`architecture view` of how components + * A high level :ref:`architecture view` of how component relate to each other. * A collection of documentation provided @@ -198,7 +199,7 @@ Project specific details are in the :ref:`release notes` for e ONAP Maturity Testing Notes =========================== -For the Casablanca release, ONAP continues to improve in multiple areas of Scalability, Security, Stability and Performance (S3P) metrics. +For the Casablanca release, ONAP continues to improve in multiple areas of Scalability, Security, Stability and Performance (S3P) metrics. The Integration team ran the 72 hours stability testing (100% passing rate) and full resilience testing (96.9% passing rate) at ONAP OpenLabs. More details in :ref:`ONAP Maturity Testing Notes ` diff --git a/docs/release/release-manifest-docker.rst b/docs/release/release-manifest-docker.rst new file mode 100644 index 000000000..eea296556 --- /dev/null +++ b/docs/release/release-manifest-docker.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. http://creativecommons.org/licenses/by/4.0Copyright 2017 AT&T Intellectual Property. All rights reserved. + +.. contents:: + :depth: 3 + +.. index:: Release Manifest - Docker + +.. _doc-release-manifest-docker: + +Release Manifest - Docker +------------------------- + +Docker Released Images nexus3.onap.org ++++++++++++++++++++++++++++++++++++++++ + +.. csv-table:: + :align: left + :header-rows: 1 + :widths: 100, 100 + :file: ../submodules/integration.git/version-manifest/src/main/resources/docker-manifest.csv diff --git a/docs/release/release-manifest.rst b/docs/release/release-manifest.rst index 5778d8e02..84eda425d 100644 --- a/docs/release/release-manifest.rst +++ b/docs/release/release-manifest.rst @@ -1,16 +1,14 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 - International License. http://creativecommons.org/licenses/by/4.0 - Copyright 2017 AT&T Intellectual Property. All rights reserved. +.. This work is licensed under a Creative Commons Attribution 4.0 International License. http://creativecommons.org/licenses/by/4.0 Copyright 2017 AT&T Intellectual Property. All rights reserved. .. contents:: :depth: 3 -.. index:: Release Manifest +.. index:: Release Manifest - Artifacts -.. _doc-release-manifest: +.. _doc-release-manifest-artifacts: -Release Manifest ----------------- +Release Manifest - Artifacts +---------------------------- Nexus Released Artifacts nexus.onap.org +++++++++++++++++++++++++++++++++++++++ @@ -18,12 +16,4 @@ Nexus Released Artifacts nexus.onap.org .. csv-table:: :align: left :header-rows: 1 - :file: ../submodules/integration.git/version-manifest/src/main/resources/java-manifest.csv - -Docker Released Images nexus3.onap.org -+++++++++++++++++++++++++++++++++++++++ - -.. csv-table:: - :align: left - :header-rows: 1 - :file: ../submodules/integration.git/version-manifest/src/main/resources/docker-manifest.csv + :file: ../submodules/integration.git/version-manifest/src/main/resources/java-manifest.csv -- 2.16.6