diff options
63 files changed, 45 insertions, 27 deletions
diff --git a/.gitmodules b/.gitmodules index 1a985f096..f9550dedc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -379,3 +379,6 @@ [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 diff --git a/docs/conf.py b/docs/conf.py index fc96b8b4e..5cab846ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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() diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index ad7f7326e..d481933dc 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 99afecc33..749af32b0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 - - diff --git a/docs/release/index.rst b/docs/release/index.rst index 3ba0b48a9..e7d77cf3e 100644 --- a/docs/release/index.rst +++ b/docs/release/index.rst @@ -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.
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 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 diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index e488fba6e..809238216 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -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> diff --git a/docs/submodules/aaf/authz.git b/docs/submodules/aaf/authz.git -Subproject 39596f5b6d2c67d8c2b357243ecfb2dd6d74679 +Subproject fe3c40d9686febe8b6dd633bb9b1bbebba00288 diff --git a/docs/submodules/aai/aai-common.git b/docs/submodules/aai/aai-common.git -Subproject bdc84f8bedd6e9f83d45fd8d116de10ae2c8c92 +Subproject 2cbb5acacc25b8f729e11b8d0de71482a6bec0a diff --git a/docs/submodules/aai/esr-gui.git b/docs/submodules/aai/esr-gui.git -Subproject fef4341c5f9c87c26bde1f4dacf47d708bb74f7 +Subproject 12a890ceed8c6ae96b9c5eafad942a24bb68d50 diff --git a/docs/submodules/aai/esr-server.git b/docs/submodules/aai/esr-server.git -Subproject ca05983eb56787a5780de2c47556b1c7a14f42c +Subproject d9dd097ca629541572aadf17d358c54c3a400b7 diff --git a/docs/submodules/aai/event-client.git b/docs/submodules/aai/event-client.git -Subproject f2daa751f0c6e838316aa90f6a25ed267c8c6d4 +Subproject 27bcf86da3ba3a68c209db411292ea090fd8df5 diff --git a/docs/submodules/aai/sparky-be.git b/docs/submodules/aai/sparky-be.git -Subproject 9898634b32ce6bd4d468f399bcc4899054e5ace +Subproject efe43d10241bb2d2c05571c2583449f71a1a3da diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git -Subproject 28c931d73c4ff56a6c14025b88c5b8e9b677fee +Subproject ae2f3f4355508fc1550f9e4741b70aaf719f3a0 diff --git a/docs/submodules/appc/deployment.git b/docs/submodules/appc/deployment.git -Subproject dbf1e5309791c3c06da54b61c02e2d9cbbe7faa +Subproject 95ef2ec2871013b21806fc00cd27f6483da82a5 diff --git a/docs/submodules/ccsdk/apps.git b/docs/submodules/ccsdk/apps.git -Subproject 65691146cceb8ee483cd4003f5fcc6fda14c0f0 +Subproject 01eff6bc81499a9e41395f6b384a5e893b36650 diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject f352a874bd742784541ee67112ea2e648a5b395 +Subproject 933e47233a168840a64e3ac97711a35d0e5731f diff --git a/docs/submodules/ccsdk/distribution.git b/docs/submodules/ccsdk/distribution.git -Subproject 5af3a898f344f822167895a4e5954ee43fa1e2e +Subproject 38e175fa6762c27b85df450002e6458d9b0a41d diff --git a/docs/submodules/ccsdk/platform/plugins.git b/docs/submodules/ccsdk/platform/plugins.git -Subproject 4bdd986c840b025b7eee18be24254a6aabc6d2c +Subproject 1bcb3352a0819764954e6f301190e1041d5afa4 diff --git a/docs/submodules/clamp.git b/docs/submodules/clamp.git -Subproject 07b4bd56e730546d409d5811786ac0dd6fe8634 +Subproject 9ffd05ea2d1d9a05f80350464e8ce6ed9b5ca16 diff --git a/docs/submodules/cli.git b/docs/submodules/cli.git -Subproject 66ea89a04f3ad7476697e87fd2a26c4edd52daf +Subproject adfc77d913cb8e54750d8fe167fde2bb4ffc57e diff --git a/docs/submodules/dcaegen2.git b/docs/submodules/dcaegen2.git -Subproject 1c85755843786d77099dfa8459db7d3e8cf2170 +Subproject fdd14ecf4856426b95499d8a523dbb0b640e976 diff --git a/docs/submodules/dmaap/buscontroller.git b/docs/submodules/dmaap/buscontroller.git -Subproject ed76ad37f472be602000e3e169be498d50f81ce +Subproject 90a7fbb9a31c13514b05c9032d132a6be40e65c diff --git a/docs/submodules/dmaap/datarouter.git b/docs/submodules/dmaap/datarouter.git -Subproject ee6fa61e2cd7df99891092709765235b6166a04 +Subproject 69084992c2ca03b66197b85ec48ec5b16cf35d0 diff --git a/docs/submodules/dmaap/dbcapi.git b/docs/submodules/dmaap/dbcapi.git -Subproject 695695493b86a2fe925b6db0c381288ef6b3c0c +Subproject ecd4be66f501c6cbbcd53b302f477bd0c8d17a6 diff --git a/docs/submodules/dmaap/messagerouter/messageservice.git b/docs/submodules/dmaap/messagerouter/messageservice.git -Subproject 9fc471e59ddd70ef22f838df5be143c85d5b386 +Subproject cca85abfb66e0c280eff5ed2c7570941c2ed423 diff --git a/docs/submodules/externalapi/nbi.git b/docs/submodules/externalapi/nbi.git -Subproject 8661255afca19d7ef0750288c1a905e0bf89599 +Subproject e0e7ba60753556c5a135ebc057ad3780cddacb2 diff --git a/docs/submodules/holmes/engine-management.git b/docs/submodules/holmes/engine-management.git -Subproject 37c34f3c2d55f92940f58eaa37dace6edaf9116 +Subproject 750ae4a611050eb0e33f4f5420aa0297b59790e diff --git a/docs/submodules/holmes/rule-management.git b/docs/submodules/holmes/rule-management.git -Subproject 6a95a9070a4040a77dcf06f8d6255239f799107 +Subproject c5765c3e4a9240403c47a57993adae0a7c6dece diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git -Subproject f69773bd95db147bd57fc94398c63234f4e1e9a +Subproject d38feb6936783a37631c444d62fe74a78dd4182 diff --git a/docs/submodules/logging-analytics.git b/docs/submodules/logging-analytics.git -Subproject 202232feac43c7b04dd311610e1a8b640af0167 +Subproject 5cdc91baca81a39fcf979d996948779a1ff98e1 diff --git a/docs/submodules/logging-analytics/pomba/pomba-audit-common.git b/docs/submodules/logging-analytics/pomba/pomba-audit-common.git -Subproject f512b54fcc230ed1d8ef0746b0b67f73009b5b6 +Subproject 411e3e86f40b590f130f3379af0ca3df047c99c diff --git a/docs/submodules/modeling/modelspec.git b/docs/submodules/modeling/modelspec.git -Subproject 9d00d57bfa1a8b3ac071e0842008c4db6b38d6b +Subproject c12cb1b32019966471105cf2bad2dfe0801b6b4 diff --git a/docs/submodules/modeling/toscaparsers.git b/docs/submodules/modeling/toscaparsers.git -Subproject db15a15aeb132214e7530f54a5e81e557a63147 +Subproject f225d6178ab9aab47d33388e8e14f6a6fa7b904 diff --git a/docs/submodules/msb/java-sdk.git b/docs/submodules/msb/java-sdk.git -Subproject dc2f42a535e75642cd98f349808bd5c9aef6f48 +Subproject 06bf8af5b985e8c9fa005c995d2b27cf665b524 diff --git a/docs/submodules/multicloud/azure.git b/docs/submodules/multicloud/azure.git -Subproject d6b048c8e3d64ddadd19fd3396dea71110f146a +Subproject 71816fa7c8eeeab52db7945ec3b319817d6a7eb diff --git a/docs/submodules/multicloud/framework.git b/docs/submodules/multicloud/framework.git -Subproject f6ac0d7459954dfbe39d71864dc47a6f9d6a753 +Subproject 8c356599e38e8f6e689ba7ebdb3bf9a1d2c2645 diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git -Subproject d53b95760be6a17d5b14de550eb638f4a1c095d +Subproject 3fca6268234bd6d1ce749e8393e39cfd4a36500 diff --git a/docs/submodules/music.git b/docs/submodules/music.git -Subproject dd899213724ceaab3bb141dfb5cbf4eb7b89404 +Subproject 24accb9cb8000591cc22a5d98d2c079b8084b12 diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git -Subproject 2b182642d4a6761815ac8172e759a022119622e +Subproject 54a0a8a2a2f6e5ef7debf616de0abbc1c421a23 diff --git a/docs/submodules/oom/offline-installer.git b/docs/submodules/oom/offline-installer.git new file mode 160000 +Subproject f3491548c657ac1c7f7840eb664e923d5d63c75 diff --git a/docs/submodules/optf/cmso.git b/docs/submodules/optf/cmso.git -Subproject a891d800fb09f65116048094b92e8d5b108d456 +Subproject de4d01c9cad1a228946f098a82c3039b572da1f diff --git a/docs/submodules/optf/has.git b/docs/submodules/optf/has.git -Subproject 8794f07cf11c768876b62ba6628f88f723536ee +Subproject 71f238ad677db501d253398b9d67b5e0414d4a1 diff --git a/docs/submodules/optf/osdf.git b/docs/submodules/optf/osdf.git -Subproject 7132d6dc7d09fef84b3454b0ca7a71134d18be5 +Subproject 83be205bb61797f85ccffc74ef5dafc5d24eeaf diff --git a/docs/submodules/policy/apex-pdp.git b/docs/submodules/policy/apex-pdp.git -Subproject 05df038e0b09bfd5f0c9bfc1e8aa10f9c97f39a +Subproject ee74a146a62de39228a2f7128c00c419d110279 diff --git a/docs/submodules/policy/distribution.git b/docs/submodules/policy/distribution.git -Subproject 48a745734533d42e2d9e7b9d04d08cbe8ee1b62 +Subproject 793c1db47ae57311664db666b869f234a2b7874 diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git -Subproject df36ba3e64a49419a64e580283b21fce79591b7 +Subproject 735a46f19a7cd89c2336fa38c2a9cea949fe320 diff --git a/docs/submodules/portal.git b/docs/submodules/portal.git -Subproject a0c16dba6a9bfc8cc698e6dc7dd89b77029d3d9 +Subproject 5764807810b41edbaa21d6f2fa9f1d44e798ba0 diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git -Subproject c0ebab732256fed103b7cb1445177ebc58f0705 +Subproject e0c98681f9fcbae59eab32822784ae95c4768d4 diff --git a/docs/submodules/sdc/jtosca.git b/docs/submodules/sdc/jtosca.git -Subproject 7aa89e21b6c5ec0206071ec6fc1e671721426ae +Subproject afdb5f5ac3ebc05008f616d3370f9e1d90e6747 diff --git a/docs/submodules/sdc/sdc-tosca.git b/docs/submodules/sdc/sdc-tosca.git -Subproject f61a8b159712c9575ee10548f52feb0c2d3d355 +Subproject e4e4b6f8db3d1fade4648cb7ef220759c5b7f2c diff --git a/docs/submodules/sdc/sdc-workflow-designer.git b/docs/submodules/sdc/sdc-workflow-designer.git -Subproject c038b3ef99805a3ba15bfba9bce0c396022177c +Subproject ee0b26c61e4eb9251fb3a2fcc31fb276dcae786 diff --git a/docs/submodules/sdnc/oam.git b/docs/submodules/sdnc/oam.git -Subproject b211d7296c9cd2edaca9da9d17f3a42655c6cc9 +Subproject 133d999d1eafcc5e6a6f27eadf328abf6d4af40 diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject b3bc8b2a2cde4a72fae4d8f702b9fc87f6f138f +Subproject 0ceebe19816b1d95218be00d511354593306734 diff --git a/docs/submodules/usecase-ui.git b/docs/submodules/usecase-ui.git -Subproject 5788be72a1515dd96d2c748d5145b8609b78a14 +Subproject 8d5ff3d30de0c774fd8048fb36a451b206681f1 diff --git a/docs/submodules/vfc/nfvo/lcm.git b/docs/submodules/vfc/nfvo/lcm.git -Subproject 8d1842182c9ef4ea15e848436df0ac5521d6fce +Subproject 51a6d1ee5fdf64c87215f3381e29eb0a70d08fd diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git -Subproject 4b8ae0089f38ab06ba319ef439fffb59008e08e +Subproject 7c64fbbaff5985acb3a6aea977c5c15b4f2f59e diff --git a/docs/submodules/vnfrqts/guidelines.git b/docs/submodules/vnfrqts/guidelines.git -Subproject a1402ff7ad1c9f1f94df56fb178031c0be190d2 +Subproject cac04dcd02e60defd565cb9099c6365c62dc5b8 diff --git a/docs/submodules/vnfrqts/requirements.git b/docs/submodules/vnfrqts/requirements.git -Subproject 2e44e5a40ee96e93319ff4ea5b2e1d166154d12 +Subproject 70320157b8aff7d1aabfa826bb6734d52b9dc67 diff --git a/docs/submodules/vnfsdk/model.git b/docs/submodules/vnfsdk/model.git -Subproject 20e0d1b0c39681843e448dc40507adb6660d527 +Subproject 3897b79ea5c5e5531e5ee07e7670c4f4735a0b4 diff --git a/docs/submodules/vvp/documentation.git b/docs/submodules/vvp/documentation.git -Subproject 023d74cc2d436659398743c412a602c6c1777fc +Subproject bcbac1a1498b4f064fba575f7cbe8cb9b3663cd diff --git a/etc/requirements.txt b/etc/requirements.txt index aecf5a3a4..fc22c1447 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -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 |