Merge "Vote: Removal of doc committer"
authorRich Bennett <rb2745@att.com>
Thu, 28 Feb 2019 20:24:32 +0000 (20:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 28 Feb 2019 20:24:32 +0000 (20:24 +0000)
63 files changed:
.gitmodules
docs/conf.py
docs/guides/onap-developer/developing/index.rst
docs/index.rst
docs/release/index.rst
docs/release/release-manifest-docker.rst [new file with mode: 0644]
docs/release/release-manifest.rst
docs/release/repolist.rst
docs/submodules/aaf/authz.git
docs/submodules/aai/aai-common.git
docs/submodules/aai/esr-gui.git
docs/submodules/aai/esr-server.git
docs/submodules/aai/event-client.git
docs/submodules/aai/sparky-be.git
docs/submodules/appc.git
docs/submodules/appc/deployment.git
docs/submodules/ccsdk/apps.git
docs/submodules/ccsdk/cds.git
docs/submodules/ccsdk/distribution.git
docs/submodules/ccsdk/platform/plugins.git
docs/submodules/clamp.git
docs/submodules/cli.git
docs/submodules/dcaegen2.git
docs/submodules/dmaap/buscontroller.git
docs/submodules/dmaap/datarouter.git
docs/submodules/dmaap/dbcapi.git
docs/submodules/dmaap/messagerouter/messageservice.git
docs/submodules/externalapi/nbi.git
docs/submodules/holmes/engine-management.git
docs/submodules/holmes/rule-management.git
docs/submodules/integration.git
docs/submodules/logging-analytics.git
docs/submodules/logging-analytics/pomba/pomba-audit-common.git
docs/submodules/modeling/modelspec.git
docs/submodules/modeling/toscaparsers.git
docs/submodules/msb/java-sdk.git
docs/submodules/multicloud/azure.git
docs/submodules/multicloud/framework.git
docs/submodules/multicloud/k8s.git
docs/submodules/music.git
docs/submodules/oom.git
docs/submodules/oom/offline-installer.git [new submodule]
docs/submodules/optf/cmso.git
docs/submodules/optf/has.git
docs/submodules/optf/osdf.git
docs/submodules/policy/apex-pdp.git
docs/submodules/policy/distribution.git
docs/submodules/policy/engine.git
docs/submodules/portal.git
docs/submodules/sdc.git
docs/submodules/sdc/jtosca.git
docs/submodules/sdc/sdc-tosca.git
docs/submodules/sdc/sdc-workflow-designer.git
docs/submodules/sdnc/oam.git
docs/submodules/so.git
docs/submodules/usecase-ui.git
docs/submodules/vfc/nfvo/lcm.git
docs/submodules/vid.git
docs/submodules/vnfrqts/guidelines.git
docs/submodules/vnfrqts/requirements.git
docs/submodules/vnfsdk/model.git
docs/submodules/vvp/documentation.git
etc/requirements.txt

index 1a985f0..f9550de 100644 (file)
 [submodule "docs/submodules/ccsdk/cds.git"]
        path = docs/submodules/ccsdk/cds.git
        url = ../ccsdk/cds
+[submodule "docs/submodules/oom/offline-installer.git"]
+       path = docs/submodules/oom/offline-installer.git
+       url = ../oom/offline-installer
index fc96b8b..5cab846 100644 (file)
@@ -67,7 +67,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u''
-copyright = u'2018 ONAP. Licensed under Creative Commons Attribution 4.0 International License'
+copyright = u'2019 ONAP. Licensed under Creative Commons Attribution 4.0 International License'
 
 
 author = u'Open Network Automation Platform'
@@ -96,7 +96,7 @@ language = None
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
 exclude_patterns = [
-       '_build' 
+       '_build'
        ]
 
 # The reST default role (used for this markup: `text`) to use for all
@@ -137,7 +137,10 @@ html_theme = 'sphinx_rtd_theme'
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-#html_theme_options = {}
+html_theme_options = {
+       'style_nav_header_background': 'white',
+       'sticky_navigation': False
+       }
 
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
index ad7f732..d481933 100644 (file)
@@ -75,6 +75,7 @@ Common Controller Software Development Kit
    ../../../submodules/ccsdk/dashboard.git/docs/index
    ../../../submodules/ccsdk/platform/plugins.git/docs/index
    ../../../submodules/ccsdk/apps.git/docs/index
+   ../../../submodules/ccsdk/cds.git/docs/index
 
 .. Being consolidated in ccsdk distribution
    ../../../submodules/ccsdk/platform/blueprints.git/docs/index
index 99afecc..749af32 100644 (file)
@@ -59,8 +59,8 @@ You can reach the complete Casablanca Release documentation from the Navigation
 
    Home <self>
    release/index
+   guides/onap-developer/architecture/index
+   guides/onap-developer/settingup/index
    guides/onap-developer/index
    guides/onap-user/index
    guides/onap-provider/index
-
-
index 3ba0b48..e7d77cf 100644 (file)
@@ -42,7 +42,6 @@ The Casablanca Maintenance Release delivered a number of fixes and updates acros
  - SDC
  - SDNC
  - SO
- - UsecaseUI
 
 Details on the specific Jira tickets addressed by each project can be found in the component specific Release Notes. Link can be found below in section `Project Specific Release Notes`_.
 
@@ -149,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<doc-release-manifest>`.
+ONAP releases are specified by a list of project artifact versions in a :ref:`manifest artifacts <doc-release-manifest-artifacts>` and :ref:`manifest dockers <doc-release-manifest-docker>`.
 
 .. toctree::
    :hidden:
 
+   release-manifest-docker.rst
    release-manifest.rst
 
 Each project provides detailed :ref:`release notes<doc-releaserepos>`
@@ -170,7 +170,7 @@ Documentation
 =============
 ONAP Casablanca Release provides multiple documents including the following:
 
- * A high level :ref:`architecture view<doc-architecture>` of how components
+ * A high level :ref:`architecture view<doc-architecture>` of how component
    relate to each other.
 
  * A collection of documentation provided
@@ -199,7 +199,7 @@ Project specific details are in the :ref:`release notes<doc-releaserepos>` 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.\r
 
 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 <integration-s3p>`
 
diff --git a/docs/release/release-manifest-docker.rst b/docs/release/release-manifest-docker.rst
new file mode 100644 (file)
index 0000000..eea2965
--- /dev/null
@@ -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
index 5778d8e..84eda42 100644 (file)
@@ -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
index e488fba..8092382 100644 (file)
@@ -89,3 +89,4 @@ Project/Components
    optf/cmso <../submodules/optf/cmso.git/docs/index>
   ccsdk/apps <../submodules/ccsdk/apps.git/docs/index>
    cds <../submodules/ccsdk/cds.git/docs/index>
+   oom/offline-installer <../submodules/oom/offline-installer.git/docs/index>
index 39596f5..fe3c40d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 39596f5b6d2c67d8c2b357243ecfb2dd6d746796
+Subproject commit fe3c40d9686febe8b6dd633bb9b1bbebba00288b
index bdc84f8..2cbb5ac 160000 (submodule)
@@ -1 +1 @@
-Subproject commit bdc84f8bedd6e9f83d45fd8d116de10ae2c8c92a
+Subproject commit 2cbb5acacc25b8f729e11b8d0de71482a6bec0a6
index fef4341..12a890c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit fef4341c5f9c87c26bde1f4dacf47d708bb74f70
+Subproject commit 12a890ceed8c6ae96b9c5eafad942a24bb68d50a
index ca05983..d9dd097 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ca05983eb56787a5780de2c47556b1c7a14f42ce
+Subproject commit d9dd097ca629541572aadf17d358c54c3a400b77
index f2daa75..27bcf86 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f2daa751f0c6e838316aa90f6a25ed267c8c6d48
+Subproject commit 27bcf86da3ba3a68c209db411292ea090fd8df52
index 9898634..efe43d1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9898634b32ce6bd4d468f399bcc4899054e5ace8
+Subproject commit efe43d10241bb2d2c05571c2583449f71a1a3da1
index 28c931d..ae2f3f4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 28c931d73c4ff56a6c14025b88c5b8e9b677fee9
+Subproject commit ae2f3f4355508fc1550f9e4741b70aaf719f3a01
index dbf1e53..95ef2ec 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dbf1e5309791c3c06da54b61c02e2d9cbbe7faa6
+Subproject commit 95ef2ec2871013b21806fc00cd27f6483da82a56
index 6569114..01eff6b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 65691146cceb8ee483cd4003f5fcc6fda14c0f01
+Subproject commit 01eff6bc81499a9e41395f6b384a5e893b366505
index f352a87..933e472 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f352a874bd742784541ee67112ea2e648a5b3951
+Subproject commit 933e47233a168840a64e3ac97711a35d0e5731fb
index 5af3a89..38e175f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5af3a898f344f822167895a4e5954ee43fa1e2e1
+Subproject commit 38e175fa6762c27b85df450002e6458d9b0a41d6
index 4bdd986..1bcb335 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4bdd986c840b025b7eee18be24254a6aabc6d2ca
+Subproject commit 1bcb3352a0819764954e6f301190e1041d5afa49
index 07b4bd5..9ffd05e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 07b4bd56e730546d409d5811786ac0dd6fe86344
+Subproject commit 9ffd05ea2d1d9a05f80350464e8ce6ed9b5ca169
index 66ea89a..adfc77d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 66ea89a04f3ad7476697e87fd2a26c4edd52dafd
+Subproject commit adfc77d913cb8e54750d8fe167fde2bb4ffc57ef
index 1c85755..fdd14ec 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1c85755843786d77099dfa8459db7d3e8cf21701
+Subproject commit fdd14ecf4856426b95499d8a523dbb0b640e9768
index ed76ad3..90a7fbb 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ed76ad37f472be602000e3e169be498d50f81ceb
+Subproject commit 90a7fbb9a31c13514b05c9032d132a6be40e65c7
index ee6fa61..6908499 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ee6fa61e2cd7df99891092709765235b6166a041
+Subproject commit 69084992c2ca03b66197b85ec48ec5b16cf35d0d
index 6956954..ecd4be6 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 695695493b86a2fe925b6db0c381288ef6b3c0c1
+Subproject commit ecd4be66f501c6cbbcd53b302f477bd0c8d17a6a
index 9fc471e..cca85ab 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9fc471e59ddd70ef22f838df5be143c85d5b3869
+Subproject commit cca85abfb66e0c280eff5ed2c7570941c2ed423e
index 8661255..e0e7ba6 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8661255afca19d7ef0750288c1a905e0bf89599a
+Subproject commit e0e7ba60753556c5a135ebc057ad3780cddacb28
index 37c34f3..750ae4a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 37c34f3c2d55f92940f58eaa37dace6edaf91166
+Subproject commit 750ae4a611050eb0e33f4f5420aa0297b59790e3
index 6a95a90..c5765c3 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 6a95a9070a4040a77dcf06f8d6255239f7991072
+Subproject commit c5765c3e4a9240403c47a57993adae0a7c6dece9
index f69773b..d38feb6 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f69773bd95db147bd57fc94398c63234f4e1e9ad
+Subproject commit d38feb6936783a37631c444d62fe74a78dd41824
index 202232f..5cdc91b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 202232feac43c7b04dd311610e1a8b640af01675
+Subproject commit 5cdc91baca81a39fcf979d996948779a1ff98e1e
index f512b54..411e3e8 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f512b54fcc230ed1d8ef0746b0b67f73009b5b6e
+Subproject commit 411e3e86f40b590f130f3379af0ca3df047c99ca
index 9d00d57..c12cb1b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9d00d57bfa1a8b3ac071e0842008c4db6b38d6ba
+Subproject commit c12cb1b32019966471105cf2bad2dfe0801b6b44
index db15a15..f225d61 160000 (submodule)
@@ -1 +1 @@
-Subproject commit db15a15aeb132214e7530f54a5e81e557a63147d
+Subproject commit f225d6178ab9aab47d33388e8e14f6a6fa7b9049
index dc2f42a..06bf8af 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dc2f42a535e75642cd98f349808bd5c9aef6f488
+Subproject commit 06bf8af5b985e8c9fa005c995d2b27cf665b5242
index d6b048c..71816fa 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d6b048c8e3d64ddadd19fd3396dea71110f146a7
+Subproject commit 71816fa7c8eeeab52db7945ec3b319817d6a7eb9
index f6ac0d7..8c35659 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f6ac0d7459954dfbe39d71864dc47a6f9d6a7535
+Subproject commit 8c356599e38e8f6e689ba7ebdb3bf9a1d2c26459
index d53b957..3fca626 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d53b95760be6a17d5b14de550eb638f4a1c095d5
+Subproject commit 3fca6268234bd6d1ce749e8393e39cfd4a365003
index dd89921..24accb9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dd899213724ceaab3bb141dfb5cbf4eb7b89404a
+Subproject commit 24accb9cb8000591cc22a5d98d2c079b8084b123
index 2b18264..54a0a8a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2b182642d4a6761815ac8172e759a022119622ee
+Subproject commit 54a0a8a2a2f6e5ef7debf616de0abbc1c421a231
diff --git a/docs/submodules/oom/offline-installer.git b/docs/submodules/oom/offline-installer.git
new file mode 160000 (submodule)
index 0000000..f349154
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit f3491548c657ac1c7f7840eb664e923d5d63c751
index a891d80..de4d01c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a891d800fb09f65116048094b92e8d5b108d4567
+Subproject commit de4d01c9cad1a228946f098a82c3039b572da1f9
index 8794f07..71f238a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8794f07cf11c768876b62ba6628f88f723536eec
+Subproject commit 71f238ad677db501d253398b9d67b5e0414d4a19
index 7132d6d..83be205 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 7132d6dc7d09fef84b3454b0ca7a71134d18be5c
+Subproject commit 83be205bb61797f85ccffc74ef5dafc5d24eeaf6
index 05df038..ee74a14 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 05df038e0b09bfd5f0c9bfc1e8aa10f9c97f39a4
+Subproject commit ee74a146a62de39228a2f7128c00c419d1102792
index 48a7457..793c1db 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 48a745734533d42e2d9e7b9d04d08cbe8ee1b62c
+Subproject commit 793c1db47ae57311664db666b869f234a2b7874e
index df36ba3..735a46f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit df36ba3e64a49419a64e580283b21fce79591b71
+Subproject commit 735a46f19a7cd89c2336fa38c2a9cea949fe3202
index a0c16db..5764807 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a0c16dba6a9bfc8cc698e6dc7dd89b77029d3d94
+Subproject commit 5764807810b41edbaa21d6f2fa9f1d44e798ba02
index c0ebab7..e0c9868 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c0ebab732256fed103b7cb1445177ebc58f07050
+Subproject commit e0c98681f9fcbae59eab32822784ae95c4768d40
index 7aa89e2..afdb5f5 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 7aa89e21b6c5ec0206071ec6fc1e671721426aec
+Subproject commit afdb5f5ac3ebc05008f616d3370f9e1d90e6747a
index f61a8b1..e4e4b6f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f61a8b159712c9575ee10548f52feb0c2d3d3557
+Subproject commit e4e4b6f8db3d1fade4648cb7ef220759c5b7f2cf
index c038b3e..ee0b26c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c038b3ef99805a3ba15bfba9bce0c396022177c4
+Subproject commit ee0b26c61e4eb9251fb3a2fcc31fb276dcae7865
index b211d72..133d999 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b211d7296c9cd2edaca9da9d17f3a42655c6cc93
+Subproject commit 133d999d1eafcc5e6a6f27eadf328abf6d4af401
index b3bc8b2..0ceebe1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b3bc8b2a2cde4a72fae4d8f702b9fc87f6f138f1
+Subproject commit 0ceebe19816b1d95218be00d5113545933067344
index 5788be7..8d5ff3d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5788be72a1515dd96d2c748d5145b8609b78a142
+Subproject commit 8d5ff3d30de0c774fd8048fb36a451b206681f1b
index 8d18421..51a6d1e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8d1842182c9ef4ea15e848436df0ac5521d6fce5
+Subproject commit 51a6d1ee5fdf64c87215f3381e29eb0a70d08fde
index 4b8ae00..7c64fbb 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4b8ae0089f38ab06ba319ef439fffb59008e08e5
+Subproject commit 7c64fbbaff5985acb3a6aea977c5c15b4f2f59e1
index a1402ff..cac04dc 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a1402ff7ad1c9f1f94df56fb178031c0be190d22
+Subproject commit cac04dcd02e60defd565cb9099c6365c62dc5b88
index 2e44e5a..7032015 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2e44e5a40ee96e93319ff4ea5b2e1d166154d129
+Subproject commit 70320157b8aff7d1aabfa826bb6734d52b9dc672
index 20e0d1b..3897b79 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 20e0d1b0c39681843e448dc40507adb6660d5275
+Subproject commit 3897b79ea5c5e5531e5ee07e7670c4f4735a0b46
index 023d74c..bcbac1a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 023d74cc2d436659398743c412a602c6c1777fcb
+Subproject commit bcbac1a1498b4f064fba575f7cbe8cb9b3663cd8
index aecf5a3..fc22c14 100644 (file)
@@ -1,10 +1,10 @@
 tox
-Sphinx==1.8.1
+Sphinx==1.8.4
 doc8
 docutils
 setuptools
 six
-sphinx_rtd_theme
+sphinx_rtd_theme>=0.4.3
 sphinxcontrib-blockdiag
 sphinxcontrib-needs>=0.2.3
 sphinxcontrib-nwdiag