diff options
-rw-r--r-- | docs/guides/onap-developer/apiref/index.rst | 1 | ||||
-rw-r--r-- | docs/guides/onap-developer/developing/index.rst | 42 | ||||
-rwxr-xr-x | tools/checkdocs.sh | 6 | ||||
-rwxr-xr-x | tools/checkrtd.sh | 11 |
4 files changed, 30 insertions, 30 deletions
diff --git a/docs/guides/onap-developer/apiref/index.rst b/docs/guides/onap-developer/apiref/index.rst index 7cf6be7d1..9a8970eca 100644 --- a/docs/guides/onap-developer/apiref/index.rst +++ b/docs/guides/onap-developer/apiref/index.rst @@ -39,6 +39,7 @@ Platform Components * :ref:`SDNC - SDN Controller<onap-sdnc-oam:offeredapis>` * :ref:`SO - Service Orchestration<onap-so:offeredapis>` * :ref:`VFC - Virtual Function Controller<onap-vfc-nfvo-lcm:master_index>` +* :ref:`CDS - Controller Design Studio<onap-ccsdk-cds:offeredapis>` Common Services --------------- diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 14c9a85f8..ac398ca89 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -48,9 +48,9 @@ AAF - Application Authorization Framework * - Document - Description - * - :ref:`AAF<onap-aaf-authz:master_index>` + * - (in Maintenance) Documentation can be found in previous ONAP releases - AAF Architecture, APIs and Guides - * - :ref:`Secret Management Service<onap-aaf-sms:master_index>` + * - (in Maintenance) Documentation can be found in previous ONAP releases - Secret Management Service Architecture and API AAI - Active and Available Inventory @@ -64,14 +64,12 @@ AAI - Active and Available Inventory - Description * - :ref:`AAI<onap-aai-aai-common:master_index>` - AAI Architecture, APIs and Guides - * - :ref:`ESR<onap-aai-esr-gui:master_index>` - - External System Registry GUI Documentation (to be removed ?) - * - :ref:`ESR<onap-aai-esr-server:master_index>` - - External System Registry Server Documentation (to be removed ?) - * - :ref:`AAI Inventory UI<onap-aai-sparky-be:master_index>` - - Sparky - AAI Inventory UI Documentation (to be removed ?) - * - :ref:`AAI Event Client<onap-aai-event-client:master_index>` - - AAI Event Client Documentation (to be removed ?) + * - (in Maintenance) Documentation can be found in previous ONAP releases + - External System Registry GUI Documentation + * - (in Maintenance) Documentation can be found in previous ONAP releases + - External System Registry Server Documentation + * - (in Maintenance) Documentation can be found in previous ONAP releases + - Sparky - AAI Inventory UI Documentation APPC - Application Controller ----------------------------- @@ -82,9 +80,9 @@ APPC - Application Controller * - Document - Description - * - :ref:`APPC<onap-appc:master_index>` + * - (in Maintenance) Documentation can be found in previous ONAP releases - APPC Architecture, APIs and Guides - * - :ref:`APPC Deployment<onap-appc-deployment:master_index>` + * - (in Maintenance) Documentation can be found in previous ONAP releases - APPC Deployment Documentation CCSDK - Common Controller Software Development Kit @@ -98,12 +96,6 @@ CCSDK - Common Controller Software Development Kit - Description * - :ref:`Distribution<onap-ccsdk-distribution:master_index>` - TOSCA Orchestration Plugin, Directed Graph Support - * - :ref:`Dashboard<onap-ccsdk-dashboard:master_index>` - - Common Controller Dashboard (To be removed ?) - * - :ref:`Platform Plugins<onap-ccsdk-platform-plugins:master_index>` - - Platform Plugins (To be removed ?) - * - :ref:`APPS<onap-ccsdk-apps:master_index>` - - Apps optside ODL (To be removed ?) CDS - Controller Design Studio ------------------------------ @@ -206,8 +198,8 @@ LOGGING - Centralized Logging * - Document - Description - * - :ref:`Logging<onap-logging-analytics:master_index>` - - ONAP Centralized Logging Documentation (to be deleted ?) + * - (in Maintenance) Documentation can be found in previous ONAP releases + - ONAP Centralized Logging Documentation MSB - Microservices Bus ----------------------- @@ -242,10 +234,10 @@ MUSIC - ONAP Multi-Site Integration * - Document - Description - * - :ref:`MUSIC<onap-music:master_index>` - - MUSIC Architecture and Guides (To be deleted ?) - * - :ref:`Distributed KV Store<onap-music:master_index>` - - MUSIC Distribute KV Store Documents (To be deleted ?) + * - (in Maintenance) Documentation can be found in previous ONAP releases + - MUSIC Architecture and Guides + * - (in Maintenance) Documentation can be found in previous ONAP releases + - MUSIC Distribute KV Store Documents OOF - Optimization Framework ---------------------------- @@ -360,8 +352,6 @@ SO - Service Orchestration - Description * - :ref:`SO<onap-so:master_index>` - Service Orchestration Architecture, APIs and Guides - * - :ref:`SO Libraries<onap-so-libs:master_index>` - - Service Orchestration Build (To be deleted ?) UUI - Use Case User Interface ----------------------------- diff --git a/tools/checkdocs.sh b/tools/checkdocs.sh index f58e1f546..1f7f10be5 100755 --- a/tools/checkdocs.sh +++ b/tools/checkdocs.sh @@ -58,7 +58,7 @@ ### SHORT: curl -s 'https://gerrit.onap.org/r/projects/?d' | awk '{if(NR>1)print}' | jq -c '.[] | {id, state}' | sed -r 's:%2F:/:g; s:["{}]::g; s:id\:::; s:,state\::|:; /All-Projects/d; /All-Users/d' ### -script_version="1.1 (2020-11-17)" +script_version="1.2 (2020-11-18)" # save command for the restart with logging enabled command=$0 @@ -72,8 +72,10 @@ fullcommand="${command} ${arguments}" # print usage function usage() { echo " " + echo " checkdocs.sh Version ${script_version}" + echo " " echo " USAGE: " - echo " ./checkdocs.sh " + echo " ./checkdocs.sh <arguments> " echo " " echo " ARGUMENTS: " echo " -u|--user username " diff --git a/tools/checkrtd.sh b/tools/checkrtd.sh index 8be384ccd..e626dd9c1 100755 --- a/tools/checkrtd.sh +++ b/tools/checkrtd.sh @@ -27,6 +27,7 @@ for line in "${array[@]}" do reponame=$(echo ${line} | cut -d "[" -f2 | cut -d "]" -f1) + #reponame="[${reponame}]" #echo "DBUG: reponame=${reponame}" # example line: [dmaap/messagerouter/messageservice]/docs/release-notes/release-notes.rst @@ -41,7 +42,12 @@ do # warning: path does not always contain "docs"! # line: [dmaap/messagerouter/messageservice]/docs/release-notes/release-notes.rst # output: release-notes/release-notes.html - url_file=$(echo ${line} | sed -r 's/^.+\]//' | sed -r 's/^.*docs\///' | sed -r 's/\.rst$/\.html/' ) + url_file=$(echo ${line} | sed -r 's/^.+\]//' | sed -r 's/^.*\/docs\///' | sed -r 's/\.rst$/\.html/' ) + + #echo "DBUG: line = ${line}" + #echo "DBUG: url_file = ${url_file}" + #echo "DBUG: url_repo = ${url_repo}" + #echo "DBUG: reponame = ${reponame}" # build the full url if [[ ${reponame} == "doc" ]]; then @@ -53,7 +59,8 @@ do url_start="https://docs.onap.org/projects/onap" url="${url_start}-${url_repo}/${url_lang}/${url_branch}/${url_file}" fi - #echo "DBUG: url=$url" + + #echo "DBUG: url = $url" # check with curl if html page is accessible (no content check!) # to prevent (server side) cached results a unique element is added to the request |