diff options
136 files changed, 7777 insertions, 491 deletions
diff --git a/.gitmodules b/.gitmodules index c545e5ae3..4d067ab02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,7 @@ url = https://gerrit.onap.org/r/vnfrqts/requirements branch = master ignore = dirty -[submodule "docs/submodules/appc"] +[submodule "docs/submodules/appc.git"] path = docs/submodules/appc.git url = https://gerrit.onap.org/r/appc branch = master @@ -358,3 +358,8 @@ url = https://gerrit.onap.org/r/modeling/etsicatalog branch = master ignore = dirty +[submodule "docs/submodules/aaf/certservice.git"] + path = docs/submodules/aaf/certservice.git + url = https://gerrit.onap.org/r/aaf/certservice + branch = master + ignore = dirty diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..10453a93d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,21 @@ +--- +# .readthedocs.yml +# # Read the Docs configuration file +# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# # Required +# +version: 2 + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: etc/requirements.txt + +submodules: + include: all + +sphinx: + configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 3b5c3019a..6f6f84ea5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,435 +1,94 @@ -# -*- coding: utf-8 -*- -# -# ONAP documentation build configuration file, created by -# sphinx-quickstart on Wed Jul 19 16:25:31 2017. -# -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. +from docs_conf.conf import * -import sys -import os -import shlex -#import sphinx_bootstrap_theme - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.5.3' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.doctest', - 'sphinx.ext.graphviz', - 'sphinx.ext.todo', - 'sphinx.ext.imgmath', - 'sphinx.ext.viewcode', - 'sphinxcontrib.blockdiag', - 'sphinxcontrib.needs', - 'sphinxcontrib.nwdiag', - 'sphinxcontrib.seqdiag', - 'sphinx.ext.ifconfig', - 'sphinx.ext.todo', - 'sphinxcontrib.plantuml', - 'sphinxcontrib.swaggerdoc' -] - -# Font path for seqdiag -seqdiag_fontpath = '/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf' -nwdiag_fontpath = '/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf' - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' - -# The encoding of source files. -#source_encoding = 'utf-8-sig' - -# The master toctree document. +branch = 'latest' +doc_url = 'https://onap-doc.readthedocs.io/projects' master_doc = 'index' -# General information about the project. -project = u'' -copyright = u'2019 ONAP. Licensed under Creative Commons Attribution 4.0 International License' - - -author = u'Open Network Automation Platform' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# The short X.Y version. -version = 'master branch' -# The full version, including alpha/beta/rc tags. -release = 'master branch' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = [ - '_build' - ] - -# The reST default role (used for this markup: `text`) to use for all -# documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -keep_warnings = True - -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -#html_theme = 'classic' -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 = { - '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() - -# The name for this set of Sphinx documents. If None, it defaults to -# "<project> v<release> documentation". -#html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -html_logo = '_static/logo_onap_2017.png' - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -html_favicon = '_static/favicon.ico' - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -#html_extra_path = [] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -html_last_updated_fmt = '%d-%b-%y %H:%M' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -#html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -#html_additional_pages = {} - -# If false, no module index is generated. -#html_domain_indices = True - -# If false, no index is generated. -#html_use_index = True - -# If true, the index is split into individual pages for each letter. -#html_split_index = False - -# If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -html_show_sphinx = False - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a <link> tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -#html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None - -# Language to be used for generating the HTML full-text search index. -# Sphinx supports the following languages: -# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja' -# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr' -#html_search_language = 'en' - -# A dictionary with options for the search language support, empty by default. -# Now only 'ja' uses this config value -#html_search_options = {'type': 'default'} - -# The name of a javascript file (relative to the configuration directory) that -# implements a search results scorer. If empty, the default will be used. -#html_search_scorer = 'scorer.js' - -# Output file base name for HTML help builder. -htmlhelp_basename = 'ONAPdoc' - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -#'preamble': '', - -# Latex figure (float) alignment -#'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, 'ONAP.tex', u'ONAP Documentation', - u'ONAP Contributors', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'onap', u'ONAP Documentation', - [author], 1) -] - -# If true, show URL addresses after external links. -#man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'ONAP', u'ONAP Documentation', - author, 'ONAP', 'Open Network Automation Platform', - 'Platform'), +linkcheck_ignore = [ + 'http://localhost', ] -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' - -# If true, do not generate a @detailmenu in the "Top" node's menu. -#texinfo_no_detailmenu = False - - -# -- Options for Epub output ---------------------------------------------- - -# Bibliographic Dublin Core info. -epub_title = project -epub_author = author -epub_publisher = author -epub_copyright = copyright - -# The basename for the epub file. It defaults to the project name. -#epub_basename = project - -# The HTML theme for the epub output. Since the default themes are not optimized -# for small screen space, using the same theme for HTML and epub output is -# usually not wise. This defaults to 'epub', a theme designed to save visual -# space. -#epub_theme = 'epub' - -# The language of the text. It defaults to the language option -# or 'en' if the language is not set. -#epub_language = '' - -# The scheme of the identifier. Typical schemes are ISBN or URL. -#epub_scheme = '' +intersphinx_mapping = {} + +intersphinx_mapping['onap-oom-offline-installer'] = ('{}/onap-oom-offline-installer/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-oom'] = ('{}/onap-oom/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-osa'] = ('{}/onap-osa/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-oparent-cia'] = ('{}/onap-oparent-cia/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-music-distributed-kv-store'] = ('{}/onap-music-distributed-kv-store/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-dmaap-dbcapi'] = ('{}/onap-dmaap-dbcapi/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-msb-swagger-sdk'] = ('{}/onap-msb-swagger-sdk/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-msb-java-sdk'] = ('{}/onap-msb-java-sdk/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-holmes-engine-management'] = ('{}/onap-holmes-engine-management/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-multicloud-azure'] = ('{}/onap-multicloud-azure/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-modeling-etsicatalog'] = ('{}/onap-modeling-etsicatalog/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-modeling-toscaparsers'] = ('{}/onap-modeling-toscaparsers/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-modeling-modelspec'] = ('{}/onap-modeling-modelspec/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vnfrqts-requirements'] = ('{}/onap-vnfrqts-requirements/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vnfrqts-guidelines'] = ('{}/onap-vnfrqts-guidelines/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-dmaap-messagerouter-messageservice'] = ('{}/onap-dmaap-messagerouter-messageservice/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-externalapi-nbi'] = ('{}/onap-externalapi-nbi/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-logging-analytics'] = ('{}/onap-logging-analytics/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-dmaap-buscontroller'] = ('{}/onap-dmaap-buscontroller/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-dmaap-datarouter'] = ('{}/onap-dmaap-datarouter/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-music'] = ('{}/onap-music/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-sdc-sdc-workflow-designer'] = ('{}/onap-sdc-sdc-workflow-designer/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-sdc-sdc-tosca'] = ('{}/onap-sdc-sdc-tosca/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vvp-documentation'] = ('{}/onap-vvp-documentation/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-logging-analytics-pomba-pomba-audit-common'] = ('{}/onap-logging-analytics-pomba-pomba-audit-common/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-msb-apigateway'] = ('{}/onap-msb-apigateway/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-msb-discovery'] = ('{}/onap-msb-discovery/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vnfrqts-testcases'] = ('{}/onap-vnfrqts-testcases/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vnfrqts-usecases'] = ('{}/onap-vnfrqts-usecases/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-policy-parent'] = ('{}/onap-policy-parent/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vfc-nfvo-lcm'] = ('{}/onap-vfc-nfvo-lcm/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vfc-nfvo-driver-vnfm-svnfm'] = ('{}/onap-vfc-nfvo-driver-vnfm-svnfm/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-holmes-rule-management'] = ('{}/onap-holmes-rule-management/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-policy-engine'] = ('{}/onap-policy-engine/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-portal'] = ('{}/onap-portal/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-cli'] = ('{}/onap-cli/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aaf-certservice'] = ('{}/onap-aaf-certservice/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-ccsdk-cds'] = ('{}/onap-ccsdk-cds/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-ccsdk-apps'] = ('{}/onap-ccsdk-apps/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-sdnc-oam'] = ('{}/onap-sdnc-oam/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-ccsdk-platform-plugins'] = ('{}/onap-ccsdk-platform-plugins/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-ccsdk-dashboard'] = ('{}/onap-ccsdk-dashboard/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-ccsdk-features'] = ('{}/onap-ccsdk-features/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-ccsdk-distribution'] = ('{}/onap-ccsdk-distribution/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-so-libs'] = ('{}/onap-so-libs/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-so'] = ('{}/onap-so/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-integration'] = ('{}/onap-integration/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aai-aai-common'] = ('{}/onap-aai-aai-common/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aaf-sms'] = ('{}/onap-aaf-sms/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-appc'] = ('{}/onap-appc/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-appc-deployment'] = ('{}/onap-appc-deployment/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-optf-cmso'] = ('{}/onap-optf-cmso/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-optf-osdf'] = ('{}/onap-optf-osdf/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-optf-has'] = ('{}/onap-optf-has/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-sdc-sdc-distribution-client'] = ('{}/onap-sdc-sdc-distribution-client/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-sdc-sdc-docker-base'] = ('{}/onap-sdc-sdc-docker-base/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-sdc'] = ('{}/onap-sdc/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-clamp'] = ('{}/onap-clamp/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aai-event-client'] = ('{}/onap-aai-event-client/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aai-sparky-be'] = ('{}/onap-aai-sparky-be/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aai-esr-gui'] = ('{}/onap-aai-esr-gui/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aai-esr-server'] = ('{}/onap-aai-esr-server/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-multicloud-k8s'] = ('{}/onap-multicloud-k8s/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-multicloud-framework'] = ('{}/onap-multicloud-framework/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-dcaegen2'] = ('{}/onap-dcaegen2/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vnfsdk-model'] = ('{}/onap-vnfsdk-model/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-usecase-ui'] = ('{}/onap-usecase-ui/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-vid'] = ('{}/onap-vid/en/%s'.format(doc_url) % branch, None) +intersphinx_mapping['onap-aaf-authz'] = ('{}/onap-aaf-authz/en/%s'.format(doc_url) % branch, None) -# The unique identifier of the text. This can be a ISBN number -# or the project homepage. -#epub_identifier = '' -# A unique identification for the text. -#epub_uid = '' -# A tuple containing the cover image and cover page html template filenames. -#epub_cover = () -# A sequence of (type, uri, title) tuples for the guide element of content.opf. -#epub_guide = () -# HTML files that should be inserted before the pages created by sphinx. -# The format is a list of tuples containing the path and title. -#epub_pre_files = [] - -# HTML files shat should be inserted after the pages created by sphinx. -# The format is a list of tuples containing the path and title. -#epub_post_files = [] - -# A list of files that should not be packed into the epub file. -epub_exclude_files = ['search.html'] - -# The depth of the table of contents in toc.ncx. -#epub_tocdepth = 3 - -# Allow duplicate toc entries. -#epub_tocdup = True - -# Choose between 'default' and 'includehidden'. -#epub_tocscope = 'default' - -# Fix unsupported image types using the Pillow. -#epub_fix_images = False - -# Scale large images. -#epub_max_image_width = 0 - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#epub_show_urls = 'inline' +html_last_updated_fmt = '%d-%b-%y %H:%M' -# If false, no index is generated. -#epub_use_index = True +def setup(app): + app.add_stylesheet("css/ribbon_onap.css") -# Patterns to ignore in linkcheck builder -linkcheck_ignore = [ - r'http://$', - r'http:/$', - r'http://10\.', - r'http://127\.', - r'http://172\.[123]', - r'http://app_host:port/', - r'http://app-host:port/', - r'http://ESR_SERVICE_IP', - r'http://ESR_SERVER_IP', - r'http://hostIP:\d+/', - r'http://load-balanced-address:\d+/', - r'http://localhost', - r'http://\$msb_address/', - r'http://\$MSB_SERVER_IP:\d+/', - r'http://msb_docker_host_ip:\d+/', - r'http://MSB_IP:MSB_PORT/', - r'http://msb.onap.org', - r'http://MSB_SERVER_IP:\d+/', - r'http://org.openecomp.', - r'http://{PDP_URL}:\d+/', - r'http://servername.domain.com', - r'http://.*simpledemo.openecomp.org', - r'http://.*simpledemo.onap.org', - r'http://.*test.att.com:\d+/', - r'http://we-are-data-router.us', - r'http://we-are-message-router.us:\d+/' - r'http://www.\[host\]:\[port\]/', - r'http://yourhostname', - r'https://$', - r'https:/$', - r'https://10\.', - r'https://127\.', - r'https://172\.[123]', - r'https://aaf.onap.org', - r'https://\$CBAM_IP', - r'https://ESR_SERVICE_IP', - r'https://ESR_SERVER_IP', - r'https://msb.onap.org', - r'https://my-subscriber-app.dcae', - r'https://\$CBAM_IP:\d+/', - r'https://load-balanced-address:\d+/', - r'https://prov.datarouternew.com:8443', - r'https://.*simpledemo.openecomp.org', - r'https://.*simpledemo.onap.org', - r'https://.*test.att.com:\d+/', - r'https://we-are-data-router.us', - r'https://we-are-message-router.us:\d+/' - ] from docutils.parsers.rst import directives @@ -492,5 +151,3 @@ needs_template_collapse = """ {% endif -%} """ -def setup(app): - app.add_stylesheet("css/ribbon.css") diff --git a/docs/conf.yaml b/docs/conf.yaml new file mode 100644 index 000000000..ab5928131 --- /dev/null +++ b/docs/conf.yaml @@ -0,0 +1,7 @@ +--- +project_cfg: onap +project: onap + +# Change this to ReleaseBranchName to modify the header +default-version: latest +# diff --git a/docs/guides/active-projects/index.rst b/docs/guides/active-projects/index.rst new file mode 100644 index 000000000..c05067fdd --- /dev/null +++ b/docs/guides/active-projects/index.rst @@ -0,0 +1,78 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2020 + +.. _active_projects: + +All Active Projects +=================== + +| :ref:`onap-oom-offline-installer <onap-oom-offline-installer:genindex>` +| :ref:`onap-oom <onap-oom:genindex>` +| :ref:`onap-oparent-cia <onap-oparent-cia:genindex>` +| :ref:`onap-music-distributed-kv-store <onap-music-distributed-kv-store:genindex>` +| :ref:`onap-dmaap-dbcapi <onap-dmaap-dbcapi:genindex>` +| :ref:`onap-msb-swagger-sdk <onap-msb-swagger-sdk:genindex>` +| :ref:`onap-msb-java-sdk <onap-msb-java-sdk:genindex>` +| :ref:`onap-holmes-engine-management <onap-holmes-engine-management:genindex>` +| :ref:`onap-multicloud-azure <onap-multicloud-azure:genindex>` +| :ref:`onap-modeling-etsicatalog <onap-modeling-etsicatalog:genindex>` +| :ref:`onap-modeling-toscaparsers <onap-modeling-toscaparsers:genindex>` +| :ref:`onap-modeling-modelspec <onap-modeling-modelspec:genindex>` +| :ref:`onap-vnfrqts-requirements <onap-vnfrqts-requirements:genindex>` +| :ref:`onap-vnfrqts-guidelines <onap-vnfrqts-guidelines:genindex>` +| :ref:`onap-dmaap-messagerouter-messageservice <onap-dmaap-messagerouter-messageservice:genindex>` +| :ref:`onap-externalapi-nbi <onap-externalapi-nbi:genindex>` +| :ref:`onap-logging-analytics <onap-logging-analytics:genindex>` +| :ref:`onap-dmaap-buscontroller <onap-dmaap-buscontroller:genindex>` +| :ref:`onap-dmaap-datarouter <onap-dmaap-datarouter:genindex>` +| :ref:`onap-music <onap-music:genindex>` +| :ref:`onap-sdc-sdc-workflow-designer <onap-sdc-sdc-workflow-designer:genindex>` +| :ref:`onap-sdc-sdc-tosca <onap-sdc-sdc-tosca:genindex>` +| :ref:`onap-vvp-documentation <onap-vvp-documentation:genindex>` +| :ref:`onap-logging-analytics-pomba-pomba-audit-common <onap-logging-analytics-pomba-pomba-audit-common:genindex>` +| :ref:`onap-msb-apigateway <onap-msb-apigateway:genindex>` +| :ref:`onap-msb-discovery <onap-msb-discovery:genindex>` +| :ref:`onap-vnfrqts-testcases <onap-vnfrqts-testcases:genindex>` +| :ref:`onap-vnfrqts-usecases <onap-vnfrqts-usecases:genindex>` +| :ref:`onap-policy-parent <onap-policy-parent:genindex>` +| :ref:`onap-vfc-nfvo-lcm <onap-vfc-nfvo-lcm:genindex>` +| :ref:`onap-vfc-nfvo-driver-vnfm-svnfm <onap-vfc-nfvo-driver-vnfm-svnfm:genindex>` +| :ref:`onap-holmes-rule-management <onap-holmes-rule-management:genindex>` +| :ref:`onap-policy-engine <onap-policy-engine:genindex>` +| :ref:`onap-portal <onap-portal:genindex>` +| :ref:`onap-cli <onap-cli:genindex>` +| :ref:`onap-aaf-certservice <onap-aaf-certservice:genindex>` +| :ref:`onap-ccsdk-cds <onap-ccsdk-cds:genindex>` +| :ref:`onap-ccsdk-apps <onap-ccsdk-apps:genindex>` +| :ref:`onap-sdnc-oam <onap-sdnc-oam:genindex>` +| :ref:`onap-ccsdk-platform-plugins <onap-ccsdk-platform-plugins:genindex>` +| :ref:`onap-ccsdk-dashboard <onap-ccsdk-dashboard:genindex>` +| :ref:`onap-ccsdk-features <onap-ccsdk-features:genindex>` +| :ref:`onap-ccsdk-distribution <onap-ccsdk-distribution:genindex>` +| :ref:`onap-so-libs <onap-so-libs:genindex>` +| :ref:`onap-so <onap-so:genindex>` +| :ref:`onap-integration <onap-integration:genindex>` +| :ref:`onap-aai-aai-common <onap-aai-aai-common:genindex>` +| :ref:`onap-aaf-sms <onap-aaf-sms:genindex>` +| :ref:`onap-appc <onap-appc:genindex>` +| :ref:`onap-appc-deployment <onap-appc-deployment:genindex>` +| :ref:`onap-optf-cmso <onap-optf-cmso:genindex>` +| :ref:`onap-optf-osdf <onap-optf-osdf:genindex>` +| :ref:`onap-optf-has <onap-optf-has:genindex>` +| :ref:`onap-sdc-sdc-distribution-client <onap-sdc-sdc-distribution-client:genindex>` +| :ref:`onap-sdc-sdc-docker-base <onap-sdc-sdc-docker-base:genindex>` +| :ref:`onap-sdc <onap-sdc:genindex>` +| :ref:`onap-clamp <onap-clamp:genindex>` +| :ref:`onap-aai-event-client <onap-aai-event-client:genindex>` +| :ref:`onap-aai-sparky-be <onap-aai-sparky-be:genindex>` +| :ref:`onap-aai-esr-gui <onap-aai-esr-gui:genindex>` +| :ref:`onap-aai-esr-server <onap-aai-esr-server:genindex>` +| :ref:`onap-multicloud-k8s <onap-multicloud-k8s:genindex>` +| :ref:`onap-multicloud-framework <onap-multicloud-framework:genindex>` +| :ref:`onap-dcaegen2 <onap-dcaegen2:genindex>` +| :ref:`onap-vnfsdk-model <onap-vnfsdk-model:genindex>` +| :ref:`onap-usecase-ui <onap-usecase-ui:genindex>` +| :ref:`onap-vid <onap-vid:genindex>` +| :ref:`onap-aaf-authz <onap-aaf-authz:genindex>` + diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst index 7bbda267b..f1086700a 100644 --- a/docs/guides/onap-developer/developing/index.rst +++ b/docs/guides/onap-developer/developing/index.rst @@ -44,6 +44,7 @@ Application Authorization Framework ../../../submodules/aaf/authz.git/docs/index Secret Management Service <../../../submodules/aaf/sms.git/docs/index> + Certification Service <../../../submodules/aaf/certservice.git/docs/index> Command Line Interface ---------------------- diff --git a/docs/guides/onap-operator/index.rst b/docs/guides/onap-operator/index.rst index e464c2407..ed114382e 100644 --- a/docs/guides/onap-operator/index.rst +++ b/docs/guides/onap-operator/index.rst @@ -16,3 +16,4 @@ an instance of ONAP. settingup/index.rst platformoperations.rst cloud_site/index.rst + onap-portal-admin/onap-portal-admin.rst diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/1018906_ep_home_editwidget.png b/docs/guides/onap-operator/onap-portal-admin/attachments/1018906_ep_home_editwidget.png Binary files differnew file mode 100644 index 000000000..6490e9c17 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/1018906_ep_home_editwidget.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/1018932_ep_trash_icon.png b/docs/guides/onap-operator/onap-portal-admin/attachments/1018932_ep_trash_icon.png Binary files differnew file mode 100644 index 000000000..77ce4adbc --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/1018932_ep_trash_icon.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/1018942_ep_editmenu_edit.png b/docs/guides/onap-operator/onap-portal-admin/attachments/1018942_ep_editmenu_edit.png Binary files differnew file mode 100644 index 000000000..c628abeb2 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/1018942_ep_editmenu_edit.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004284_image2017-10-27_14-14-37.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004284_image2017-10-27_14-14-37.png Binary files differnew file mode 100644 index 000000000..1178279bd --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004284_image2017-10-27_14-14-37.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004288_image2017-10-27_14-17-0.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004288_image2017-10-27_14-17-0.png Binary files differnew file mode 100644 index 000000000..317f1e7b0 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004288_image2017-10-27_14-17-0.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004295_image2017-10-27_14-23-38.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004295_image2017-10-27_14-23-38.png Binary files differnew file mode 100644 index 000000000..a68086fb7 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004295_image2017-10-27_14-23-38.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004297_image2017-10-27_14-26-38.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004297_image2017-10-27_14-26-38.png Binary files differnew file mode 100644 index 000000000..dc5ede88d --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004297_image2017-10-27_14-26-38.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004301_image2017-10-27_14-30-33.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004301_image2017-10-27_14-30-33.png Binary files differnew file mode 100644 index 000000000..17f40beaf --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004301_image2017-10-27_14-30-33.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004303_image2017-10-27_14-30-51.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004303_image2017-10-27_14-30-51.png Binary files differnew file mode 100644 index 000000000..17f40beaf --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004303_image2017-10-27_14-30-51.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004306_image2017-10-27_14-35-46.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004306_image2017-10-27_14-35-46.png Binary files differnew file mode 100644 index 000000000..c02a7758d --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004306_image2017-10-27_14-35-46.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004309_image2017-10-27_14-41-13.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004309_image2017-10-27_14-41-13.png Binary files differnew file mode 100644 index 000000000..50cf6e7e9 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004309_image2017-10-27_14-41-13.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004321_image2017-10-27_15-21-13.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004321_image2017-10-27_15-21-13.png Binary files differnew file mode 100644 index 000000000..2f5e7562e --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004321_image2017-10-27_15-21-13.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004324_image2017-10-27_15-24-5.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004324_image2017-10-27_15-24-5.png Binary files differnew file mode 100644 index 000000000..e08ea6b3c --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004324_image2017-10-27_15-24-5.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004327_image2017-10-27_15-27-1.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004327_image2017-10-27_15-27-1.png Binary files differnew file mode 100644 index 000000000..fa976c7de --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004327_image2017-10-27_15-27-1.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004329_image2017-10-27_15-28-31.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004329_image2017-10-27_15-28-31.png Binary files differnew file mode 100644 index 000000000..ea17b5c35 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004329_image2017-10-27_15-28-31.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004338_image2017-10-27_15-51-18.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004338_image2017-10-27_15-51-18.png Binary files differnew file mode 100644 index 000000000..90de6eebf --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004338_image2017-10-27_15-51-18.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004340_image2017-10-27_15-52-28.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004340_image2017-10-27_15-52-28.png Binary files differnew file mode 100644 index 000000000..9d181e820 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004340_image2017-10-27_15-52-28.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004343_image2017-10-27_15-56-53.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004343_image2017-10-27_15-56-53.png Binary files differnew file mode 100644 index 000000000..4e8972586 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004343_image2017-10-27_15-56-53.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004915_image2017-10-31_10-49-27.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004915_image2017-10-31_10-49-27.png Binary files differnew file mode 100644 index 000000000..5d9240c0e --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004915_image2017-10-31_10-49-27.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004934_image2017-10-31_11-12-22.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004934_image2017-10-31_11-12-22.png Binary files differnew file mode 100644 index 000000000..5bbd73723 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004934_image2017-10-31_11-12-22.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004936_image2017-10-31_11-16-14.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004936_image2017-10-31_11-16-14.png Binary files differnew file mode 100644 index 000000000..45b76fac6 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004936_image2017-10-31_11-16-14.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004943_image2017-10-31_11-21-2.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004943_image2017-10-31_11-21-2.png Binary files differnew file mode 100644 index 000000000..06f476d63 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004943_image2017-10-31_11-21-2.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004944_image2017-10-31_11-23-15.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004944_image2017-10-31_11-23-15.png Binary files differnew file mode 100644 index 000000000..c3f2c3cff --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004944_image2017-10-31_11-23-15.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004954_image2017-10-31_11-29-12.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004954_image2017-10-31_11-29-12.png Binary files differnew file mode 100644 index 000000000..7d3bae654 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004954_image2017-10-31_11-29-12.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004962_image2017-10-31_11-34-8.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004962_image2017-10-31_11-34-8.png Binary files differnew file mode 100644 index 000000000..05bf69d69 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004962_image2017-10-31_11-34-8.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/16004980_image2017-10-31_12-21-53.png b/docs/guides/onap-operator/onap-portal-admin/attachments/16004980_image2017-10-31_12-21-53.png Binary files differnew file mode 100644 index 000000000..454c6b9fc --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/16004980_image2017-10-31_12-21-53.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/20086818_image2017-12-5_14-53-43.png b/docs/guides/onap-operator/onap-portal-admin/attachments/20086818_image2017-12-5_14-53-43.png Binary files differnew file mode 100644 index 000000000..e7b808d9f --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/20086818_image2017-12-5_14-53-43.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/20086819_image2017-12-5_14-57-22.png b/docs/guides/onap-operator/onap-portal-admin/attachments/20086819_image2017-12-5_14-57-22.png Binary files differnew file mode 100644 index 000000000..977808e8f --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/20086819_image2017-12-5_14-57-22.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/20086820_image2017-12-5_15-8-37.png b/docs/guides/onap-operator/onap-portal-admin/attachments/20086820_image2017-12-5_15-8-37.png Binary files differnew file mode 100644 index 000000000..88626eaf9 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/20086820_image2017-12-5_15-8-37.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/20086821_image2017-12-5_15-9-27.png b/docs/guides/onap-operator/onap-portal-admin/attachments/20086821_image2017-12-5_15-9-27.png Binary files differnew file mode 100644 index 000000000..516adc748 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/20086821_image2017-12-5_15-9-27.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/20086839_image2017-12-5_16-52-40.png b/docs/guides/onap-operator/onap-portal-admin/attachments/20086839_image2017-12-5_16-52-40.png Binary files differnew file mode 100644 index 000000000..166243820 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/20086839_image2017-12-5_16-52-40.png diff --git a/docs/guides/onap-operator/onap-portal-admin/attachments/20086846_image2017-12-5_16-57-24.png b/docs/guides/onap-operator/onap-portal-admin/attachments/20086846_image2017-12-5_16-57-24.png Binary files differnew file mode 100644 index 000000000..c2c361f2d --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/attachments/20086846_image2017-12-5_16-57-24.png diff --git a/docs/guides/onap-operator/onap-portal-admin/onap-portal-admin.rst b/docs/guides/onap-operator/onap-portal-admin/onap-portal-admin.rst new file mode 100644 index 000000000..81d42f6a7 --- /dev/null +++ b/docs/guides/onap-operator/onap-portal-admin/onap-portal-admin.rst @@ -0,0 +1,664 @@ +|image2017-10-27_15-56-53.png| + +ONAP Portal for Administrators +============================== + +General +------- + +The ONAP Portal platform integrates different ONAP applications into a +central core. The Portal platform provides common management services +and connectivity, while the applications run separately. + +From the Portal, users access applications. Administrators onboard and +manage applications and widgets, and manage user access. + +The Portal SDK for application developers includes bundled tools, +technologies, and built-in capabilities such as services, APIs, and UI +controls. Existing applications can migrate to the Portal with the +provided APIs and libraries. See `ONAP Portal SDK +Documentation <http://onap.readthedocs.io/en/latest/submodules/portal.git/docs/tutorials/index.html>`__\. + +Access +------ + +Access the ONAP Portal using Mozilla Firefox or Google Chrome(win/mac) +at the provided URL. For example: `https://<hostname:port>/ONAPPORTAL/login.html`. + +Access the ONAP portal via the 8989 LoadBalancer documented `here <https://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_user_guide.html#accessing-the-onap-portal-using-oom-and-a-kubernetes-cluster>`__ + +From the Portal, users access applications directly or by function using +the `Manage menu`. + +See also: + +- `Applications in the Portal` + +- `Application Catalog` + +Roles +----- + +The Portal displays different menus for the following functions: + +- Users + +- Portal Admins + +- Application Admins + +- Governor + +- Operator + +Each application also defines a distinct set of user roles. See *Users* . + + +Admin Tasks +----------- + +From the ONAP Portal, administrators: + +- access the same functionality accessible to users (see `ONAP Portal + for users <#PAGE_1018759>`__) + +- manage users and application admins + +- onboard applications and widgets + +- edit the functional menu + +Administrators see the following menu when accessing the ONAP Portal: + +|image2017-10-27_14-14-37.png| + +Left menu descriptions: + +.. _PAGE_1018764: + +Admins Menu +----------- + +Use the Admins section to: + +|image2017-10-27_14-17-0.png| + +View or search for application admins +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From the ONAP Portal Home, click Admins in the left menu. + +#. View or search for admins: + +- The Admins table shows all admins in alphabetical order by first + name. Select an application from the dropdown list to view admins for + a single application. + +- Search for an admin by entering a full or partial search term in the + search box. Search by first name, last name, or user ID. Searches are + not case-sensitive. + +- Filter further using a combination of the applications dropdown and + the search box. + +Add an application admin +~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From the ONAP Portal Home, click Admins in the left menu. + +#. Click Add Admin.The New Admin window displays. + +#. Enter any combination of the user's first name, last name in the + search field and click Search.Note: A minimum of three characters is + required to search. + +#. Select the user from the results and click Next. + +|image2017-10-27_14-23-38.png| + +#. Select an application from the dropdown list. + +|image2017-10-27_14-26-38.png| + +#. Click Save. + +The user can administer and manage users for the applications listed in +the Admins table. + +Modify application admin privileges +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From the ONAP Portal Home, click Admins in the left menu. + +#. Search for an admin and then select one by clicking the row in the + Admins table (see `View or search for application admins`. + +#. Modify the admin's application privileges: + +- Add an application to the Administrates list by selecting it from the + dropdown list + +- Delete an application from the Administrates list by clicking the + trash icon + +|image2017-10-27_14-30-33.png| . + +#. Click Save. + +Delete an application admin +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +To delete an application admin completely, first remove access for each +application. + +#. From the ONAP Portal Home, click Admins in the left menu. + +#. Search for a name and then select one by clicking the row in the + Admins table (see `View or search for application admins`. + +#. Click the trash icon + +|image2017-10-27_14-30-51.png| and click OK to confirm for each +application in the Administrates list. + +#. Click Save. + +The application Admin is removed from the table. The Admin is only +removed from the Admins table when they have no application access. + + +Users Menu +---------- + +Use the Users section to: + +|image2017-10-27_14-35-46.png| + +View or search for users +~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Users in the left menu. + +#. Select an application from the dropdown list. + +#. Enter a full or partial first name, last, name, user ID, or role in + the search box; or click the column header to sort that column in + alphabetical or reverse alphabetical order. + +Add a user +~~~~~~~~~~ + +Portal admins can add or manage users for any application. Application +admins can only add and manage users for their specific applications. + +#. From ONAP Portal Home, click Users in the left menu. + +#. Click Add User. + +#. The New User window displays. + +#. Search for or add a new user: + +- To search for a user, enter the user's complete first name, last + name, or user ID and click search. + +- To add a new user, click New User, fill in the user details, and + click Add New User. The new user appears in the results list. + +#. Select the user from the results and click Next. + +|image2017-10-27_14-41-13.png| + +#. Select a role from the dropdown lists for each application required + by the user. + +#. Click Save. + +The user can access the applications with the roles listed in the Users +table. + +Modify users and roles +~~~~~~~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Users in the left menu. + +#. Select an application from the dropdown, search for a user, and + select one by clicking the row in the Users table. The user's access + and roles display. + +|image2017-10-27_15-21-13.png| + +#. Modify the user's role for each application: + +- Add or change a user role by selecting or clearing the role from the + dropdown list. + +- Remove all the user's roles for an application by clicking the trash + icon + +|ep_trash_icon.png| . + +#. Click Save. + +Delete a user +~~~~~~~~~~~~~ + +To delete a user completely, remove access for each application. + +#. From the ONAP Portal Home, click Users in the left menu. + +#. Select an application from the dropdown, search for a user, then + click the row in the Users table to select (see `View or search for + users`. + The user's access and roles display. + +#. Click the trash icon + +|ep_trash_icon.png| beside an application and click OK to confirm. + +#. Click Save. + +The User is removed from the applications. The User is only removed from +the Users table when they have no application access. + +Portal Admins +------------- + +Use the Portal Admins section to: + +|image2017-10-27_15-24-5.png| + +View or search for Portal Admins +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Portal Admins in the left menu. + +#. Enter a full or partial first name, last, name, or ATTUID in the + search box, or click the sorting arrows in any column to sort that + column in alphabetical or reverse alphabetical order. + +Add a Portal Admin +~~~~~~~~~~~~~~~~~~ + +Only Portal Admins can add or delete other Portal Admins. + +#. From the ONAP Portal Home, click Portal Admins in the left menu. + +#. Click Add Portal Admin. The Add New Portal Admin window displays. + +#. Search for or add a new user: + +- To search for a user, enter the user's complete first name, last + name, or user ID and click search. + +- To add a new user, click New User, fill in the user details, and + click Add New User. The new user appears in the results list. + +#. Select the user from the results and click Save. + +The user is listed in the Portal Admins table and can manage users and +admins. + +Delete a Portal Admin +~~~~~~~~~~~~~~~~~~~~~ + +Only Portal Admins can add or delete other Portal Admins. + +#. From ONAP Portal Home, click Portal Admins in the left menu. + +#. Search for or scroll to a name in the Portal Admins table and click + the trash icon in the Delete column. + +#. Click OK to confirm. + +The Portal Admin is removed from the table. + +Application Onboarding +---------------------- + +Use the Application Onboarding section to: + +|image2017-10-27_15-27-1.png| + +Add an application to the Portal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From the ONAP Portal Home, click Application Onboarding in the left + menu. + +#. Click Add App. + +#. The Application Details window displays. + +|image2017-10-27_15-28-31.png| + +4. Fill out the fields as described in the table: + ++---------------------------+------------------------------------------+ +| **Hyperlink only | Select to add an application with a URL | +| application** | only. | ++===========================+==========================================+ +| **Application name** | Application name to display in the | +| | Portal. | ++---------------------------+------------------------------------------+ +| **URL** | Application landing page for | +| | hyperlink-only applications. | ++---------------------------+------------------------------------------+ +| **REST API URL** | [Optional] The endpoint for RESTful API | +| | calls. | ++---------------------------+------------------------------------------+ +| **Username** | The username for the RESTful API calls. | +| | Default = Default | ++---------------------------+------------------------------------------+ +| **Password** | Password for the RESTful API call. | +| | Default = AppPassword!1 | ++---------------------------+------------------------------------------+ +| **Name Space** | Namespace value when Application | +| | registered in AAF. | ++---------------------------+------------------------------------------+ +| **Communication Inbox** | Do not fill out. Populated by the | +| | application. | ++---------------------------+------------------------------------------+ +| **Communication Key** | Do not fill out. Populated by the | +| | application. | ++---------------------------+------------------------------------------+ +| **Communication Secret** | Do not fill out. Populated by the | +| | application. | ++---------------------------+------------------------------------------+ +| **Upload image** | Click Browse to select the application | +| | image to display in the ONAP Portal. | ++---------------------------+------------------------------------------+ +| **Allow guest access** | Select to allow access for users not | +| | listed as Users or Admins. | ++---------------------------+------------------------------------------+ +| **Active** | Select to make the application active. | ++---------------------------+------------------------------------------+ +| **Centralized** | Indicate this application is using AAF | +| | for centralized role management. | ++---------------------------+------------------------------------------+ + +5. Click Save. + +The application appears in the Applications section and in the +Application Onboarding table. The Portal Admin receives an email with +Communications details. + +6. Add the application URL to the appropriate Manage menu items: + +#. Click Edit Functional Menu in the left menu. + +#. Expand the Manage menu to find the correct items. + +#. Right-click an item and select Edit. + +|ep_editmenu_edit.png| + +#. In the URL field, enter the server URL of the new application and + click Save. + +Collect and forward application communication details +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The Portal administrator forwards communications details and a list of +servers to the application developer. The application developer adds the +details to the portal-properties file located in \\<app web +directory>/WEB-INF/classes. + +**Prerequisites:** *Add an application to the Portal* + +#. Collect the following details and send them to the application + developer. + ++----------------------------------------+-----------------------------+ +| Key-value pair | Obtain from | ++========================================+=============================+ +| redirect_url = ** /** | The redirect URL defined | +| /process_csp | as ** /** /process_csp. | ++----------------------------------------+-----------------------------+ + +#. Request that the application developer: + +#. Add the key-value pairs above to the portal.properties file located + in ** /WEB-INF/classes. + +#. Add the key-value pair shared_context_rest_url = ** to the + system.properties file located in the ** /WEB-INF/conf directory. + +#. Restart the application + +Delete an application from the Portal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From the ONAP Portal Home, click Widget Onboarding in the left menu. + +#. Search for or scroll to an application in the table and click the + trash icon + +|ep_trash_icon.png| in the Delete column. + +#. Click OK to confirm. + +The application is removed from the Portal. + +Widget Onboarding +----------------- + +Use the Widget Onboarding section to: + +|image2017-10-27_15-51-18.png| + +Add an application widget to the Portal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Widget Onboarding in the left menu. + +#. Click Add Widget. + +The Widget Details window displays. + +|image2017-10-27_15-52-28.png| + +3. Fill out the fields as described in the following table. + ++------------------+---------------------------------------------------+ +| **Application | Select from a dropdown list of onboarded | +| Name** | applications. | ++==================+===================================================+ +| **Widget Name** | The name for the widget that appears in the | +| | Widgets section of the Portal. | ++------------------+---------------------------------------------------+ +| **Width, | Automatically populated fields. | +| Height** | | ++------------------+---------------------------------------------------+ +| **URL** | Widget landing page. | ++------------------+---------------------------------------------------+ + +4. Click Save. + +The widget appears in the Widgets section of the Portal. Users with +permissions to the widget's application can access the widget. + +Remove a widget from the Portal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Widget Onboarding in the left menu. + +#. Search for or scroll to a widget in the table and click the trash + icon + +|ep_trash_icon.png| in the Delete column. + +#. Click OK to confirm. + +The widget is removed from the Portal. + +Edit Functional Menu +-------------------- + +Edit or rearrange the ONAP Portal functional menus in the Edit +Functional Menu section. + +|image2017-10-31_11-12-22.png| + +ONAP Portal menus have 4 levels. The menu levels correspond to how and +where the menu items appear in the Portal UI. + +|image2017-10-31_10-49-27.png| + +Use the Edit Functional Menu section to: + +Add a menu item +~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Edit Functional Menu in the left menu. + +#. Use the arrows to expand the menu, then right-click on the intended + parent menu item and select Add. + +|image2017-10-31_11-16-14.png| + +#. Enter a title for the menu item, then enter a URL or select the + application to link to from the App dropdown list. + +#. Click Save. + +#. Click Regenerate Menu to finalize the changes and update the menu. + +Edit a menu item +~~~~~~~~~~~~~~~~ + +#. From the ONAP Portal Home, click Edit Functional Menu in the left + menu. + +#. Use the arrows to expand the menu, then right-click on the menu item + and select Edit. + +#. Make changes to the title, URL, or application and click Continue. + +#. Click Regenerate Menu to finalize the changes and update the menu. + +|image2017-10-31_11-21-2.png| + +Move a menu item +~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Edit Functional Menu in the left menu. + +#. Use the arrows to expand the menu. + +#. Click and drag a menu item to move it.A blue line appears to indicate + where the menu item will move. A blue box indicates the moved item + will be a child of that item. + +|image2017-10-31_11-23-15.png| + +#. Click Regenerate Menu to finalize the changes and update the menu. + +Delete a menu item +~~~~~~~~~~~~~~~~~~ + +A menu item with children cannot be deleted. Delete all child menu items +first. + +#. From ONAP Portal Home, click Edit Functional Menu in the left menu. + +#. Use the arrows to expand the menu, then right-click on the menu item + and select Delete. + +#. Click OK + +#. Click Regenerate Menu to finalize the changes and update the menu. + +Portal Microservices Onboarding +------------------------------- + +From left menu Microservice Onboarding section: + +|image2017-10-31_11-29-12.png| + +Add a microservice widget to the Portal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Microservice Onboarding in the left + menu. + +#. Click Add Microservice. + +The Microservice Details window displays. + +|image2017-10-31_11-34-8.png| + +3. Fill out the fields as described in the following table. + ++---------------------------------+------------------------------------+ +| **Field** | Explanation | ++=================================+====================================+ +| **Microservice Name** | The name for the microservice that | +| | appears in the Microservice | +| | section of the Portal. | ++---------------------------------+------------------------------------+ +| **Microservice Description** | Describe what the microservice | +| | does | ++---------------------------------+------------------------------------+ +| **Application Name** | Select from a dropdown list of | +| | onboarded applications. | ++---------------------------------+------------------------------------+ +| **Microservice End Point URL** | Enter Microservice URL | ++---------------------------------+------------------------------------+ +| **Security Type** | Select from dropdown for | +| | Authentication Method | ++---------------------------------+------------------------------------+ +| **Add User Parameter** | Enter parameter key and value if | +| | applicable to microservice end | +| | point URL | ++---------------------------------+------------------------------------+ +| **Active** | Active check/uncheck to show/hide | +| | the microservice | ++---------------------------------+------------------------------------+ + +4. Click Save. + +The microservice appears in the Microservices section of the Portal. +Users with permissions to the Microservice application can access the +microservice. + +Remove a microservice from the Portal +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#. From ONAP Portal Home, click Microservice Onboarding in the left + menu. + +#. Search for or scroll to a microservice in the table and click the + trash icon + +|ep_trash_icon.png| in the Delete column. + +#. Click OK to confirm. + +The mocroservice is removed from the Portal. + +.. |image2017-10-27_15-56-53.png| image:: attachments/16004343_image2017-10-27_15-56-53.png +.. |image2017-12-5_15-8-37.png| image:: attachments/20086820_image2017-12-5_15-8-37.png +.. |image2017-10-27_14-14-37.png| image:: attachments/16004284_image2017-10-27_14-14-37.png +.. |image2017-10-27_14-17-0.png| image:: attachments/16004288_image2017-10-27_14-17-0.png +.. |image2017-10-27_14-23-38.png| image:: attachments/16004295_image2017-10-27_14-23-38.png +.. |image2017-10-27_14-26-38.png| image:: attachments/16004297_image2017-10-27_14-26-38.png +.. |image2017-10-27_14-30-33.png| image:: attachments/16004301_image2017-10-27_14-30-33.png +.. |image2017-10-27_14-30-51.png| image:: attachments/16004303_image2017-10-27_14-30-51.png +.. |image2017-10-27_14-35-46.png| image:: attachments/16004306_image2017-10-27_14-35-46.png +.. |image2017-10-27_14-41-13.png| image:: attachments/16004309_image2017-10-27_14-41-13.png +.. |image2017-10-27_15-21-13.png| image:: attachments/16004321_image2017-10-27_15-21-13.png +.. |ep_trash_icon.png| image:: attachments/1018932_ep_trash_icon.png +.. |image2017-10-27_15-24-5.png| image:: attachments/16004324_image2017-10-27_15-24-5.png +.. |image2017-10-27_15-27-1.png| image:: attachments/16004327_image2017-10-27_15-27-1.png +.. |image2017-10-27_15-28-31.png| image:: attachments/16004329_image2017-10-27_15-28-31.png +.. |ep_editmenu_edit.png| image:: attachments/1018942_ep_editmenu_edit.png +.. |image2017-10-27_15-51-18.png| image:: attachments/16004338_image2017-10-27_15-51-18.png +.. |image2017-10-27_15-52-28.png| image:: attachments/16004340_image2017-10-27_15-52-28.png +.. |image2017-10-31_11-12-22.png| image:: attachments/16004934_image2017-10-31_11-12-22.png +.. |image2017-10-31_10-49-27.png| image:: attachments/16004915_image2017-10-31_10-49-27.png +.. |image2017-10-31_11-16-14.png| image:: attachments/16004936_image2017-10-31_11-16-14.png +.. |image2017-10-31_11-21-2.png| image:: attachments/16004943_image2017-10-31_11-21-2.png +.. |image2017-10-31_11-23-15.png| image:: attachments/16004944_image2017-10-31_11-23-15.png +.. |image2017-10-31_11-29-12.png| image:: attachments/16004954_image2017-10-31_11-29-12.png +.. |image2017-10-31_11-34-8.png| image:: attachments/16004962_image2017-10-31_11-34-8.png diff --git a/docs/guides/onap-user/design/parameter_resolution/index.rst b/docs/guides/onap-user/design/parameter_resolution/index.rst index a62b3ddd6..72754d63a 100644 --- a/docs/guides/onap-user/design/parameter_resolution/index.rst +++ b/docs/guides/onap-user/design/parameter_resolution/index.rst @@ -33,11 +33,7 @@ the “instantiation” API on ONAP NBI or ONAP SO. ONAP CDS component is then in charge of resolving those parameters automatically. -.. toctree:: - :maxdepth: 1 - :titlesonly: - - Full CDS documentation is here <../../../../submodules/ccsdk/cds.git/docs/index.rst> +The detailed CDS documentation can be found here: :ref:`cds_main-doc` It offers automated solution out of the box by delivering network intent declarative package during design time phase that automated the provisioning diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index c431b3190..f8ca1eb0b 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -13,7 +13,7 @@ an instance of ONAP. .. toctree:: :maxdepth: 1 - onapportal.rst + onap-portal-user/onap-portal-user.rst design/index.rst instantiate/index.rst configure/index.rst diff --git a/docs/guides/onap-user/instantiate/instantiation/so2/index.rst b/docs/guides/onap-user/instantiate/instantiation/so2/index.rst index 9e2f9f98f..9b1bbb351 100644 --- a/docs/guides/onap-user/instantiate/instantiation/so2/index.rst +++ b/docs/guides/onap-user/instantiate/instantiation/so2/index.rst @@ -23,13 +23,8 @@ for a user to provide those values via the "SDNC preload" operation). Additional info in: -.. toctree:: - :maxdepth: 1 - :titlesonly: - - CDS Documentation <../../../../../submodules/ccsdk/cds.git/docs/index.rst> - CDS vDNS E2E Automation <https://wiki.onap.org/display/DW/vDNS+CDS+Dublin> - +* CDS Documentation: :ref:`cds_main-doc` +* CDS vDNS Usecase Description in `Wiki <https://wiki.onap.org/display/DW/vDNS+CDS+Dublin>`_ Request Example : diff --git a/docs/guides/onap-user/instantiate/instantiation/vid/index.rst b/docs/guides/onap-user/instantiate/instantiation/vid/index.rst index 307ceb981..d6b082488 100644 --- a/docs/guides/onap-user/instantiate/instantiation/vid/index.rst +++ b/docs/guides/onap-user/instantiate/instantiation/vid/index.rst @@ -10,4 +10,4 @@ A La Carte mode Service Instantiation via ONAP VID Portal :maxdepth: 1 :titlesonly: - ../../../../../submodules/vid.git/docs/humaninterfaces.rst + ../../../../../submodules/vid.git/docs/instantiate.rst diff --git a/docs/guides/onap-user/instantiate/pre_instantiation/index.rst b/docs/guides/onap-user/instantiate/pre_instantiation/index.rst index 6a4870242..1ab726d6a 100644 --- a/docs/guides/onap-user/instantiate/pre_instantiation/index.rst +++ b/docs/guides/onap-user/instantiate/pre_instantiation/index.rst @@ -76,7 +76,7 @@ To declare the Owning Entity in VID: :: curl -X POST \ - http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/owningEntity \ + https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/owningEntity \ -H 'Accept-Encoding: gzip, deflate' \ -H 'Content-Type: application/json' \ -H 'cache-control: no-cache' \ @@ -90,11 +90,11 @@ Example for "platform" named "Test_Platform" :: curl -X POST \ - http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/platform \ + https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/platform \ -H 'Content-Type: application/json' \ -H 'cache-control: no-cache' \ -d '{ - "options": [""Test_Platform"] + "options": ["Test_Platform"] }' Example for "line of business" named "Test_LOB" @@ -102,7 +102,7 @@ Example for "line of business" named "Test_LOB" :: curl -X POST \ - http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/lineOfBusiness \ + https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/lineOfBusiness \ -H 'Content-Type: application/json' \ -H 'cache-control: no-cache' \ -d '{ @@ -114,7 +114,7 @@ Example for "project" named "Test_project" :: curl -X POST \ - http://vid.api.simpledemo.onap.org:30238/vid/maintenance/category_parameter/project \ + https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project \ -H 'Content-Type: application/json' \ -H 'cache-control: no-cache' \ -d '{ diff --git a/docs/guides/onap-user/onap-portal-user/attachments/1018906_ep_home_editwidget.png b/docs/guides/onap-user/onap-portal-user/attachments/1018906_ep_home_editwidget.png Binary files differnew file mode 100644 index 000000000..6490e9c17 --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/1018906_ep_home_editwidget.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/16004284_image2017-10-27_14-14-37.png b/docs/guides/onap-user/onap-portal-user/attachments/16004284_image2017-10-27_14-14-37.png Binary files differnew file mode 100644 index 000000000..1178279bd --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/16004284_image2017-10-27_14-14-37.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/16004343_image2017-10-27_15-56-53.png b/docs/guides/onap-user/onap-portal-user/attachments/16004343_image2017-10-27_15-56-53.png Binary files differnew file mode 100644 index 000000000..4e8972586 --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/16004343_image2017-10-27_15-56-53.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/16004980_image2017-10-31_12-21-53.png b/docs/guides/onap-user/onap-portal-user/attachments/16004980_image2017-10-31_12-21-53.png Binary files differnew file mode 100644 index 000000000..454c6b9fc --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/16004980_image2017-10-31_12-21-53.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/20086818_image2017-12-5_14-53-43.png b/docs/guides/onap-user/onap-portal-user/attachments/20086818_image2017-12-5_14-53-43.png Binary files differnew file mode 100644 index 000000000..e7b808d9f --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/20086818_image2017-12-5_14-53-43.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/20086819_image2017-12-5_14-57-22.png b/docs/guides/onap-user/onap-portal-user/attachments/20086819_image2017-12-5_14-57-22.png Binary files differnew file mode 100644 index 000000000..977808e8f --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/20086819_image2017-12-5_14-57-22.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/20086820_image2017-12-5_15-8-37.png b/docs/guides/onap-user/onap-portal-user/attachments/20086820_image2017-12-5_15-8-37.png Binary files differnew file mode 100644 index 000000000..88626eaf9 --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/20086820_image2017-12-5_15-8-37.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/20086821_image2017-12-5_15-9-27.png b/docs/guides/onap-user/onap-portal-user/attachments/20086821_image2017-12-5_15-9-27.png Binary files differnew file mode 100644 index 000000000..516adc748 --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/20086821_image2017-12-5_15-9-27.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/20086839_image2017-12-5_16-52-40.png b/docs/guides/onap-user/onap-portal-user/attachments/20086839_image2017-12-5_16-52-40.png Binary files differnew file mode 100644 index 000000000..166243820 --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/20086839_image2017-12-5_16-52-40.png diff --git a/docs/guides/onap-user/onap-portal-user/attachments/20086846_image2017-12-5_16-57-24.png b/docs/guides/onap-user/onap-portal-user/attachments/20086846_image2017-12-5_16-57-24.png Binary files differnew file mode 100644 index 000000000..c2c361f2d --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/attachments/20086846_image2017-12-5_16-57-24.png diff --git a/docs/guides/onap-user/onap-portal-user/onap-portal-user.rst b/docs/guides/onap-user/onap-portal-user/onap-portal-user.rst new file mode 100644 index 000000000..7ce2f3a08 --- /dev/null +++ b/docs/guides/onap-user/onap-portal-user/onap-portal-user.rst @@ -0,0 +1,172 @@ +|image2017-10-27_15-56-53.png| + +ONAP Portal for Users +===================== + +General +------- + +The ONAP Portal platform integrates different ONAP applications into a +central core. The Portal platform provides common management services +and connectivity, while the applications run separately. + +From the Portal, users access applications. Administrators onboard and +manage applications and widgets, and manage user access. + +The Portal SDK for application developers includes bundled tools, +technologies, and built-in capabilities such as services, APIs, and UI +controls. Existing applications can migrate to the Portal with the +provided APIs and libraries. See `ONAP Portal SDK +Documentation <http://onap.readthedocs.io/en/latest/submodules/portal.git/docs/tutorials/index.html>`__\. + +Access +------ + +Access the ONAP Portal using Mozilla Firefox or Google Chrome(win/mac) +at the provided URL. For example: `https://<hostname:port>/ONAPPORTAL/login.html`. + +Access the ONAP portal via the 8989 LoadBalancer documented `here <https://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_user_guide.html#accessing-the-onap-portal-using-oom-and-a-kubernetes-cluster>`__ + +From the Portal, users access applications directly or by function using +the `Manage menu`. + +See also: + +- `Applications in the Portal` + +- `Application Catalog` + +Roles +----- + +The Portal displays different menus for the following functions: + +- Users + +- Portal Admins + +- Application Admins + +- Governor + +- Operator + +Each application also defines a distinct set of user roles. See *Users* . + +Portal personalization and features +----------------------------------- + +Show and hide the left menu +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +To hide the left menu, click the menu icon. Click the menu icon again to +show the menu. + +|image2017-10-31_12-21-53.png| + +Applications +~~~~~~~~~~~~ + +Access applications in the Portal directly from the `Application Catalog` +or using the `Manage menu`. +All the default applications in the ONAP Portal are integrated, but +applications may also be onboarded as hyperlink-only. Integrated +applications open in tabs below the header in the Portal; linked +applications open in a new browser window. To close an integrated +application, click the x in the tab. + +|image2017-12-5_14-53-43.png| + +A maximum of six applications (tabs) can be open at once in the ONAP +Portal. + +Manage menu +----------- + +The Manage menu provides links to applications by function. Choose from +a list of functional or management tasks for each area. This example +shows the options in the top-level functional Design category: + +|image2017-12-5_14-57-22.png| + +Favorites +~~~~~~~~~ + +Hover over a menu item and click the star beside it to add it to +Favorites. Click the star again to remove the item from Favorites. + +Editing the Menu +~~~~~~~~~~~~~~~~ + +Portal Admins edit and manage the menu. See `Edit Functional Menu` + +Support Menu +------------ + +The Support menu provides Contact Us and Get Access links. Portal admins +can add contact details and also edit Support menu. See `Edit Functional Menu`. + +Home +---- + +Home is the default view after login. + +|image2017-12-5_16-52-40.png| + +Personalize the Home Page +~~~~~~~~~~~~~~~~~~~~~~~~~ + +Add or remove applications using the `Application Catalog`. +Sort applications or widgets by clicking the drag handle to drag and +drop the application or widget to a new location. + +|image2017-12-5_16-57-24.png| Add, manage, and edit what appears in the +widgets by clicking the settings icon and selecting Edit. + +|ep_home_editwidget.png| + +Application Catalog +------------------- + +Use the Application Catalog to select which application should appear on +your Home page. Applications with a check mark already appear on the +Home page. + +- To select an application to appear on the Home page, click the check + box in the top right corner of the application tile. + +- To remove an application from the Home page, click the check box + again. + +- Use the Filter to view specific applications: All applications, + Accessible (currently available) applications, or applications On + Home Page. + +- Click the drag handle to sort application tiles in the Application + Catalog. + +|image2017-12-5_15-8-37.png| + +Widget Catalog +-------------- + +Widgets are small applications that interact with their host application +and each other to provide quick access for certain tasks. Use the +Widgets section to view and interact with widgets. + +- Click a widget tile to open the widget. + +- Click the drag handle to sort widget tiles. + +|image2017-12-5_15-9-27.png| + + +.. |image2017-10-27_15-56-53.png| image:: attachments/16004343_image2017-10-27_15-56-53.png +.. |image2017-10-31_12-21-53.png| image:: attachments/16004980_image2017-10-31_12-21-53.png +.. |image2017-12-5_14-53-43.png| image:: attachments/20086818_image2017-12-5_14-53-43.png +.. |image2017-12-5_14-57-22.png| image:: attachments/20086819_image2017-12-5_14-57-22.png +.. |image2017-12-5_16-52-40.png| image:: attachments/20086839_image2017-12-5_16-52-40.png +.. |image2017-12-5_16-57-24.png| image:: attachments/20086846_image2017-12-5_16-57-24.png +.. |ep_home_editwidget.png| image:: attachments/1018906_ep_home_editwidget.png +.. |image2017-12-5_15-8-37.png| image:: attachments/20086820_image2017-12-5_15-8-37.png +.. |image2017-12-5_15-9-27.png| image:: attachments/20086821_image2017-12-5_15-9-27.png diff --git a/docs/index.rst b/docs/index.rst index 64ff88783..6ee7a5d1c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,7 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. + .. _master_index: Open Network Automation Platform @@ -53,7 +54,8 @@ Please find some guidance here on the content of ONAP documentation: | | and PNFs can accelerate the optimal usage of this ONAP environment. The guidelines | | | on VNF/PNF requirements facilitates synchronized and aligned activities for all participants. | +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ - + | :ref:`Active Projects <active_projects>` | Simple listing of all Active projects | + +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ .. toctree:: @@ -69,3 +71,4 @@ Please find some guidance here on the content of ONAP documentation: guides/onap-user/index guides/onap-developer/index guides/onap-provider/index + guides/active-projects/index diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index eaf4d4e8a..6235e0dfd 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -62,3 +62,4 @@ Project/Components music/distributed-kv-store <../submodules/music/distributed-kv-store.git/docs/index> osa <../submodules/osa.git/docs/index> + aaf/certservice <../submodules/aaf/certservice.git/docs/index> diff --git a/docs/submodules/aaf/authz.git b/docs/submodules/aaf/authz.git -Subproject a3b442a09aa3666662003d7c8a5ed69ee24a373 +Subproject f146d1bbc6a2b072e5fc1cdc358bf9534b90fd5 diff --git a/docs/submodules/aaf/certservice.git b/docs/submodules/aaf/certservice.git new file mode 160000 +Subproject d04314864e90fb138a050b44b86f15c65532271 diff --git a/docs/submodules/aaf/sms.git b/docs/submodules/aaf/sms.git -Subproject 4de8dd5e836f7f56816ed27e1874bc89a5c1fe3 +Subproject 172045b5db0618f288b577a9fdbb8ece3208d68 diff --git a/docs/submodules/aai/aai-common.git b/docs/submodules/aai/aai-common.git -Subproject af2453db98cd8c66237103c96088d8c808ff016 +Subproject 24ac0e5645e65ab05c6887d3394a3b209cb5713 diff --git a/docs/submodules/aai/esr-gui.git b/docs/submodules/aai/esr-gui.git -Subproject 889f461a65931ec52aee9d0a24f8ccf93c94cdf +Subproject ae14506d535eb3fb2e9f9095375e98e784c9241 diff --git a/docs/submodules/aai/esr-server.git b/docs/submodules/aai/esr-server.git -Subproject e371a843d9e5ba7d123d920d5e1bd5a558fd198 +Subproject 99d26db71cc2d497d88266fa867160501ffb71f diff --git a/docs/submodules/aai/event-client.git b/docs/submodules/aai/event-client.git -Subproject e0c8997a73eac90e5519c90a78a1c919cff26af +Subproject 5fb92bf715f6dcaf952d30edf248e259600bca2 diff --git a/docs/submodules/aai/sparky-be.git b/docs/submodules/aai/sparky-be.git -Subproject 3aadc4547b62d205b488ece3d8d7c01e1d906a5 +Subproject b54e5d1c7fba9e6ac1f68f0eb3fbf81265b1d8d diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git -Subproject 226606f0ac152a01f55964d1a4764b55ae38d38 +Subproject 0234b8a247abc7bc994876569fa929a141a1cbe diff --git a/docs/submodules/appc/deployment.git b/docs/submodules/appc/deployment.git -Subproject 207bfb1944831973a665fdb26227a0290f57120 +Subproject 8d65e22d07af8e4bbffa071c49514490ee7f346 diff --git a/docs/submodules/ccsdk/apps.git b/docs/submodules/ccsdk/apps.git -Subproject 63bf77ea55f2dd15ef5ce0b2640e93dfbea5f21 +Subproject c1a4da3e1e528cf8becd0c090939b54689e7295 diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject 5e5718c9191f125ad65bd9ab15334147bedd79c +Subproject 0aabd6aa584241efdce457ea4455c49044aefe5 diff --git a/docs/submodules/ccsdk/dashboard.git b/docs/submodules/ccsdk/dashboard.git -Subproject 2ac46fd53461288d5d99a9c0ebb8a3a5216db2a +Subproject d40cdc461e070103d8337e99837c74e231dccd6 diff --git a/docs/submodules/ccsdk/distribution.git b/docs/submodules/ccsdk/distribution.git -Subproject 11be2495af543b23fe3396f65b3aeb240684f8d +Subproject 8ef1117acc1ed77127d06b03ab37b9413d114b7 diff --git a/docs/submodules/ccsdk/features.git b/docs/submodules/ccsdk/features.git -Subproject db2c98ab8ca6e2fa5d3462ac2952a9fd5896028 +Subproject 30691263393c3862ed0707220afeb1a9a44d777 diff --git a/docs/submodules/ccsdk/platform/plugins.git b/docs/submodules/ccsdk/platform/plugins.git -Subproject 8e573aa799c96cbe2a0404e58d67f48eea50b9d +Subproject 9ca8e4a4a9e94f51506fb856ba64650cff322c4 diff --git a/docs/submodules/clamp.git b/docs/submodules/clamp.git -Subproject 4d8c1ab21a3f5baf82a91a3cc9ab2af8823e6e3 +Subproject 9768ccd8a3aed74b01d5646373f64b78880a705 diff --git a/docs/submodules/cli.git b/docs/submodules/cli.git -Subproject d5155b512337ebb873c4c7a5072ef9524b770bc +Subproject 3c2dbf170a3e8c6a6ffa6f5cda870da3855d7f2 diff --git a/docs/submodules/dcaegen2.git b/docs/submodules/dcaegen2.git -Subproject 3bdcd5fcf45254a27cee6e244eddcc63cabb43e +Subproject c790dcb3bbd3c498e0f838837c212ce185e70da diff --git a/docs/submodules/dmaap/buscontroller.git b/docs/submodules/dmaap/buscontroller.git -Subproject 30c70c4535d3abd691970d244ff13c58b414248 +Subproject 47746384e38c3180cda2097ce480cf31dc92437 diff --git a/docs/submodules/dmaap/datarouter.git b/docs/submodules/dmaap/datarouter.git -Subproject 6ac1c84f0aeec17dba6c55c7097a264b1a7b6ba +Subproject b54ea0f5cd2824447c5d687d42f7afd345dcbd1 diff --git a/docs/submodules/dmaap/dbcapi.git b/docs/submodules/dmaap/dbcapi.git -Subproject c785cd1e79ba722b507cf76db325d60d0d41b17 +Subproject 64c0a0d78c2a24edf8349bbc7df9e92170e493c diff --git a/docs/submodules/dmaap/messagerouter/messageservice.git b/docs/submodules/dmaap/messagerouter/messageservice.git -Subproject 221ba53af2aba5f24d9e06f86d3ed6d7e556d93 +Subproject c0c66aedd3d3ff141e1a9c13afb5e7621cb2173 diff --git a/docs/submodules/externalapi/nbi.git b/docs/submodules/externalapi/nbi.git -Subproject df23184a2288013d954392d3f5e59787aeca41b +Subproject fd5eea3a50cd97201ebc62ffb5384f690a28bc6 diff --git a/docs/submodules/holmes/engine-management.git b/docs/submodules/holmes/engine-management.git -Subproject dfdac23d0c0baede9df981713a549ccd4b7332b +Subproject 01ee0a0a3c8bd0c680a0f699f8f56d45401f420 diff --git a/docs/submodules/holmes/rule-management.git b/docs/submodules/holmes/rule-management.git -Subproject 49f817de0db1f1e5e310990b8a44f4ab1865036 +Subproject ad6dd88c5d5aa64aa624e5613fd584b5f2a5540 diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git -Subproject 8c7373d8c5c432bc0aca3c508edc2948659f313 +Subproject 008f9e82481a36b2ed29bb7e1aa770378eca161 diff --git a/docs/submodules/logging-analytics.git b/docs/submodules/logging-analytics.git -Subproject c527140c4c949851f035fb8f4c9c80779aa01bc +Subproject 979dcad46b17bf071fbcfc71419795304e555e6 diff --git a/docs/submodules/logging-analytics/pomba/pomba-audit-common.git b/docs/submodules/logging-analytics/pomba/pomba-audit-common.git -Subproject 01494f43edc57440e89f026284c5280ec022824 +Subproject 739a86ee2dc6feb21cc70064ab5fa20e79897ea diff --git a/docs/submodules/modeling/etsicatalog.git b/docs/submodules/modeling/etsicatalog.git -Subproject 2479a0739895b15a13a07aa8260598483249c62 +Subproject 613fed546242f8d7f50e9322ef58617402c075b diff --git a/docs/submodules/modeling/modelspec.git b/docs/submodules/modeling/modelspec.git -Subproject 9056995d4518941f21b2232992a4d8c2f4571c0 +Subproject 6470e16f627a9d95a3408dcf5b4672fec07e080 diff --git a/docs/submodules/msb/apigateway.git b/docs/submodules/msb/apigateway.git -Subproject 02d4a703019249bc0bdee90661928af991a9cad +Subproject 6d8a9b3bc718e868f7edcdbeb0485722a37943c diff --git a/docs/submodules/msb/discovery.git b/docs/submodules/msb/discovery.git -Subproject 4809cc1162e266a220e1b125309a3166e1d9cce +Subproject 14d5316954795b00942f435d8ed9af7c6434135 diff --git a/docs/submodules/msb/java-sdk.git b/docs/submodules/msb/java-sdk.git -Subproject 476e02dbf61c39661e72e6508c30b25258d0b78 +Subproject babe78aee6a43d216c609b1fffb7d2d2d1e9daa diff --git a/docs/submodules/msb/swagger-sdk.git b/docs/submodules/msb/swagger-sdk.git -Subproject f2df70a9b279be4f47675154a2ecef867e8f0aa +Subproject 022d2da6b1bd68fabc98014370496729e6819e9 diff --git a/docs/submodules/multicloud/azure.git b/docs/submodules/multicloud/azure.git -Subproject 7a3a6dd01cf1180bc33b8e6b1224d9cf595dbe5 +Subproject 0d27f9e5f1b1abb6818e2e037b6edfa8d089b84 diff --git a/docs/submodules/multicloud/framework.git b/docs/submodules/multicloud/framework.git -Subproject 2ce0d6fc05dc109df71b87ca8350628dabaa7a6 +Subproject 2c7fa4531ff92b56a0f7628d165c25bd34aca54 diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git -Subproject 731f6cc1a411276ef348804184416acf11f9477 +Subproject 000e8365682ada294687a2c45adc34979cdb093 diff --git a/docs/submodules/music.git b/docs/submodules/music.git -Subproject fe89262d4d2894c664309d68ee81ac54d80559d +Subproject 6700313cfacc184768e7ac4fc8b2e2f1ce48256 diff --git a/docs/submodules/music/distributed-kv-store.git b/docs/submodules/music/distributed-kv-store.git -Subproject 727a7d8e24082718c345d1d369486d8c285278e +Subproject 4cf331ee856f52202900eca82618ce94434e935 diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git -Subproject ed0ae6bbf72985a50332a34b147a3bd2c6b25a1 +Subproject bcea64b75f3d8f17759fed3ad7f0051a5874b37 diff --git a/docs/submodules/oom/offline-installer.git b/docs/submodules/oom/offline-installer.git -Subproject afa9fed5280ce7aab326623a3d9c865f3b02f25 +Subproject 043f679b5b5dc3d1ff1deed2da276d9c5029a5b diff --git a/docs/submodules/oparent/cia.git b/docs/submodules/oparent/cia.git -Subproject c5f633120225691f9222e31228c49f950cbce3b +Subproject f6b214820507ff8c475dc0366a38aebd5aa14d9 diff --git a/docs/submodules/optf/cmso.git b/docs/submodules/optf/cmso.git -Subproject 7f2896d3cad2819b218cfea4c5ce3a81145417a +Subproject bc7dd99f3743a9a67d0587ebc90686dd9ad9b62 diff --git a/docs/submodules/optf/has.git b/docs/submodules/optf/has.git -Subproject fa04a4a0c5a18be0c1ebaebc8721b211ff26be7 +Subproject 447ac9e09ddbb1ea02a7e033d1228cb7c0ad205 diff --git a/docs/submodules/optf/osdf.git b/docs/submodules/optf/osdf.git -Subproject 430153e1a9489a86cf0ff7942eceb0bf5f1c170 +Subproject 16dec1253f5380df53ccfef97d618fbe03e7be6 diff --git a/docs/submodules/osa.git b/docs/submodules/osa.git -Subproject 06f9c4044638bc8b0fcbce64e5cabe225953e28 +Subproject 2ffd40cf69006a1346dd63f2f7ae11837ffd27c diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git -Subproject 796004c50a61b8b9d8353f4597a590cf81155ba +Subproject 068d0f8fe17d13e4f3000b1c9033675068e5532 diff --git a/docs/submodules/policy/parent.git b/docs/submodules/policy/parent.git -Subproject 5f80cfcfdb95aa6b90f92f4e15f543d1d712575 +Subproject c80213e91c20dca8794a7d7540d9afb876b6d69 diff --git a/docs/submodules/portal.git b/docs/submodules/portal.git -Subproject f81c0c718043517218d55908bdad0bfcada9a96 +Subproject 3cf023833be095472e708ad8c9c470b077a17d2 diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git -Subproject 0ef638b2eb44c9f473e5ad8bea119845d968fde +Subproject e052e9b0cc7d30f2fb4bada0a3e75e2c4d0e2f7 diff --git a/docs/submodules/sdc/sdc-distribution-client.git b/docs/submodules/sdc/sdc-distribution-client.git -Subproject 1d06b5460988b37169ca4bddead02e9d2d1f9fc +Subproject 2c41d11de03c07739ae395683c9d834ab282821 diff --git a/docs/submodules/sdc/sdc-docker-base.git b/docs/submodules/sdc/sdc-docker-base.git -Subproject 7e176728c4257acaf877c82b498434097f488ec +Subproject 3be455939771b8b45368266febe6ec8b983393b diff --git a/docs/submodules/sdc/sdc-tosca.git b/docs/submodules/sdc/sdc-tosca.git -Subproject 04fc331ac8c3ba3c3fcc4f8a2a02b199b91f41f +Subproject 4aac4cb40950784ba643c22db890108811c6744 diff --git a/docs/submodules/sdc/sdc-workflow-designer.git b/docs/submodules/sdc/sdc-workflow-designer.git -Subproject 914b8bdf478b899539d22e27983adb26d2c134b +Subproject a934fc94485008bf14727cc33268c54ff8b6b98 diff --git a/docs/submodules/sdnc/oam.git b/docs/submodules/sdnc/oam.git -Subproject 92149eee8b918dac402a325696a2ee751cca82e +Subproject bda5f8f4e97abe10288434c4642c52eff1d00fd diff --git a/docs/submodules/so.git b/docs/submodules/so.git -Subproject 8f37667d999101c2e4e395d810376173a571479 +Subproject 75bf985a00799617a6ae8c278596e3d4f591f17 diff --git a/docs/submodules/so/libs.git b/docs/submodules/so/libs.git -Subproject 43e0541c889dff97f1368e0994254e26c2ccbfe +Subproject 492a7c0434170d29c2b45d81e0c96fc940b754d diff --git a/docs/submodules/usecase-ui.git b/docs/submodules/usecase-ui.git -Subproject e799a913c47aaf056ddc2aa0d51d4e6435935c1 +Subproject 3e630d9cb3500b0f5091ce6cbf0c2a71ad211b9 diff --git a/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git b/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git -Subproject 5141de456755eb48ba1e3c2244dcdef872c623c +Subproject 18e4e0cee126c29292d17daae2cb85eda346b26 diff --git a/docs/submodules/vfc/nfvo/lcm.git b/docs/submodules/vfc/nfvo/lcm.git -Subproject 19699104d4cacbf4eb0202aecbe4fcf377bcc15 +Subproject 023ce1b538474ee9502d4fa01b5807326cb8d19 diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git -Subproject 16ef9772c84d9110b451a1a28f0fe76e40f8bd5 +Subproject 49aca2f796200b2e4bdc16aababc7419932a7f6 diff --git a/docs/submodules/vnfrqts/guidelines.git b/docs/submodules/vnfrqts/guidelines.git -Subproject adbae45aa88239c26044749ff11dc0e5e60f04c +Subproject 7ed04df011e1bd9abd4a5f10cf8743f34a39496 diff --git a/docs/submodules/vnfrqts/requirements.git b/docs/submodules/vnfrqts/requirements.git -Subproject 2cc3e9501afbf087517f80f4f30881bb9631315 +Subproject f45017290c2e21d53edfdfb45c539c2913c4092 diff --git a/docs/submodules/vnfrqts/testcases.git b/docs/submodules/vnfrqts/testcases.git -Subproject d97c4f2d16f4ae9bee476fd56059340f3ed2bea +Subproject 1d73745eba80cc7bbf9738716296180c931f9df diff --git a/docs/submodules/vnfrqts/usecases.git b/docs/submodules/vnfrqts/usecases.git -Subproject 2f3f911de8295db4dfefbffe728606f756fc103 +Subproject a41f0e79d6b93a87e0bea06268b900d5a6eb259 diff --git a/docs/submodules/vnfsdk/model.git b/docs/submodules/vnfsdk/model.git -Subproject ff4b57688e0c128bec69fe74ec2cfbd3c689446 +Subproject 41c91c655eae744d50e2ad77e3a98a11b99fb15 diff --git a/docs/submodules/vvp/documentation.git b/docs/submodules/vvp/documentation.git -Subproject d2fffdecbe538de94a6505c93d3e8ade82faa60 +Subproject 4fd86e0d3c108a1b7eb9be7e7efc2116970bc1f diff --git a/docs/templates/sections/release-notes.rst b/docs/templates/sections/release-notes.rst index df6176029..238b70baf 100644 --- a/docs/templates/sections/release-notes.rst +++ b/docs/templates/sections/release-notes.rst @@ -1,60 +1,94 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 +.. (c) ONAP Project and its contributors +*********************** +<project> Release Notes +*********************** -Release Notes -============= +Abstract +======== -.. note:: - * This Release Notes must be updated each time the team decides to Release new artifacts. - * The scope of this Release Notes is for this particular component. In other words, each ONAP component has its Release Notes. - * This Release Notes is cumulative, the most recently Released artifact is made visible in the top of this Release Notes. - * Except the date and the version number, all the other sections are optional but there must be at least one section describing the purpose of this new release. - * This note must be removed after content has been added. +This document provides the release notes for the ``<releasename>`` release. +Summary +======= -Version: x.y.z --------------- +<Give a high level description of your project with regards to this specific release> + + +Release Data +============ + ++--------------------------------------+--------------------------------------+ +| **Project** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Docker images** | make sure you include all docker | +| | images including the | +| | release version | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | | +| | | ++--------------------------------------+--------------------------------------+ +New features +------------ -:Release Date: yyyy-mm-dd +<Describe new features or other new additions> +Deliverables +------------ -**New Features** +Software Deliverables +~~~~~~~~~~~~~~~~~~~~~ -One or two sentences explaining the purpose of this Release. -**Bug Fixes** - - `CIMAN-65 <https://jira.onap.org/browse/CIMAN-65>`_ and a sentence explaining what this defect is addressing. -**Known Issues** - - `CIMAN-65 <https://jira.onap.org/browse/CIMAN-65>`_ and two, three sentences. - One sentences explaining what is the issue. +Documentation Deliverables +~~~~~~~~~~~~~~~~~~~~~~~~~~ - Another sentence explaining the impact of the issue. - And an optional sentence providing a workaround. +Known Limitations, Issues and Workarounds +========================================= -**Security Notes** +System Limitations +------------------ -*Fixed Security Issues* - List of security issues fixed in this release including CVEs and OJSI tickets. +Known Vulnerabilities +--------------------- -*Known Security Issues* - List of new security issues that are left unfixed in this release including CVEs and OJSI tickets. +Workarounds +----------- + + +Security Notes +-------------- + -*Known Vulnerabilities in Used Modules* +Test Results +============ +List or refer to any project specific results - Results of know vulnerabilities analysis in used modules. -**Upgrade Notes** +References +========== -**Deprecation Notes** +For more information on the ONAP ``<release name>`` release, please see: -**Other** +#. `ONAP Home Page`_ +#. `ONAP Documentation`_ +#. `ONAP Release Downloads`_ +#. `ONAP Wiki Page`_ -=========== -End of Release Notes +.. _`ONAP Home Page`: https://www.onap.org +.. _`ONAP Wiki Page`: https://wiki.onap.org +.. _`ONAP Documentation`: https://docs.onap.org +.. _`ONAP Release Downloads`: https://git.onap.org diff --git a/docs/tox.ini b/docs/tox.ini new file mode 100644 index 000000000..9d8bf531a --- /dev/null +++ b/docs/tox.ini @@ -0,0 +1,44 @@ +[tox] +minversion = 1.6 +envlist = docs, +# docs-linkcheck, + +skipsdist = true + +[testenv:docs] +basepython = python3 +deps = -r{toxinidir}/../etc/requirements.txt +commands = + sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html + echo "Generated docs available in {toxinidir}/docs/_build/html" +whitelist_externals = + echo + git + sh + +[testenv:local] +basepython = python3 +deps = -r{toxinidir}/../etc/requirements.txt +commands = + git submodule update --depth 100 --init + sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html + echo "Generated docs available in {toxinidir}/_build/html" +whitelist_externals = + echo + git + +[testenv:docs-linkcheck] +basepython = python3 +deps = -r{toxinidir}/../etc/requirements.txt +commands = echo "Link Checking not enforced" +#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +whitelist_externals = + echo + +[testenv:spellcheck] +basepython = python3 +deps = + -r{toxinidir}/../etc/requirements.txt + sphinxcontrib-spelling +commands = + sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -Dspelling_word_list_filename=validwords.txt -d {envtmpdir}/doctrees ./ {toxinidir}/_build/spellcheck diff --git a/etc/requirements.txt b/etc/requirements.txt index d75e59dee..b3188ddd3 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -5,10 +5,11 @@ docutils setuptools six sphinx_rtd_theme>=0.4.3 -sphinxcontrib-blockdiag==1.5.5 +sphinxcontrib-blockdiag sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml -sphinx_bootstrap_theme>=0.4.11 +sphinx_bootstrap_theme +lfdocs-conf diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 6e6b9af07..000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Formats in addition to HTML - -formats: - - none - -# Pip requirements -requirements_file: etc/requirements.txt - -# Build Container -build: - image: latest diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 000000000..d62bbaccc --- /dev/null +++ b/tools/README.md @@ -0,0 +1,37 @@ +README FOR ONAP DOC/TOOLS +######################### + +c2m.sh +================================================================================ +DESCRIPTION +c2m automates additional tasks required in case you want to export and convert a +set of wiki pages. for more details see header of the script. + +USAGE +c2m.sh <your-page-list> + +ADDITIONAL FILES +example.pagelist: an example pagelist to demonstrate functionality + +SEE ALSO +https://www.viaboxx.de/code/confluence2md/ +https://github.com/viaboxxsystems/confluence2md + + +warnstats.sh +================================================================================ +DESCRIPTION +warnstat helps to find the onap modules (projects) and rst-files which are +responsible for the most warnings during the documentation build process. for +more details see header of the script. + +USAGE +warnstatst.sh <your-tox-build-logfile> + +NOTES +create the required tox logfile when you locally build the onap documentation: +tox | tee tox-build-logfile + +ADDITIONAL FILES +example-tox-build-log: an example tox logfile to demonstrate functionality. +created links in the warnstats output may not work if you use this example. diff --git a/tools/c2m.sh b/tools/c2m.sh new file mode 100755 index 000000000..0861eda84 --- /dev/null +++ b/tools/c2m.sh @@ -0,0 +1,338 @@ +#!/bin/bash + +#set -x # uncomment for bash script debugging + +### ============================================================================ +### Licensed under the Apache License, Version 2.0 (the "License"); +### you may not use this file except in compliance with the License. +### You may obtain a copy of the License at +### +### http://www.apache.org/licenses/LICENSE-2.0 +### +### Unless required by applicable law or agreed to in writing, software +### distributed under the License is distributed on an "AS IS" BASIS, +### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +### See the License for the specific language governing permissions and +### limitations under the License. +### ============LICENSE_END===================================================== + + +### +### c2m +### +### AUTHOR(S): +### Thomas Kulik, Deutsche Telekom AG, 2020 +### +### DESCRIPTION: +### c2m automates additional tasks required in case you want to export and +### convert a set of wiki pages. the export and first conversion to markdown is +### done by confluence2md, provided by viaboxx. +### c2m processes a list of (to be exported) wiki pages, creates corresponding +### export directories, exports and converts pages (in various formats if +### required), opens an editor and cleans up afterwards. +### c2m checks also for problematic content in the export and creates a warning +### in case of detection. +### +### ISSUES: +### - markdown (md) output of confluence2md contains sometimes tags that are +### somehow "merged" with the topic headline; manual edit is required here +### +### OPEN: +### - confluence2md does not support all of the currently used confluence page +### types (structured-macros) - result for unsupported pages is +### "not satisfying"; enhancements (java) are required +### - opt: toc creation in root document in case you export a tree of documents +### to separate files +### - opt: remove wiki credentials from script +### +### REQUIRED: +### - pandoc, retext, confluence2md, java (older version for confluence2md), +### login for the confluence wiki +### +### SEE ALSO: +### - https://www.viaboxx.de/code/confluence2md/ +### - https://github.com/viaboxxsystems/confluence2md +### + + +### +### CHANGELOG (LATEST ON TOP) +### +### 1.1.0 (2020-03-10) added support for http/https proxy and anonymous wiki +### access. thx to eric, nicolas and sylvain (orange, france) +### confluence2md jar file now has to be in the same path as +### c2m. +### 1.0.0 (2020-03-09) initial release +### + + +### +### c2m example pagelist +### +### example pagelist (field descriptions below); it uses the delimiter "|" for +### the four fields per line. +### copy/paste page id and title from wiki; to get the wiki page_id you have to +### login to the wiki, open the page and choose e.g. the history. +### depth: use depth to follow down the child-pages hierarchy if required: +### -1=infinte, 0=no children, #=number of child-pages to follow. +### every hierarchy "0" entry will lead into the creation of a dedicated working +### directory where the page and child-pages are stored. +### for better readability you can add spaces to the list, but use "|" as a +### delimiter. lines starting with a # are filtered by c2m. +### +### hierarchy | page_id | page_title | depth +### +### 0 | 1018748 | ONAP Portal | 0 +### 1.1 | 1018759 | ONAP Portal for users | 0 +### 1.2 | 1018762 | ONAP Portal for administrators | 0 +### 1.2.1 | 1018764 | Admins | 0 +### 1.2.2 | 1018811 | Users | 0 +### 1.2.3 | 1018821 | Portal Admins | 0 +### 1.2.4 | 1018826 | Application Onboarding | 0 +### 1.2.5 | 1018832 | Widget Onboarding | 0 +### 1.2.6 | 1018835 | Edit Functional Menu | 0 +### 1.2.7 | 16004953 | Portal Microservices Onboarding | 0 +### +### in case you want to export to only one single output page (that contains all +### child-pages of the above example) use: +### +### 0 | 1018748 | ONAP Portal | -1 +### + + +### +### some initial variables +### + +script_version="1.1.0 (2020-03-10)" + + user="*****"; # replace ***** with your wiki login name + passwd="*****"; # replace ***** with your wiki password + credentials="${user}":"${passwd}"; + server="https://wiki.onap.org"; + rst_editor="retext --preview"; + +# remove credentials for those using anonymous access +test "${credentials}" = "*****:*****" && credentials="" + +# explicit script dir to locate jar file +basedir="$(cd "$(dirname "$0")"; pwd)" + +### +### some inital tasks after script has been started +### + +### +### print script version, date and time +### + +echo "INFO ***************************************************************************" +echo "INFO c2m Version ${script_version}, started $(date)"; + +### +### simple script argument handling +### + +page_list=$1; + +# check if there is an argument at all +if [[ "$page_list" == "" ]] ; then + echo 'Usage: c2m [PAGELIST]' + exit 1 +fi + +# check if argument is a file +if [ ! -f $page_list ] ; then + echo "Error: can't find pagelist \"$page_list\"" + exit 1 +fi + +### +### declare the functions of this script +### + +### +### function: create working directory; save (only the last) existing one; remove older versions; do some error handling +### + +function create_working_dir { + + # compose name for working directory + #working_dir="${page_id}-${page_title}"; + #working_dir="${page_title}-id${page_id}"; + working_dir="${page_title}"; + echo "INFO ***************************************************************************" + echo "INFO working directory \"$working_dir\" will be created" + + # check if current working directory is already in the list + if [[ " ${existing_working_dirs[@]} " =~ " ${working_dir} " ]]; then + echo "ERRR ***************************************************************************" + echo "ERRR working directory \"${working_dir}\" already exists - check entries in page_list for duplicates" + echo "ERRR exiting ..." + exit -1 + else + # store working_dir name for error handling + existing_working_dirs+=(${working_dir}) + fi + + # sample code + #if [[ ! " ${array[@]} " =~ " ${value} " ]]; then + # # whatever you want to do when arr doesn't contain value + #fi + + # check existence of working directory + if [ -d "$working_dir" ]; then + # check existence of old saved working directory + if [ -d "${working_dir}.old" ]; then + # remove the old saved working directory + rm -r "${working_dir}.old"; + fi + # save (only) the latest working directory + mv $working_dir "$working_dir.old"; + fi + # finally create the working directory and cd into it + mkdir $working_dir; + cd $working_dir; +} + +### +### function: pull pages from wiki - currently we are testing some export variations +### + +function pull_pages_from_wiki { + + # define outfile name + #out_file="${page_title}-id${page_id}"; + out_file="${page_title}"; + + # set proxy for those who need + test -n "${http_proxy}" && proxy="$(echo $http_proxy |sed -e 's,http://,-Dhttp.proxyHost=,' -e 's/:/ -Dhttp.proxyPort=/' -e 's:/$::')" + test -n "${https_proxy}" && proxy="$proxy $(echo $https_proxy |sed -e 's,http://,-Dhttps.proxyHost=,' -e 's/:/ -Dhttps.proxyPort=/' -e 's:/$::')" + + # pull pages from wiki and convert to markdown (as a source for conversion by pandoc) + java $proxy -jar "${basedir}"/confluence2md-2.1-fat.jar +H true +T false +RootPageTitle false +FootNotes true -maxHeaderDepth 7 -depth $depth -v true -o ${out_file}.md -u "${credentials}" -server $server $page_id +} + +### +### function: simple search and (red colored) warning if special terms are detected in the md output file +### + +function detect_unwanted_content_in_md_outfile { +for search_term in "ecomp" "wiki.onap.com" "10.53.199.7" "at&t" +do + if grep $search_term ${out_file}.md; then + echo -e "\e[31mWARN ***************************************************************************\e[39m"; + echo -e "\e[31mWARN term \"${search_term}\" detected in ${out_file}.md\e[39m"; + fi +done +} + +### +### function: pandoc conversion from md (variants) to rst - currenty testing some conversion formats +### + +function convert_md_outfile_to_rst { + #depending on the given source format (--from) the results may vary + #pandoc -s --toc --toc-depth=5 --from markdown_mmd --to rst "${out_file}.md" -o "${out_file}-markdown_mmd.rst" + #pandoc -s --toc --toc-depth=5 --from markdown_strict --to rst "${out_file}.md" -o "${out_file}-markdown_strict.rst" + #pandoc -s --toc --toc-depth=5 --from markdown_phpextra --to rst "${out_file}.md" -o "${out_file}-markdown_phpextra.rst" + #pandoc -s --toc-depth=5 --from markdown_phpextra --to rst "${out_file}.md" -o "${out_file}-markdown_phpextra.rst" + pandoc -s --toc-depth=5 --from markdown_phpextra --to rst "${out_file}.md" -o "${out_file}.rst" +} + +### +### function: check results in rst editor +### + +function open_rst_editor { + #echo "DBUG ***************************************************************************" + #echo "DBUG open \"${out_file}\*.rst\" with rst editor" + $rst_editor ${out_file}*.rst & +} + +### +### function: clean up export directories from files no longer needed +### + +function clean_up { + rm *.md 2>/dev/null + rm attachments/*.json 2>/dev/null + rm attachments/.*.json 2>/dev/null +} + +### +### main: let's start the work ... +### + +# read in pagelist file, filter lines starting with a comment and create an array that contains all (uncommented) lines of the file + +# sample code +# IFS=',' read -r -a page_array <<< "$page_list" # in case $page_list was defined as a varable in this script; use "," as the delimiter +#readarray -t page_array < $page_list; # old version + +readarray -t page_array < <(grep -v "^#" $page_list); # new version which skips line with comments + +# INFO: show list of pages by printing every line of the array +echo "INFO ***************************************************************************" +for line in "${page_array[@]}" +do + echo "INFO $line" +done + +# the main loop reads the page_array line by line and processes the content +for line in "${page_array[@]}" +do + + # cut out values from the current line (delimiter is now the "|") and assign them to the correct variables + hierarchy=$(echo $line | cut -f1 -d\|) + page_id=$(echo $line | cut -f2 -d\|) + page_title=$(echo $line | cut -f3 -d\|) + depth=$(echo $line | cut -f4 -d\|) + + # remove leading and trailing spaces from variables + hierarchy="$(echo -e "${hierarchy}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"; + page_id="$(echo -e "${page_id}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"; + page_title="$(echo -e "${page_title}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"; + depth="$(echo -e "${depth}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')"; + + # substitude all blanks in page_title with a minus sign + page_title=$(echo -e ${page_title} | tr '[:blank:]' '-'); + echo "DBUG page_title=\"$page_title\"" + + # convert page_title to lowercase + page_title=$(echo -e ${page_title} | tr '[:upper:]' '[:lower:]'); + #echo "DBUG page_title=\"$page_title\"" + + # remove all characters from page_title which may cause problems in the shell ... or are reserved by conventions of this script + #page_title="$(echo -e "${page_title}" | sed -e 's/[^A-Za-z0-9._-]//g')"; # a less strict version + page_title="$(echo -e "${page_title}" | sed -e 's/[^A-Za-z0-9-]//g')"; + echo "DBUG page_title=\"$page_title\"" + + # INFO: print variables to check content + echo "INFO ***************************************************************************" + echo "INFO hierarchy = \"$hierarchy\"" + echo "INFO page_id = \"$page_id\"" + echo "INFO page_title = \"$page_title\"" + echo "INFO depth = \"$depth\"" + + # create working directory - done for every! "hierarchy 0" entry of page_list + if [ "$hierarchy" == "0" ] + then + create_working_dir + fi + + # call functions to process page + pull_pages_from_wiki + detect_unwanted_content_in_md_outfile + convert_md_outfile_to_rst + open_rst_editor + clean_up + +# main loop end +done + +# bye! +echo "INFO ***************************************************************************" +echo "INFO c2m Version ${script_version}, ended $(date)" +echo "" +exit 0 diff --git a/tools/example-tox-build-log b/tools/example-tox-build-log new file mode 100644 index 000000000..ce8f19a29 --- /dev/null +++ b/tools/example-tox-build-log @@ -0,0 +1,5682 @@ +docs create: /home/tom/onapdocs/doc-test/doc/.tox/docs +docs installdeps: -r/home/tom/onapdocs/doc-test/doc/etc/requirements.txt +docs installed: alabaster==0.7.12,appdirs==1.4.3,attrs==19.3.0,Babel==2.8.0,blockdiag==2.0.1,certifi==2019.11.28,chardet==3.0.4,cycler==0.10.0,distlib==0.3.0,doc8==0.8.0,docutils==0.16,filelock==3.0.12,funcparserlib==0.3.6,future==0.18.2,idna==2.9,imagesize==1.2.0,importlib-metadata==1.5.0,importlib-resources==1.2.0,Jinja2==2.11.1,kiwisolver==1.1.0,lfdocs-conf==0.4.1,MarkupSafe==1.1.1,matplotlib==3.2.0,more-itertools==5.0.0,numpy==1.18.1,nwdiag==2.0.0,packaging==20.3,pbr==5.4.4,Pillow==7.0.0,pluggy==0.13.1,py==1.8.1,Pygments==2.5.2,pyparsing==2.4.6,pytest==5.3.5,python-dateutil==2.8.1,pytz==2019.3,PyYAML==5.3,requests==2.23.0,requests-file==1.4.3,restructuredtext-lint==1.3.0,seqdiag==2.0.0,six==1.14.0,snowballstemmer==2.0.0,Sphinx==2.4.3,sphinx-bootstrap-theme==0.7.1,sphinx-rtd-theme==0.4.3,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-blockdiag==2.0.0,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==1.0.3,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-needs==0.5.3,sphinxcontrib-nwdiag==2.0.0,sphinxcontrib-plantuml==0.18,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-seqdiag==2.0.0,sphinxcontrib-serializinghtml==1.1.4,sphinxcontrib-swaggerdoc==0.1.7,stevedore==1.32.0,toml==0.10.0,tox==3.14.5,urllib3==1.25.8,virtualenv==20.0.8,wcwidth==0.1.8,webcolors==1.11.1,zipp==3.1.0 +docs run-test-pre: PYTHONHASHSEED='1143787162' +docs run-test: commands[0] | sphinx-build -b html -n -d /home/tom/onapdocs/doc-test/doc/.tox/docs/tmp/doctrees ./docs/ /home/tom/onapdocs/doc-test/doc/docs/_build/html +Running Sphinx v2.4.3 +making output directory... done +building [mo]: targets for 0 po files that are out of date +building [html]: targets for 1118 source files that are out of date +updating environment: [new config] 1118 added, 0 changed, 0 removed +reading sources... [ 0%] guides/onap-developer/apiref/index +reading sources... [ 0%] guides/onap-developer/architecture/blueprint-enr +reading sources... [ 0%] guides/onap-developer/architecture/index +reading sources... [ 0%] guides/onap-developer/architecture/onap-architecture +reading sources... [ 0%] guides/onap-developer/architecture/references +reading sources... [ 0%] guides/onap-developer/developing/index +reading sources... [ 0%] guides/onap-developer/how-to-use-docs/addendum +reading sources... [ 0%] guides/onap-developer/how-to-use-docs/api-swagger-guide +reading sources... [ 0%] guides/onap-developer/how-to-use-docs/converting-formats +reading sources... [ 0%] guides/onap-developer/how-to-use-docs/documentation-guide +reading sources... [ 0%] guides/onap-developer/how-to-use-docs/include-documentation +reading sources... [ 1%] guides/onap-developer/how-to-use-docs/index +reading sources... [ 1%] guides/onap-developer/how-to-use-docs/style-guide +reading sources... [ 1%] guides/onap-developer/how-to-use-docs/update-review +reading sources... [ 1%] guides/onap-developer/index +reading sources... [ 1%] guides/onap-developer/tutorials/index +reading sources... [ 1%] guides/onap-developer/use-cases/index +reading sources... [ 1%] guides/onap-developer/use-cases/vfw +reading sources... [ 1%] guides/onap-operator/cloud_site/aws/index +reading sources... [ 1%] guides/onap-operator/cloud_site/azure/index +reading sources... [ 1%] guides/onap-operator/cloud_site/index +reading sources... [ 1%] guides/onap-operator/cloud_site/k8s/index +reading sources... [ 2%] guides/onap-operator/cloud_site/openstack/index +reading sources... [ 2%] guides/onap-operator/cloud_site/vmware/index +reading sources... [ 2%] guides/onap-operator/index +reading sources... [ 2%] guides/onap-operator/onap-portal-admin/onap-portal-admin +reading sources... [ 2%] guides/onap-operator/platformoperations +reading sources... [ 2%] guides/onap-operator/settingup/index +reading sources... [ 2%] guides/onap-provider/index +reading sources... [ 2%] guides/onap-provider/vnfvalidator +reading sources... [ 2%] guides/onap-user/configure/change_config/index +reading sources... [ 2%] guides/onap-user/configure/index +reading sources... [ 2%] guides/onap-user/configure/pnf_connect/index +reading sources... [ 3%] guides/onap-user/configure/vnf_connect/index +reading sources... [ 3%] guides/onap-user/design/control-loop/index +reading sources... [ 3%] guides/onap-user/design/index +reading sources... [ 3%] guides/onap-user/design/parameter_resolution/index +reading sources... [ 3%] guides/onap-user/design/pre-onboarding/index +reading sources... [ 3%] guides/onap-user/design/resource-onboarding/index +reading sources... [ 3%] guides/onap-user/design/service-design/index +reading sources... [ 3%] guides/onap-user/design/service-distribution/index +reading sources... [ 3%] guides/onap-user/design/vfcreation/index +reading sources... [ 3%] guides/onap-user/index +reading sources... [ 3%] guides/onap-user/instantiate/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/nbi/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/pnf_instance/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/service_instance/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/so1/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/so2/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/uui/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/vid/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/virtual_link_instance/index +reading sources... [ 4%] guides/onap-user/instantiate/instantiation/vnf_instance/index +reading sources... [ 4%] guides/onap-user/instantiate/pre_instantiation/index +reading sources... [ 5%] guides/onap-user/onap-portal-user/onap-portal-user +reading sources... [ 5%] guides/onap-user/onapcli +reading sources... [ 5%] guides/onap-user/onapportal +reading sources... [ 5%] guides/overview/index +reading sources... [ 5%] guides/overview/overview +reading sources... [ 5%] index +reading sources... [ 5%] release-notes +reading sources... [ 5%] release/index +reading sources... [ 5%] release/releaserepos +reading sources... [ 5%] release/repolist +reading sources... [ 5%] smsummary +reading sources... [ 5%] submodules/aaf/authz.git/docs/index +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/AAF_in_a_Nutshell +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/aaf_architecture +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/cadi +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/index +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/security +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/AAF_4.0_config +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/AAF_4.1_config +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/client +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/index +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/onboard +reading sources... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/service +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/configuration/trust +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/development/index +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_1_Prerequisites +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_2_Env +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_3.1_build +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_6_running +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_7_Optional +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/installation/index +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/logging +reading sources... [ 7%] submodules/aaf/authz.git/docs/sections/release-notes +reading sources... [ 7%] submodules/aaf/certservice.git/docs/index +reading sources... [ 8%] submodules/aaf/sms.git/docs/api +reading sources... [ 8%] submodules/aaf/sms.git/docs/architecture +reading sources... [ 8%] submodules/aaf/sms.git/docs/index +reading sources... [ 8%] submodules/aaf/sms.git/docs/installation +reading sources... [ 8%] submodules/aaf/sms.git/docs/release_notes +reading sources... [ 8%] submodules/aaf/sms.git/docs/usage +reading sources... [ 8%] submodules/aaf/sms.git/sms-client/python/onapsmsclient/README +reading sources... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI +reading sources... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_AMSTERDAM +reading sources... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA +reading sources... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN +reading sources... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/bulkApi +reading sources... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/customQueries +reading sources... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/genericQueries +reading sources... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/nodesApi +reading sources... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/nodesQuery +reading sources... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/recentsApi +reading sources... [ 9%] submodules/aai/aai-common.git/docs/index +reading sources... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/AAI_Developer_Environment_Setup +reading sources... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/Edge_Rules +reading sources... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/How_to_AAI_data_snapshot_and_restore_in_ONAP_1_1 +reading sources... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/How_to_Docker_setup_on_Single_VM +reading sources... [ 10%] submodules/aai/aai-common.git/docs/platform/Getting Started/Queries/Policy_Named_Query +reading sources... [ 10%] submodules/aai/aai-common.git/docs/platform/Getting Started/Queries/vnf_to_esr_system_info_Named_Query +reading sources... [ 10%] submodules/aai/aai-common.git/docs/platform/architecture +reading sources... [ 10%] submodules/aai/aai-common.git/docs/platform/index +reading sources... [ 10%] submodules/aai/aai-common.git/docs/platform/installation +reading sources... [ 10%] submodules/aai/aai-common.git/docs/platform/offeredapis +reading sources... [ 10%] submodules/aai/aai-common.git/docs/release-notes +reading sources... [ 10%] submodules/aai/esr-gui.git/docs/index +reading sources... [ 10%] submodules/aai/esr-gui.git/docs/platform/architecture +reading sources... [ 10%] submodules/aai/esr-gui.git/docs/platform/consumedapis +reading sources... [ 10%] submodules/aai/esr-gui.git/docs/platform/index +reading sources... [ 11%] submodules/aai/esr-gui.git/docs/platform/installation +reading sources... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/bug-fixes +reading sources... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/index +reading sources... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/known-issues +reading sources... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/new-features +reading sources... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/security-issues +reading sources... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/upgrade-notes +reading sources... [ 11%] submodules/aai/esr-server.git/docs/index +reading sources... [ 11%] submodules/aai/esr-server.git/docs/offeredapis +reading sources... [ 11%] submodules/aai/esr-server.git/docs/platform/architecture +reading sources... [ 11%] submodules/aai/esr-server.git/docs/platform/consumedapis +reading sources... [ 11%] submodules/aai/esr-server.git/docs/platform/index +reading sources... [ 12%] submodules/aai/esr-server.git/docs/platform/installation +reading sources... [ 12%] submodules/aai/esr-server.git/docs/platform/offeredapis +reading sources... [ 12%] submodules/aai/esr-server.git/docs/release-notes/bug-fixes +reading sources... [ 12%] submodules/aai/esr-server.git/docs/release-notes/index +reading sources... [ 12%] submodules/aai/esr-server.git/docs/release-notes/known-issues +reading sources... [ 12%] submodules/aai/esr-server.git/docs/release-notes/new-features +reading sources... [ 12%] submodules/aai/esr-server.git/docs/release-notes/security-issues +reading sources... [ 12%] submodules/aai/esr-server.git/docs/release-notes/upgrade-notes +reading sources... [ 12%] submodules/aai/event-client.git/docs/Event Client API Documentation/EventClientAPI_Beijing +reading sources... [ 12%] submodules/aai/event-client.git/docs/index +reading sources... [ 12%] submodules/aai/event-client.git/docs/release-notes +reading sources... [ 13%] submodules/aai/sparky-be.git/docs/index +reading sources... [ 13%] submodules/aai/sparky-be.git/docs/platform/architecture +reading sources... [ 13%] submodules/aai/sparky-be.git/docs/platform/index +reading sources... [ 13%] submodules/aai/sparky-be.git/docs/platform/installation +reading sources... [ 13%] submodules/aai/sparky-be.git/docs/platform/view_inspect +reading sources... [ 13%] submodules/aai/sparky-be.git/docs/platform/vnfs +reading sources... [ 13%] submodules/appc.git/docs/APPC CDT Guide/APPC CDT Guide +reading sources... [ 13%] submodules/appc.git/docs/APPC Client Library Guide/APPC Client Library Guide +reading sources... [ 13%] submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide +reading sources... [ 13%] submodules/appc.git/docs/APPC Logging Guide/APPC Logging Guide +reading sources... [ 13%] submodules/appc.git/docs/APPC OAM API Guide/APPC OAM API Guide +reading sources... [ 14%] submodules/appc.git/docs/APPC User Guide/APPC User Guide +reading sources... [ 14%] submodules/appc.git/docs/index +reading sources... [ 14%] submodules/appc.git/docs/release-notes +reading sources... [ 14%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/APPC Ansible Adapter +reading sources... [ 14%] submodules/appc/deployment.git/docs/APPC Chef Adapter/APPC Chef Adapter +reading sources... [ 14%] submodules/appc/deployment.git/docs/APPC Deployment Guidelines/APPC Deployment Guidelines +reading sources... [ 14%] submodules/appc/deployment.git/docs/APPC Platform Logic/APPC Platform Logic +reading sources... [ 14%] submodules/appc/deployment.git/docs/APPC Properties/APPC Properties +reading sources... [ 14%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component +reading sources... [ 14%] submodules/appc/deployment.git/docs/index +reading sources... [ 14%] submodules/ccsdk/apps.git/docs/index +reading sources... [ 15%] submodules/ccsdk/apps.git/docs/microservices/neng +reading sources... [ 15%] submodules/ccsdk/apps.git/docs/microservices/vlanTag +reading sources... [ 15%] submodules/ccsdk/apps.git/docs/release-notes +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/CBA/index +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/complexResponse +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/dbsystemcode +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/dt-netbox-ip +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/index +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/resourcedefinitioncodesnip +reading sources... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/resourcesource +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/restauth +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/restsourcecode +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourcecapabilitycode +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourcedefaultcode +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourceinputcode +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourceprimarydbcode +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/designtime +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/index +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/installation +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/logging +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/microservices/bluePrintsProcessorMS +reading sources... [ 16%] submodules/ccsdk/cds.git/docs/microservices/controllerBlueprintStudioProcessorMS +reading sources... [ 17%] submodules/ccsdk/cds.git/docs/microservices/dynamicapi +reading sources... [ 17%] submodules/ccsdk/cds.git/docs/microservices/enrichment +reading sources... [ 17%] submodules/ccsdk/cds.git/docs/microservices/expression +reading sources... [ 17%] submodules/ccsdk/cds.git/docs/microservices/flexibleplugin +reading sources... [ 17%] submodules/ccsdk/cds.git/docs/microservices/workflow +reading sources... [ 17%] submodules/ccsdk/cds.git/docs/release-notes +reading sources... [ 17%] submodules/ccsdk/cds.git/docs/resourceassignment +reading sources... [ 17%] submodules/ccsdk/dashboard.git/docs/index +reading sources... [ 17%] submodules/ccsdk/distribution.git/docs/index +reading sources... [ 17%] submodules/ccsdk/distribution.git/docs/platform/plugins/dmaap +reading sources... [ 17%] submodules/ccsdk/distribution.git/docs/platform/plugins/dnsdesig +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/platform/plugins/index +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/platform/plugins/pgaas +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/platform/plugins/sshkeyshare +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/release-notes +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/asdcApi +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/dataChange +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/lcm +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/sliapi +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/sli/architecture +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/sli/build +reading sources... [ 18%] submodules/ccsdk/distribution.git/docs/sli/index +reading sources... [ 19%] submodules/ccsdk/distribution.git/docs/sli/logging +reading sources... [ 19%] submodules/ccsdk/distribution.git/docs/sli/nodes +reading sources... [ 19%] submodules/ccsdk/distribution.git/docs/sli/offeredapis +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/applications +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/connect +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/faq +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/general +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/home +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/installation +reading sources... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/mwtnLog +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/mwtnTest +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfConfig +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfEventLog +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfFault +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfInventory +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfMaintenance +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfMediator +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfPerformance +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/sdnr +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/sdnr_Docker_Image_configuration +reading sources... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/sdnr_WT_Service_Configuration_parameters +reading sources... [ 21%] submodules/ccsdk/features.git/docs/index +reading sources... [ 21%] submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home +reading sources... [ 21%] submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/index +reading sources... [ 21%] submodules/ccsdk/platform/plugins.git/docs/architecture +reading sources... [ 21%] submodules/ccsdk/platform/plugins.git/docs/dmaap +reading sources... [ 21%] submodules/ccsdk/platform/plugins.git/docs/dnsdesig +reading sources... [ 21%] submodules/ccsdk/platform/plugins.git/docs/index +reading sources... [ 21%] submodules/ccsdk/platform/plugins.git/docs/pgaas +reading sources... [ 21%] submodules/ccsdk/platform/plugins.git/docs/release-notes +reading sources... [ 21%] submodules/ccsdk/platform/plugins.git/docs/sshkeyshare +reading sources... [ 21%] submodules/clamp.git/docs/architecture +reading sources... [ 22%] submodules/clamp.git/docs/index +reading sources... [ 22%] submodules/clamp.git/docs/release-notes +reading sources... [ 22%] submodules/clamp.git/docs/user-guide +reading sources... [ 22%] submodules/cli.git/docs/OCLIP +reading sources... [ 22%] submodules/cli.git/docs/OOM_and_HEAT_based_deployment +reading sources... [ 22%] submodules/cli.git/docs/architecture +reading sources... [ 22%] submodules/cli.git/docs/cmd_help +reading sources... [ 22%] submodules/cli.git/docs/cmd_help_onap_amsterdam +reading sources... [ 22%] submodules/cli.git/docs/cmd_help_onap_beijing +reading sources... [ 22%] submodules/cli.git/docs/cmd_help_onap_dublin +reading sources... [ 22%] submodules/cli.git/docs/cmd_sample +reading sources... [ 22%] submodules/cli.git/docs/cmd_sample_onap_amsterdam +reading sources... [ 23%] submodules/cli.git/docs/console +reading sources... [ 23%] submodules/cli.git/docs/cookbook +reading sources... [ 23%] submodules/cli.git/docs/developer_guide +reading sources... [ 23%] submodules/cli.git/docs/index +reading sources... [ 23%] submodules/cli.git/docs/installation_guide +reading sources... [ 23%] submodules/cli.git/docs/logging +reading sources... [ 23%] submodules/cli.git/docs/open_cli_schema_version_1_0 +reading sources... [ 23%] submodules/cli.git/docs/release-notes +reading sources... [ 23%] submodules/cli.git/docs/trouble_shooting_guide +reading sources... [ 23%] submodules/cli.git/docs/user_guide +reading sources... [ 23%] submodules/cli.git/docs/user_guide_end_to_end_onap_cli_commands +reading sources... [ 24%] submodules/cli.git/docs/user_guide_pnf_on_boarding +reading sources... [ 24%] submodules/cli.git/docs/user_guide_verification_program +reading sources... [ 24%] submodules/dcaegen2.git/docs/index +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/DFC +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/PMSH +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/PNDA +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/PRH +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/SDK +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/configbinding +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/dcaecdap +reading sources... [ 24%] submodules/dcaegen2.git/docs/sections/apis/deployment-handler +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/apis/inventory +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/apis/pmmapper +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/apis/ves +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/apis/ves-hv/index +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/apis/ves-hv/supported-domains +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/architecture +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/build +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/components/architecture/pieces +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/components/architecture/service-discovery +reading sources... [ 25%] submodules/dcaegen2.git/docs/sections/components/component-development +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-json-schema +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/cdap-specification +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/component-specification +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/configuration-grid +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/dmaap-connection-objects +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/streams-grid +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-type-cdap +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-type-docker +reading sources... [ 26%] submodules/dcaegen2.git/docs/sections/components/data-formats +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/commands +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/dcae-cli-tool +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/quickstart +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/walkthrough +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/components/glossary +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/components/intro +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/components/requirements-guidelines +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/configuration +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/consumedapis +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/healthcheck +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/humaninterfaces +reading sources... [ 27%] submodules/dcaegen2.git/docs/sections/installation +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/installation_MS_ondemand +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/installation_oom +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/installation_pnda +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/installation_test +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/logging +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/offeredapis +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/release-notes +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/sdk/architecture +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/sdk/index +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/development_info +reading sources... [ 28%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/functionality +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/index +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/installation +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/index +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/installation +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/overview +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/userguide +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/administration +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/architecture +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/certificates +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/configuration +reading sources... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/consumedapis +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/delivery +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/index +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/installation +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/logging +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/release-notes +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/architecture +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/build_setup +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/design +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/index +reading sources... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/installation +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/testprocedure +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/SampleSnmpTrapConversion +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/delivery +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/flow +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/index +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/installation +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/mappingfile +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/troubleshooting +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/architecture +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/configuration +reading sources... [ 31%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/delivery +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/index +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/installation +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/logging +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/troubleshooting +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/configuration +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/delivery +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/index +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/installation +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/logging +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/overview +reading sources... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/troubleshooting +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/architecture +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/authorization +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/configuration +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/delivery +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/index +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/installation +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/development_info +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/functionality +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/index +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/installation +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/serviceindex +reading sources... [ 33%] submodules/dcaegen2.git/docs/sections/services/snmptrap/administration +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/architecture +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/configuration +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/delivery +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/humaninterfaces +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/index +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/installation +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/logging +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/offeredapis +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/release-notes +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/son-handler/index +reading sources... [ 34%] submodules/dcaegen2.git/docs/sections/services/son-handler/installation +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/son-handler/son_handler_overview +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/son-handler/son_handler_troubleshooting +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/development_info +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/functionality +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/index +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/installation +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/troubleshoot +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/architecture +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/configuration +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/delivery +reading sources... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/index +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-http/installation +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-http/tls-authentication +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/architecture +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/authorization +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/deployment +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/design +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/example-event +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/healthcheck-and-monitoring +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/index +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/repositories +reading sources... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/run-time-configuration +reading sources... [ 37%] submodules/dcaegen2.git/docs/sections/services/ves-hv/troubleshooting +reading sources... [ 37%] submodules/dcaegen2.git/docs/sections/tls_enablement +reading sources... [ 37%] submodules/dcaegen2.git/platformdoc/docs/components/dcae-cli/blueprint-generator/blueprint_generator +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/Installation/Installation +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/administration/administration +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/architecture/architecture +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/configuration/configuration +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/consumedapis/consumedapis +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/delivery/delivery +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/humaninterfaces/humaninterfaces +reading sources... [ 37%] submodules/dmaap/buscontroller.git/docs/index +reading sources... [ 38%] submodules/dmaap/buscontroller.git/docs/logging/logging +reading sources... [ 38%] submodules/dmaap/buscontroller.git/docs/offeredapis/offeredapis +reading sources... [ 38%] submodules/dmaap/buscontroller.git/docs/release-notes/release-notes +reading sources... [ 38%] submodules/dmaap/buscontroller.git/docs/security/security +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/apis/data-router-api +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/apis/data-router-swagger-api +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/architecture +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/configuration +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/delivery +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/index +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/installation +reading sources... [ 38%] submodules/dmaap/datarouter.git/docs/logging +reading sources... [ 39%] submodules/dmaap/datarouter.git/docs/offeredapis +reading sources... [ 39%] submodules/dmaap/datarouter.git/docs/release-notes +reading sources... [ 39%] submodules/dmaap/dbcapi.git/docs/api +reading sources... [ 39%] submodules/dmaap/dbcapi.git/docs/api-table +reading sources... [ 39%] submodules/dmaap/dbcapi.git/docs/dbcapi-gen +reading sources... [ 39%] submodules/dmaap/dbcapi.git/docs/index +reading sources... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation +reading sources... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/administration/administration +reading sources... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/architecture/architecture +reading sources... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/configuration/configuration +reading sources... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/consumedapis/consumedapis +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/delivery/delivery +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/humaninterfaces/humaninterfaces +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/index +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/logging/logging +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/offeredapis +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/swaggerapi +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/swaggerdownload +reading sources... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/release-notes/release-notes +reading sources... [ 40%] submodules/externalapi/nbi.git/docs/administration/administration +reading sources... [ 40%] submodules/externalapi/nbi.git/docs/architecture/NBI_Developer_Guide +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/architecture/architecture +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/configuration/configuration +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/consumedapis/consumedapis +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/delivery/delivery +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/humaninterfaces/humaninterfaces +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/index +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/installation/installation +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/logging/logging +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/offeredapis/offeredapis +reading sources... [ 41%] submodules/externalapi/nbi.git/docs/releasenotes/releasenotes +reading sources... [ 41%] submodules/holmes/engine-management.git/docs/index +reading sources... [ 42%] submodules/holmes/engine-management.git/docs/offeredapis +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/index +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/administration +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/architecture +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/configuration +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/consumedapis +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/delivery +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/human-interfaces +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/index +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/installation +reading sources... [ 42%] submodules/holmes/rule-management.git/docs/platform/log-and-diagnostic-info +reading sources... [ 43%] submodules/holmes/rule-management.git/docs/platform/offeredapis +reading sources... [ 43%] submodules/holmes/rule-management.git/docs/release-notes +reading sources... [ 43%] submodules/integration.git/bootstrap/codesearch/README +reading sources... [ 43%] submodules/integration.git/bootstrap/vagrant-minimal-onap/HACKING +reading sources... [ 43%] submodules/integration.git/bootstrap/vagrant-minimal-onap/README +reading sources... [ 43%] submodules/integration.git/docs/docs_5G_Bulk_PM +reading sources... [ 43%] submodules/integration.git/docs/docs_5G_Configuration_over_NETCONF +reading sources... [ 43%] submodules/integration.git/docs/docs_5G_PNF_Software_Upgrade +reading sources... [ 43%] submodules/integration.git/docs/docs_5G_oof_pci +reading sources... [ 43%] submodules/integration.git/docs/docs_5g_pnf_pnp +reading sources... [ 43%] submodules/integration.git/docs/docs_5g_rtpm +reading sources... [ 44%] submodules/integration.git/docs/docs_BBS +reading sources... [ 44%] submodules/integration.git/docs/docs_CCVPN +reading sources... [ 44%] submodules/integration.git/docs/docs_CM_flexible_designer_orchestrator +reading sources... [ 44%] submodules/integration.git/docs/docs_CM_schedule_optimizer +reading sources... [ 44%] submodules/integration.git/docs/docs_E2E_network_slicing +reading sources... [ 44%] submodules/integration.git/docs/docs_postman +reading sources... [ 44%] submodules/integration.git/docs/docs_robot +reading sources... [ 44%] submodules/integration.git/docs/docs_scaleout +reading sources... [ 44%] submodules/integration.git/docs/docs_usecases +reading sources... [ 44%] submodules/integration.git/docs/docs_vCPE +reading sources... [ 44%] submodules/integration.git/docs/docs_vCPE with Tosca VNF +reading sources... [ 44%] submodules/integration.git/docs/docs_vFWDT +reading sources... [ 45%] submodules/integration.git/docs/docs_vfw +reading sources... [ 45%] submodules/integration.git/docs/docs_vfwHPA +reading sources... [ 45%] submodules/integration.git/docs/docs_vfw_edgex_k8s +reading sources... [ 45%] submodules/integration.git/docs/docs_vipsec +reading sources... [ 45%] submodules/integration.git/docs/docs_vlb +reading sources... [ 45%] submodules/integration.git/docs/heat +reading sources... [ 45%] submodules/integration.git/docs/index +reading sources... [ 45%] submodules/integration.git/docs/integration-s3p +reading sources... [ 45%] submodules/integration.git/docs/onap-integration-ci +reading sources... [ 45%] submodules/integration.git/docs/onap-oom-heat +reading sources... [ 45%] submodules/integration.git/docs/release-notes +reading sources... [ 46%] submodules/integration.git/test/security/k8s/README +reading sources... [ 46%] submodules/integration/benchmark.git/docs/release-notes +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/features/configure_execution +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/features/consuming_scripts +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/features/example_usage +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/features/features +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/features/openstack +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/index +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/install/index +reading sources... [ 46%] submodules/integration/devtool.git/docs/source/install/known_issues +reading sources... [ 46%] submodules/logging-analytics.git/docs/Logging_Enhancements_Project/logging_enhancements_project +reading sources... [ 47%] submodules/logging-analytics.git/docs/Logging_User_Guide/logging_user_guide +reading sources... [ 47%] submodules/logging-analytics.git/docs/index +reading sources... [ 47%] submodules/logging-analytics.git/docs/release-notes +reading sources... [ 47%] submodules/logging-analytics/pomba/pomba-audit-common.git/docs/index +reading sources... [ 47%] submodules/modeling/etsicatalog.git/docs/administration +reading sources... [ 47%] submodules/modeling/etsicatalog.git/docs/architecture +reading sources... [ 47%] submodules/modeling/etsicatalog.git/docs/consumedapis +reading sources... [ 47%] submodules/modeling/etsicatalog.git/docs/humaninterfaces +reading sources... [ 47%] submodules/modeling/etsicatalog.git/docs/index +reading sources... [ 47%] submodules/modeling/etsicatalog.git/docs/installation +reading sources... [ 47%] submodules/modeling/etsicatalog.git/docs/introduction +reading sources... [ 48%] submodules/modeling/etsicatalog.git/docs/offeredapis +reading sources... [ 48%] submodules/modeling/etsicatalog.git/docs/release-notes +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/ArtifactTypes +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/CapabilitiesTypes +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/DataTypes +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/InterfaceTypes +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/NodeTypes +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/RelationshipTypes +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/index +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/BusinessInteraction +reading sources... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/NSD +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Root +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES index +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-class-1 +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-class-2 +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-datatype +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-enumeration +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VnfdAndVnfInstance +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/index +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/index +reading sources... [ 49%] submodules/modeling/modelspec.git/docs/Release-notes/index +reading sources... [ 50%] submodules/modeling/modelspec.git/docs/Release-notes/release-notes +reading sources... [ 50%] submodules/modeling/modelspec.git/docs/index +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/index +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/checker +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/index +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/offeredapis +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/release-notes/index +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/release-notes/release-notes +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/index +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/installation/index +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/installation/installation.instruction +reading sources... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/release-notes/index +reading sources... [ 51%] submodules/modeling/toscaparsers.git/docs/nfvparser/release-notes/release-notes +reading sources... [ 51%] submodules/modeling/toscaparsers.git/docs/nfvparser/userguide/feature.userguide +reading sources... [ 51%] submodules/modeling/toscaparsers.git/docs/nfvparser/userguide/index +reading sources... [ 51%] submodules/modeling/toscaparsers.git/docs/offeredapis +reading sources... [ 51%] submodules/msb/apigateway.git/docs/index +reading sources... [ 51%] submodules/msb/apigateway.git/docs/platform/architecture +reading sources... [ 51%] submodules/msb/apigateway.git/docs/platform/configuration +reading sources... [ 51%] submodules/msb/apigateway.git/docs/platform/consumedapis +reading sources... [ 51%] submodules/msb/apigateway.git/docs/platform/delivery +reading sources... [ 51%] submodules/msb/apigateway.git/docs/platform/human-interfaces +reading sources... [ 51%] submodules/msb/apigateway.git/docs/platform/index +reading sources... [ 52%] submodules/msb/apigateway.git/docs/platform/installation +reading sources... [ 52%] submodules/msb/apigateway.git/docs/platform/log-and-diagnostic-info +reading sources... [ 52%] submodules/msb/apigateway.git/docs/platform/offeredapis +reading sources... [ 52%] submodules/msb/apigateway.git/docs/platform/user-guide +reading sources... [ 52%] submodules/msb/apigateway.git/docs/release-notes +reading sources... [ 52%] submodules/msb/discovery.git/docs/index +reading sources... [ 52%] submodules/msb/swagger-sdk.git/docs/index +reading sources... [ 52%] submodules/multicloud/azure.git/azure/aria/aria-extension-cloudify/src/aria/CHANGELOG +reading sources... [ 52%] submodules/multicloud/azure.git/azure/aria/aria-extension-cloudify/src/aria/README +reading sources... [ 52%] submodules/multicloud/azure.git/docs/index +reading sources... [ 52%] submodules/multicloud/framework.git/docs/MultiCloud-APIv0-Specification +reading sources... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-APIv1-Specification +reading sources... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Administrator-Guide +reading sources... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Architecture +reading sources... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Deployment-Guide +reading sources... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Heat-Deployment-Guide +reading sources... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Test-CSIT +reading sources... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Test-Guide +reading sources... [ 53%] submodules/multicloud/framework.git/docs/Release Notes +reading sources... [ 53%] submodules/multicloud/framework.git/docs/index +reading sources... [ 53%] submodules/multicloud/framework.git/docs/multicloud-hpa-discovery-pluggable +reading sources... [ 53%] submodules/multicloud/framework.git/docs/multicloud-plugin-vio/Multicloud-Fake_Cloud-Guide +reading sources... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-vio/UserGuide-MultiCloud-VMware-OpenStack +reading sources... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-HPA-Provision-Discovery-WindRiver-TitaniumCloud +reading sources... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-Onboard-WindRiver-TitaniumCloud +reading sources... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-VESagent-MultiCloud-WindRiver-TitaniumCloud +reading sources... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/UserGuide-MultiCloud-WindRiver-TitaniumCloud +reading sources... [ 54%] submodules/multicloud/framework.git/docs/specs/MultiCloud-HPA-Discovery-design +reading sources... [ 54%] submodules/multicloud/framework.git/docs/specs/README +reading sources... [ 54%] submodules/multicloud/framework.git/docs/specs/elastic_api_exposure +reading sources... [ 54%] submodules/multicloud/framework.git/docs/specs/logging_enablement +reading sources... [ 54%] submodules/multicloud/framework.git/docs/specs/multicloud-SDC-Client-design +reading sources... [ 54%] submodules/multicloud/framework.git/docs/specs/multicloud-cloud-region-id +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-container-plugin +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-heat-aai-bridge +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-multi-region +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-secured-communication +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud4k8s-hpa-discovery +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_event_federation +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_image_service +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_infra_workload +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_resource_capacity_check +reading sources... [ 55%] submodules/multicloud/framework.git/docs/specs/parallelism_improvement +reading sources... [ 55%] submodules/multicloud/k8s.git/docs/bare_metal_provisioning +reading sources... [ 55%] submodules/multicloud/k8s.git/docs/index +reading sources... [ 56%] submodules/multicloud/k8s.git/docs/kud_architecture +reading sources... [ 56%] submodules/multicloud/k8s.git/docs/sampleCommands +reading sources... [ 56%] submodules/music.git/docs/architecture +reading sources... [ 56%] submodules/music.git/docs/authentication +reading sources... [ 56%] submodules/music.git/docs/configuration +reading sources... [ 56%] submodules/music.git/docs/consumedapis +reading sources... [ 56%] submodules/music.git/docs/delivery +reading sources... [ 56%] submodules/music.git/docs/index +reading sources... [ 56%] submodules/music.git/docs/installation +reading sources... [ 56%] submodules/music.git/docs/logging +reading sources... [ 56%] submodules/music.git/docs/multi +reading sources... [ 57%] submodules/music.git/docs/offeredapis +reading sources... [ 57%] submodules/music.git/docs/release-notes +reading sources... [ 57%] submodules/music.git/docs/setup +reading sources... [ 57%] submodules/music.git/docs/single +reading sources... [ 57%] submodules/music/distributed-kv-store.git/docs/commandsamples +reading sources... [ 57%] submodules/music/distributed-kv-store.git/docs/index +reading sources... [ 57%] submodules/music/distributed-kv-store.git/docs/installation +reading sources... [ 57%] submodules/music/distributed-kv-store.git/docs/offeredapis +reading sources... [ 57%] submodules/oom.git/docs/index +reading sources... [ 57%] submodules/oom.git/docs/oom_cloud_setup_guide +reading sources... [ 57%] submodules/oom.git/docs/oom_developer_guide +reading sources... [ 58%] submodules/oom.git/docs/oom_project_description +reading sources... [ 58%] submodules/oom.git/docs/oom_quickstart_guide +reading sources... [ 58%] submodules/oom.git/docs/oom_setup_kubernetes_rancher +reading sources... [ 58%] submodules/oom.git/docs/oom_user_guide +reading sources... [ 58%] submodules/oom.git/docs/release-notes +reading sources... [ 58%] submodules/oom/offline-installer.git/docs/BuildGuide +reading sources... [ 58%] submodules/oom/offline-installer.git/docs/InstallGuide +reading sources... [ 58%] submodules/oom/offline-installer.git/docs/TestingGuide +reading sources... [ 58%] submodules/oom/offline-installer.git/docs/index +reading sources... [ 58%] submodules/oom/offline-installer.git/docs/vFWCL-notes +reading sources... [ 58%] submodules/oparent/cia.git/docs/cia-casablanca-release-notes +reading sources... [ 59%] submodules/optf/cmso.git/docs/index +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/administration +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/architecture +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/configuration +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/consumedapis +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/delivery +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/example +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/glossary +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/humaninterfaces +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/installation +reading sources... [ 59%] submodules/optf/cmso.git/docs/sections/logging +reading sources... [ 60%] submodules/optf/cmso.git/docs/sections/offeredapis +Unable to process URL: ./swaggerdoc/oof-cmso-topology-api.json +reading sources... [ 60%] submodules/optf/cmso.git/docs/sections/release-notes +reading sources... [ 60%] submodules/optf/has.git/conductor/README +reading sources... [ 60%] submodules/optf/has.git/docs/index +reading sources... [ 60%] submodules/optf/has.git/docs/sections/architecture +reading sources... [ 60%] submodules/optf/has.git/docs/sections/consumedapis +reading sources... [ 60%] submodules/optf/has.git/docs/sections/example +reading sources... [ 60%] submodules/optf/has.git/docs/sections/homingspecification +reading sources... [ 60%] submodules/optf/has.git/docs/sections/installation +reading sources... [ 60%] submodules/optf/has.git/docs/sections/logging +reading sources... [ 60%] submodules/optf/has.git/docs/sections/offeredapis +reading sources... [ 61%] submodules/optf/has.git/docs/sections/release-notes +reading sources... [ 61%] submodules/optf/osdf.git/docs/index +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/administration +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/architecture +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/configuration +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/consumedapis +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/delivery +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/humaninterfaces +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/installation +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/logging +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/offeredapis +Unable to process URL: ./swaggerdoc/oof-osdf-has-api.json +reading sources... [ 61%] submodules/optf/osdf.git/docs/sections/release-notes +reading sources... [ 62%] submodules/osa.git/docs/index +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-001 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-002 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-003 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-004 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-005 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-006 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-007 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-008 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-009 +reading sources... [ 62%] submodules/osa.git/docs/osa/OSA-2019-010 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-011 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-012 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-013 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-014 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-015 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-016 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-017 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-018 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-019 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-020 +reading sources... [ 63%] submodules/osa.git/docs/osa/OSA-2019-021 +reading sources... [ 64%] submodules/osa.git/docs/osa/OSA-2019-022 +reading sources... [ 64%] submodules/osa.git/docs/osa/OSA-2019-023 +reading sources... [ 64%] submodules/osa.git/docs/osa/OSA-2019-024 +reading sources... [ 64%] submodules/osa.git/docs/osa/OSA-2019-025 +reading sources... [ 64%] submodules/osa.git/docs/osa/OSA-2019-026 +reading sources... [ 64%] submodules/osa.git/docs/osalist +reading sources... [ 64%] submodules/osa.git/docs/process +reading sources... [ 64%] submodules/osa.git/osa/OSA-2019-001 +reading sources... [ 64%] submodules/osa.git/osa/OSA-2019-002 +reading sources... [ 64%] submodules/osa.git/osa/OSA-2019-003 +reading sources... [ 64%] submodules/osa.git/osa/OSA-2019-004 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-005 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-006 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-007 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-008 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-009 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-010 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-011 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-012 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-013 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-014 +reading sources... [ 65%] submodules/osa.git/osa/OSA-2019-015 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-016 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-017 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-018 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-019 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-020 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-021 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-022 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-023 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-024 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-025 +reading sources... [ 66%] submodules/osa.git/osa/OSA-2019-026 +reading sources... [ 66%] submodules/policy/engine.git/docs/index +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/aaf +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/architecture +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/clc +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/clsimulation +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/cookbook +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/deployPDPPAP +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/deployment +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/feature_activestdbymgmt +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/feature_controllerlogging +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/feature_eelf +reading sources... [ 67%] submodules/policy/engine.git/docs/platform/feature_healthcheck +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/feature_locking +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/feature_mdcfilters +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/feature_pooling +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/feature_sesspersist +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/feature_statemgmt +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/feature_testtransaction +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/guardpdp +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/guardpolicy +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/index +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/installAmsterController +reading sources... [ 68%] submodules/policy/engine.git/docs/platform/installBeijingController +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/installation +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/installationVM +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/modAAIdata +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/modAmsterTemplate +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/offeredapis +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/oofSpec +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/oofhpa +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/policygui +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/runningEclipse +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/swarch_brmsgw +reading sources... [ 69%] submodules/policy/engine.git/docs/platform/swarch_pap +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/swarch_pdp +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/swarch_pdpx +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/swarch_srm +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_VOLTE +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_cl +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_vCPE +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_vDNS +reading sources... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_vFW +reading sources... [ 70%] submodules/policy/parent.git/docs/apex/APEX-Developer-Guide +reading sources... [ 70%] submodules/policy/parent.git/docs/apex/APEX-Install-Guide +reading sources... [ 70%] submodules/policy/parent.git/docs/apex/APEX-Introduction +reading sources... [ 71%] submodules/policy/parent.git/docs/apex/APEX-OnapPf-Guide +reading sources... [ 71%] submodules/policy/parent.git/docs/apex/APEX-Policy-Guide +reading sources... [ 71%] submodules/policy/parent.git/docs/apex/APEX-User-Manual +reading sources... [ 71%] submodules/policy/parent.git/docs/apex/apex +reading sources... [ 71%] submodules/policy/parent.git/docs/api/api +reading sources... [ 71%] submodules/policy/parent.git/docs/architecture/architecture +reading sources... [ 71%] submodules/policy/parent.git/docs/architecture/tosca-policy-primer +reading sources... [ 71%] submodules/policy/parent.git/docs/design/InternalPapPdp +reading sources... [ 71%] submodules/policy/parent.git/docs/design/design +reading sources... [ 71%] submodules/policy/parent.git/docs/development/actors/actors +reading sources... [ 71%] submodules/policy/parent.git/docs/development/actors/cds/cds +reading sources... [ 72%] submodules/policy/parent.git/docs/development/development +reading sources... [ 72%] submodules/policy/parent.git/docs/development/devtools/devtools +reading sources... [ 72%] submodules/policy/parent.git/docs/distribution/Distribution-Introduction +reading sources... [ 72%] submodules/policy/parent.git/docs/distribution/Distribution-User-Manual +reading sources... [ 72%] submodules/policy/parent.git/docs/distribution/distribution +reading sources... [ 72%] submodules/policy/parent.git/docs/drools/clsimulation +reading sources... [ 72%] submodules/policy/parent.git/docs/drools/drools +reading sources... [ 72%] submodules/policy/parent.git/docs/drools/droolsFeaturesIndex +reading sources... [ 72%] submodules/policy/parent.git/docs/drools/droolsTutorialsIndex +reading sources... [ 72%] submodules/policy/parent.git/docs/drools/feature_activestdbymgmt +reading sources... [ 72%] submodules/policy/parent.git/docs/drools/feature_clamsterdam +reading sources... [ 72%] submodules/policy/parent.git/docs/drools/feature_clmgt +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_clusecases +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_controllerlogging +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_eelf +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_healthcheck +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_lifecycle +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_locking +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_mdcfilters +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_pooling +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_sesspersist +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_statemgmt +reading sources... [ 73%] submodules/policy/parent.git/docs/drools/feature_testtransaction +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/guardpdp +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/modAAIdata +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/modAmsterTemplate +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/runningEclipse +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_cl +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_vCPE +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_vDNS +reading sources... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_vFW +reading sources... [ 74%] submodules/policy/parent.git/docs/index +reading sources... [ 74%] submodules/policy/parent.git/docs/installation/docker +reading sources... [ 74%] submodules/policy/parent.git/docs/installation/installation +reading sources... [ 75%] submodules/policy/parent.git/docs/installation/oom +reading sources... [ 75%] submodules/policy/parent.git/docs/offeredapis +reading sources... [ 75%] submodules/policy/parent.git/docs/pap/pap +reading sources... [ 75%] submodules/policy/parent.git/docs/release-notes +reading sources... [ 75%] submodules/policy/parent.git/docs/xacml/xacml +reading sources... [ 75%] submodules/policy/parent.git/docs/xacml/xacml-tutorial +reading sources... [ 75%] submodules/portal.git/docs/index +reading sources... [ 75%] submodules/portal.git/docs/platform/architecture +reading sources... [ 75%] submodules/portal.git/docs/platform/index +reading sources... [ 75%] submodules/portal.git/docs/platform/offeredapis +reading sources... [ 75%] submodules/portal.git/docs/release-notes +reading sources... [ 76%] submodules/portal.git/docs/tutorials/index +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-BE/index +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-BE/request-flow +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-BE/setting-up +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/architecture +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/creating +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/dynamic-content +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/google-charts +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/index +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/intro +reading sources... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/pulling-db-data +reading sources... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/setting-up +reading sources... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/setting-up-db +reading sources... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/single-signon +reading sources... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/wrapping-up +reading sources... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/your-angular-app +reading sources... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/your-angularjs-app +reading sources... [ 77%] submodules/sdc.git/docs/administration +reading sources... [ 77%] submodules/sdc.git/docs/architecture +reading sources... [ 77%] submodules/sdc.git/docs/configuration +reading sources... [ 77%] submodules/sdc.git/docs/consumedapis +reading sources... [ 77%] submodules/sdc.git/docs/dcaedesigner +reading sources... [ 77%] submodules/sdc.git/docs/delivery +reading sources... [ 78%] submodules/sdc.git/docs/externaltesting +reading sources... [ 78%] submodules/sdc.git/docs/genericdesignerintegration +reading sources... [ 78%] submodules/sdc.git/docs/humaninterfaces +reading sources... [ 78%] submodules/sdc.git/docs/index +reading sources... [ 78%] submodules/sdc.git/docs/installation +reading sources... [ 78%] submodules/sdc.git/docs/logging +reading sources... [ 78%] submodules/sdc.git/docs/offeredapis +reading sources... [ 78%] submodules/sdc.git/docs/onboardingpackages +reading sources... [ 78%] submodules/sdc.git/docs/release-notes +reading sources... [ 78%] submodules/sdc.git/docs/sdcsdks +reading sources... [ 78%] submodules/sdc.git/docs/workflow +reading sources... [ 79%] submodules/sdc/jtosca.git/docs/index +reading sources... [ 79%] submodules/sdc/sdc-distribution-client.git/docs/index +reading sources... [ 79%] submodules/sdc/sdc-docker-base.git/docs/index +reading sources... [ 79%] submodules/sdc/sdc-titan-cassandra.git/docs/index +reading sources... [ 79%] submodules/sdc/sdc-tosca.git/docs/index +reading sources... [ 79%] submodules/sdc/sdc-tosca.git/jtosca/docs/index +reading sources... [ 79%] submodules/sdc/sdc-workflow-designer.git/docs/index +reading sources... [ 79%] submodules/sdnc/oam.git/docs/apis/genericresource +reading sources... [ 79%] submodules/sdnc/oam.git/docs/apis/vnfapi +reading sources... [ 79%] submodules/sdnc/oam.git/docs/architecture +reading sources... [ 79%] submodules/sdnc/oam.git/docs/build +reading sources... [ 80%] submodules/sdnc/oam.git/docs/cert_installation +reading sources... [ 80%] submodules/sdnc/oam.git/docs/configuration +reading sources... [ 80%] submodules/sdnc/oam.git/docs/consumedapis +reading sources... [ 80%] submodules/sdnc/oam.git/docs/delivery +reading sources... [ 80%] submodules/sdnc/oam.git/docs/humaninterfaces +reading sources... [ 80%] submodules/sdnc/oam.git/docs/index +reading sources... [ 80%] submodules/sdnc/oam.git/docs/installation +reading sources... [ 80%] submodules/sdnc/oam.git/docs/logging +reading sources... [ 80%] submodules/sdnc/oam.git/docs/offeredapis +reading sources... [ 80%] submodules/sdnc/oam.git/docs/release-notes +reading sources... [ 80%] submodules/so.git/docs/api/apis/consumed-apis +reading sources... [ 81%] submodules/so.git/docs/api/apis/e2eServiceInstances-api +reading sources... [ 81%] submodules/so.git/docs/api/apis/serviceInstances-api +reading sources... [ 81%] submodules/so.git/docs/api/offered_consumed_apis +reading sources... [ 81%] submodules/so.git/docs/architecture/architecture +reading sources... [ 81%] submodules/so.git/docs/bak/Developer_Info +reading sources... [ 81%] submodules/so.git/docs/bak/installation +reading sources... [ 81%] submodules/so.git/docs/developer_info/BBUnderstanding +reading sources... [ 81%] submodules/so.git/docs/developer_info/BPMN_Main_Process_Flows +reading sources... [ 81%] submodules/so.git/docs/developer_info/BPMN_Project_Deployment_Strategy +reading sources... [ 81%] submodules/so.git/docs/developer_info/BPMN_Project_Structure +reading sources... [ 81%] submodules/so.git/docs/developer_info/BPMN_Subprocess_Process_Flows +reading sources... [ 82%] submodules/so.git/docs/developer_info/Building_SO +reading sources... [ 82%] submodules/so.git/docs/developer_info/Camunda_Cockpit_Community_Edition +reading sources... [ 82%] submodules/so.git/docs/developer_info/Camunda_Cockpit_Enterprise_Edition +reading sources... [ 82%] submodules/so.git/docs/developer_info/Camunda_Modeler +reading sources... [ 82%] submodules/so.git/docs/developer_info/FAQs +reading sources... [ 82%] submodules/so.git/docs/developer_info/SOMCIntegrate +reading sources... [ 82%] submodules/so.git/docs/developer_info/Working_with_SO_Docker +reading sources... [ 82%] submodules/so.git/docs/developer_info/developer_information +reading sources... [ 82%] submodules/so.git/docs/developer_info/instantiate/index +reading sources... [ 82%] submodules/so.git/docs/developer_info/instantiate/instantiation/index +reading sources... [ 82%] submodules/so.git/docs/developer_info/instantiate/instantiation/nbi/index +reading sources... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/pnf_instance/index +reading sources... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/so1/index +reading sources... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/so2/index +reading sources... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/uui/index +reading sources... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/vid/index +reading sources... [ 83%] submodules/so.git/docs/developer_info/instantiate/pre_instantiation/index +reading sources... [ 83%] submodules/so.git/docs/index +reading sources... [ 83%] submodules/so.git/docs/installconfigure/Configure_git_and_gerrit +reading sources... [ 83%] submodules/so.git/docs/installconfigure/Install_Configure_SO +reading sources... [ 83%] submodules/so.git/docs/installconfigure/Install_Docker +reading sources... [ 83%] submodules/so.git/docs/installconfigure/Workspace_and_Development_Tools +reading sources... [ 83%] submodules/so.git/docs/release-notes +reading sources... [ 84%] submodules/so/libs.git/docs/index +reading sources... [ 84%] submodules/so/libs.git/docs/release-notes +reading sources... [ 84%] submodules/usecase-ui.git/docs/index +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/administration +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/architecture +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/consumed_api +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/delivery +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/index +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/installation/index +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/installation/installation/index +reading sources... [ 84%] submodules/usecase-ui.git/docs/platform/installation/installation/uui-over-oom +reading sources... [ 85%] submodules/usecase-ui.git/docs/platform/installation/user-guide/index +reading sources... [ 85%] submodules/usecase-ui.git/docs/platform/installation/user-guide/uui-guide +reading sources... [ 85%] submodules/usecase-ui.git/docs/platform/logging +reading sources... [ 85%] submodules/usecase-ui.git/docs/platform/offered_api +reading sources... [ 85%] submodules/usecase-ui.git/docs/release-notes +reading sources... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/docs/index +reading sources... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/development +reading sources... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/fix +reading sources... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/index +reading sources... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/integration +reading sources... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/intro +reading sources... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/onboarding +reading sources... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/samplevnf +reading sources... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/so +reading sources... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/vnfintegration +reading sources... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/vnflcm +reading sources... [ 86%] submodules/vfc/nfvo/lcm.git/docs/index +reading sources... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/CATALOG_API/index +Unable to process URL: CATALOG_API_Specification_v1.json +reading sources... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/NSLCM_API/index +Unable to process URL: NSLCM_API_Specification_v1.json +reading sources... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API +reading sources... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/index +reading sources... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFMDriver_API/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/administration +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/architecture +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/VFC_part/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/cloud_complex/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/create_csar_local/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/create_csar_sdc/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/create_service_customer/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/index +reading sources... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/register_all_clouds/index +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/register_vnfm/index +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/consumedapis +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/delivery +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/index +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/index +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/index +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/user-guide/index +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/user-guide/ns-instantiate-guide +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/logging +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/ns-instantiate-guide +reading sources... [ 88%] submodules/vfc/nfvo/lcm.git/docs/release-notes +reading sources... [ 89%] submodules/vid.git/docs/administration +reading sources... [ 89%] submodules/vid.git/docs/architecture +reading sources... [ 89%] submodules/vid.git/docs/configuration +reading sources... [ 89%] submodules/vid.git/docs/consumedapis +reading sources... [ 89%] submodules/vid.git/docs/delivery +reading sources... [ 89%] submodules/vid.git/docs/humaninterfaces +reading sources... [ 89%] submodules/vid.git/docs/index +reading sources... [ 89%] submodules/vid.git/docs/installation +reading sources... [ 89%] submodules/vid.git/docs/instantiate +reading sources... [ 89%] submodules/vid.git/docs/logging +reading sources... [ 89%] submodules/vid.git/docs/offeredapis +reading sources... [ 90%] submodules/vid.git/docs/release-notes +reading sources... [ 90%] submodules/vnfrqts/guidelines.git/docs/index +reading sources... [ 90%] submodules/vnfrqts/guidelines.git/docs/vnf_guidelines +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter1/index +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter2/index +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter3/index +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Design +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Develop-Steps +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Devops +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Modularity +reading sources... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Resiliency +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter4/Security +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter4/index +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Creating-Vendor-Specific-VNFM-Adaptor-Microservices +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/General Guidelines for Heat +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Cinder Volumes +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat High Availability +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Networking +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Post Orchestration & VNF Configuration +reading sources... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource Property +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Suggested Naming Convention for Common Parameters +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/index +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role} +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type} +reading sources... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Support of Environment Files +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Template Constructs +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat VNF Modularity +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/index +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP HPA Requirements +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP NFV Tosca +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP Tosca Overview +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP Tosca PNF Descriptor +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP Tosca VNF Descriptor +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP VNF or PNF CSAR Package +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/index +reading sources... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/VNFM-Driver-Development-Steps +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter5/index +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter6/index +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/Configuration-Management +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/Monitoring-And-Management +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/PNF-Plug-and-Play +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/Service-Design +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/VNF-On-boarding-and-package-management +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/index +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/Ansible-JSON-Key-Value-Description +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/Ansible-Playbook-Examples +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/Chef-JSON-Key-Value-Description +reading sources... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/OPNFV-Verified-Badging +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/TOSCA-model +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/VES_Registration_3_2 +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/VNF-License-Information-Guidelines +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/index +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/ves7_1spec +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter9/index +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/changes-by-section-el-alto +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/index +reading sources... [ 95%] submodules/vnfrqts/requirements.git/docs/release-notes +reading sources... [ 96%] submodules/vnfrqts/testcases.git/docs/Appendix +reading sources... [ 96%] submodules/vnfrqts/testcases.git/docs/OnboardInstantiateTests +reading sources... [ 96%] submodules/vnfrqts/testcases.git/docs/PackageTests +reading sources... [ 96%] submodules/vnfrqts/testcases.git/docs/index +reading sources... [ 96%] submodules/vnfrqts/testcases.git/docs/release-notes +reading sources... [ 96%] submodules/vnfrqts/usecases.git/docs/index +reading sources... [ 96%] submodules/vnfrqts/usecases.git/docs/manual_use_case +reading sources... [ 96%] submodules/vnfrqts/usecases.git/docs/release-notes +reading sources... [ 96%] submodules/vnfsdk/model.git/docs/files/Dovetail +reading sources... [ 96%] submodules/vnfsdk/model.git/docs/files/VNF SDK - Guide for Bundling VNFs +reading sources... [ 96%] submodules/vnfsdk/model.git/docs/files/VNFSDK-LFN-CVC +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/VNFSDK-Marketplace-userguide-operators +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/VNFSDK-Marketplace-userguide-vendors +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/csar-validation +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/marketplace-overview +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/pkgtool +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/vnf-packaging-model-blueprint +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/vnf-test-platform +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/files/vnfsdk-apis +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/index +reading sources... [ 97%] submodules/vnfsdk/model.git/docs/release-notes +reading sources... [ 97%] submodules/vvp/documentation.git/docs/contributing +reading sources... [ 98%] submodules/vvp/documentation.git/docs/humaninterfaces +reading sources... [ 98%] submodules/vvp/documentation.git/docs/index +reading sources... [ 98%] submodules/vvp/documentation.git/docs/installation +reading sources... [ 98%] submodules/vvp/documentation.git/docs/preload-generation +reading sources... [ 98%] submodules/vvp/documentation.git/docs/release-notes +reading sources... [ 98%] submodules/vvp/documentation.git/docs/validation-scripts +reading sources... [ 98%] templates/collections/platform-component +reading sources... [ 98%] templates/collections/sdk +reading sources... [ 98%] templates/sections/administration +reading sources... [ 98%] templates/sections/architecture +reading sources... [ 98%] templates/sections/build +reading sources... [ 99%] templates/sections/configuration +reading sources... [ 99%] templates/sections/consumedapis +reading sources... [ 99%] templates/sections/delivery +reading sources... [ 99%] templates/sections/design +reading sources... [ 99%] templates/sections/humaninterfaces +reading sources... [ 99%] templates/sections/installation +reading sources... [ 99%] templates/sections/logging +reading sources... [ 99%] templates/sections/offeredapis +reading sources... [ 99%] templates/sections/release-notes +reading sources... [ 99%] templates/sections/vnf-reference +reading sources... [ 99%] use-cases/index +reading sources... [100%] use-cases/vfw + +Copying static files for sphinx-needs datatables support...[ 2%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/datatables.min.css +Copying static files for sphinx-needs datatables support...[ 5%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/sphinx_needs_collapse.js +Copying static files for sphinx-needs datatables support...[ 8%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/datatables_loader.js +Copying static files for sphinx-needs datatables support...[ 11%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/datatables.min.js +Copying static files for sphinx-needs datatables support...[ 14%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/css/common.scss +Copying static files for sphinx-needs datatables support...[ 17%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/css/mixins.scss +Copying static files for sphinx-needs datatables support...[ 20%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/css/buttons.dataTables.min.css +Copying static files for sphinx-needs datatables support...[ 23%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/js/buttons.print.min.js +Copying static files for sphinx-needs datatables support...[ 26%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/js/buttons.flash.min.js +Copying static files for sphinx-needs datatables support...[ 29%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/js/buttons.html5.min.js +Copying static files for sphinx-needs datatables support...[ 32%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/js/buttons.colVis.min.js +Copying static files for sphinx-needs datatables support...[ 35%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/js/dataTables.buttons.min.js +Copying static files for sphinx-needs datatables support...[ 38%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/js/buttons.html5.js +Copying static files for sphinx-needs datatables support...[ 41%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Buttons-1.5.1/swf/flashExport.swf +Copying static files for sphinx-needs datatables support...[ 44%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/JSZip-2.5.0/jszip.min.js +Copying static files for sphinx-needs datatables support...[ 47%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/pdfmake-0.1.32/pdfmake.min.js +Copying static files for sphinx-needs datatables support...[ 50%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/pdfmake-0.1.32/vfs_fonts.js +Copying static files for sphinx-needs datatables support...[ 52%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Responsive-2.2.1/css/responsive.dataTables.min.css +Copying static files for sphinx-needs datatables support...[ 55%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Responsive-2.2.1/js/dataTables.responsive.min.js +Copying static files for sphinx-needs datatables support...[ 58%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Scroller-1.4.4/css/scroller.dataTables.min.css +Copying static files for sphinx-needs datatables support...[ 61%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/Scroller-1.4.4/js/dataTables.scroller.min.js +Copying static files for sphinx-needs datatables support...[ 64%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/FixedColumns-3.2.4/css/fixedColumns.dataTables.min.css +Copying static files for sphinx-needs datatables support...[ 67%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/FixedColumns-3.2.4/js/dataTables.fixedColumns.min.js +Copying static files for sphinx-needs datatables support...[ 70%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/ColReorder-1.4.1/css/colReorder.dataTables.min.css +Copying static files for sphinx-needs datatables support...[ 73%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/ColReorder-1.4.1/js/dataTables.colReorder.min.js +Copying static files for sphinx-needs datatables support...[ 76%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/DataTables-1.10.16/images/sort_desc.png +Copying static files for sphinx-needs datatables support...[ 79%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/DataTables-1.10.16/images/sort_asc_disabled.png +Copying static files for sphinx-needs datatables support...[ 82%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/DataTables-1.10.16/images/sort_both.png +Copying static files for sphinx-needs datatables support...[ 85%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/DataTables-1.10.16/images/sort_asc.png +Copying static files for sphinx-needs datatables support...[ 88%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/DataTables-1.10.16/images/sort_desc_disabled.png +Copying static files for sphinx-needs datatables support...[ 91%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/DataTables-1.10.16/css/jquery.dataTables.min.css +Copying static files for sphinx-needs datatables support...[ 94%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/DataTables-1.10.16/js/jquery.dataTables.min.js +Copying static files for sphinx-needs datatables support...[ 97%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/FixedHeader-3.1.3/css/fixedHeader.dataTables.min.css +Copying static files for sphinx-needs datatables support...[100%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/FixedHeader-3.1.3/js/dataTables.fixedHeader.min.js + +Copying static files for sphinx-needs collapse support...[100%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/libs/html/sphinx_needs_collapse.js + +Copying static files for sphinx-needs custom style support...[ 25%] common.css +Copying static files for sphinx-needs custom style support...[ 50%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/css/modern/layouts.css +Copying static files for sphinx-needs custom style support...[ 75%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/css/modern/styles.css +Copying static files for sphinx-needs custom style support...[100%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/css/modern/modern.css + +Traceback (most recent call last): + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 226, in run + api_desc = self.processSwaggerURL(api_url) + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 38, in processSwaggerURL + with open(absfn) as fd: +FileNotFoundError: [Errno 2] No such file or directory: '/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/cmso.git/docs/sections/swaggerdoc/oof-cmso-topology-api.json' +Traceback (most recent call last): + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 238, in run + section += self.make_method(path, method_type, method) + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 158, in make_method + paragraph += nodes.Text(method.get('summary', '')) +AttributeError: 'str' object has no attribute 'get' +Traceback (most recent call last): + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 226, in run + api_desc = self.processSwaggerURL(api_url) + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 41, in processSwaggerURL + return json.loads(content) + File "/usr/lib/python3.6/json/__init__.py", line 354, in loads + return _default_decoder.decode(s) + File "/usr/lib/python3.6/json/decoder.py", line 339, in decode + obj, end = self.raw_decode(s, idx=_w(s, 0).end()) + File "/usr/lib/python3.6/json/decoder.py", line 355, in raw_decode + obj, end = self.scan_once(s, idx) +json.decoder.JSONDecodeError: Invalid control character at: line 5 column 24 (char 94) +Traceback (most recent call last): + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 238, in run + section += self.make_method(path, method_type, method) + File "/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/swaggerdoc/swaggerv2_doc.py", line 158, in make_method + paragraph += nodes.Text(method.get('summary', '')) +AttributeError: 'list' object has no attribute 'get' +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-developer/use-cases/index.rst:11: WARNING: toctree contains reference to nonexisting document 'guides/onap-developer/use-cases/volte' +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/instantiate/instantiation/index.rst:30: WARNING: toctree contains reference to nonexisting document 'guides/onap-user/instantiate/instantiation/vnf_configure/index' +/home/tom/onapdocs/doc-test/doc/docs/smsummary.rst:10: WARNING: Include file '/home/tom/onapdocs/doc-test/doc/docs/_static/smsummary.out' not found or reading it failed +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/authz.git/docs/sections/configuration/service.rst:355: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/authz.git/docs/sections/configuration/service.rst:356: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/nodesApi.rst:38: WARNING: Error in "code" directive: +maximum 1 argument(s) allowed, 5 supplied. + +.. code:: + GET /aai/v$/nodes/{plural} + OR + GET /aai/v$/nodes/{singular}/{key} +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/platform/installation.rst:67: WARNING: Title underline too short. + +MultiCloud register to MSB +^^^^^^^^^^^^^^^^^^^^^^^ +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/platform/installation.rst:67: WARNING: Title underline too short. + +MultiCloud register to MSB +^^^^^^^^^^^^^^^^^^^^^^^ +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:14: WARNING: Unknown target name: "aai-146". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:15: WARNING: Unknown target name: "aai-222". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:16: WARNING: Unknown target name: "aai-224". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:17: WARNING: Unknown target name: "aai-225". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:18: WARNING: Unknown target name: "aai-278". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:19: WARNING: Unknown target name: "aai-377". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:20: WARNING: Unknown target name: "aai-393". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:21: WARNING: Unknown target name: "aai-398". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:22: WARNING: Unknown target name: "aai-400". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:23: WARNING: Unknown target name: "aai-407". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:24: WARNING: Unknown target name: "aai-420". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:25: WARNING: Unknown target name: "aai-422". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:26: WARNING: Unknown target name: "aai-424". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:27: WARNING: Unknown target name: "aai-425". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-gui.git/docs/release-notes/bug-fixes.rst:28: WARNING: Unknown target name: "aai-426". +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-server.git/docs/platform/installation.rst:67: WARNING: Title underline too short. + +MultiCloud register to MSB +^^^^^^^^^^^^^^^^^^^^^^^ +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/esr-server.git/docs/platform/installation.rst:67: WARNING: Title underline too short. + +MultiCloud register to MSB +^^^^^^^^^^^^^^^^^^^^^^^ +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/event-client.git/docs/index.rst:4: WARNING: Title underline too short. + +Event Client Documentation Repository +---------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/event-client.git/docs/release-notes.rst:18: WARNING: Title underline too short. + +Version: 1.2.0-BEIJING +-------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:1512: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:1626: WARNING: Title level inconsistent: + +GetConfig Response: +~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:1738: WARNING: Title level inconsistent: + +LicenseManagement Response\ **:** +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:1868: WARNING: Title level inconsistent: + +PostEvacuate Response: +~~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:1905: WARNING: Title level inconsistent: + +PostMigrate Response: +~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:1942: WARNING: Title level inconsistent: + +PostRebuild Response: +~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2017: WARNING: Title level inconsistent: + +PreEvacuate Response: +~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2052: WARNING: Title level inconsistent: + +PreMigrate Response: +~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2089: WARNING: Title level inconsistent: + +PreRebuild Response: +~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2134: WARNING: Title level inconsistent: + +Provisioning Response\ **:** +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2220: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2222: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2534: WARNING: Title level inconsistent: + +StartTraffic Response\ **:** +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2579: WARNING: Title level inconsistent: + +StatusTraffic Response\ **:** +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide.rst:2700: WARNING: Title level inconsistent: + +StopTraffic Response\ **:** +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/release-notes.rst:19: WARNING: Duplicate explicit target name: "project vulnerability review table for appc". +/home/tom/onapdocs/doc-test/doc/docs/submodules/appc.git/docs/release-notes.rst:19: WARNING: Duplicate explicit target name: "project vulnerability review table for appc". +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/apps.git/docs/index.rst:15: WARNING: Title underline too short. + +Microservices: +============= +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/apps.git/docs/index.rst:15: WARNING: Title underline too short. + +Microservices: +============= +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/apps.git/docs/index.rst:30: WARNING: Enumerated list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/apps.git/docs/index.rst:33: WARNING: Enumerated list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:12: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:14: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:17: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:20: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:26: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:27: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:29: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:31: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:33: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:34: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:35: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address.rst:36: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/designtime.rst:43: WARNING: Title underline too short. + +Services: +-------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/designtime.rst:43: WARNING: Title underline too short. + +Services: +-------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:34: WARNING: Content block expected for the "code" directive; none found. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:38: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:44: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:46: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:48: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:49: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:51: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:54: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:55: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:57: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:60: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:63: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:64: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:65: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:66: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:67: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:68: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst:69: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations.rst:334: WARNING: Inline interpreted text or phrase reference start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations.rst:334: WARNING: Inline interpreted text or phrase reference start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations.rst:627: WARNING: Inline interpreted text or phrase reference start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations.rst:627: WARNING: Inline interpreted text or phrase reference start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations.rst:: WARNING: Anonymous hyperlink mismatch: 7 references but 0 targets. +See "backrefs" attribute for IDs. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations.rst:619: WARNING: Unknown target name: "sdn-controller < https://wiki.onap .org/display/dw/s dn+controller+dev elopment+guide>". +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/general.rst:41: WARNING: Inline emphasis start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/general.rst:41: WARNING: Inline emphasis start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home.rst:25: WARNING: toctree contains reference to nonexisting document 'submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/applications' +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home.rst:25: WARNING: toctree contains reference to nonexisting document 'submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/installation' +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home.rst:25: WARNING: toctree contains reference to nonexisting document 'submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/faq' +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home.rst:25: WARNING: toctree contains reference to nonexisting document 'submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/abbreviations' +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home.rst:22: WARNING: image file not readable: submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/./ONAP-SDN-R.png +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/index.rst:9: WARNING: toctree contains reference to nonexisting document 'submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/guides/onap-user/home' +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/index.rst:29: WARNING: download file not readable: /home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/swagger/swagger.html +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for clamp". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:169: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:185: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "wiki". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for clamp". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "wiki". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for clamp". +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/user-guide.rst:85: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/user-guide.rst:98: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/OOM_and_HEAT_based_deployment.rst:13: WARNING: Title underline too short. + +OpenStack HEAT based deployment +------------------------------ +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/architecture.rst:15: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/architecture.rst:18: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/cmd_help_onap_beijing.rst:1245: WARNING: Literal block ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/cmd_sample_onap_amsterdam.rst:9: WARNING: duplicate label cli_cmd_sample, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/cmd_sample.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/open_cli_schema_version_1_0.rst:92: WARNING: Title underline too short. + +parameters +--------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/open_cli_schema_version_1_0.rst:92: WARNING: Title underline too short. + +parameters +--------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/open_cli_schema_version_1_0.rst:704: WARNING: Title overline & underline mismatch. + +-------------------- +request +~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/release-notes.rst:111: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/release-notes.rst:5: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/release-notes.rst:5: WARNING: Duplicate explicit target name: "project vulnerability review table for cli". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:531: WARNING: Duplicate explicit target name: "d_fb61d9acd5848e8d882a33934d47ad4f". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:878: WARNING: Duplicate explicit target name: "d_fd89ec3540efda71c3748235024e0b4d". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:891: WARNING: Duplicate explicit target name: "i_793f480461dccbb35537f2001ab7af5b". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:986: WARNING: Duplicate explicit target name: "d_7a085a9ab5ed1527229588d3b6d2c4c2". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:999: WARNING: Duplicate explicit target name: "i_24d5c9ce4ae509ac2272fb61bf0e2003". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:1080: WARNING: Duplicate explicit target name: "d_fd89ec3540efda71c3748235024e0b4d". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:1093: WARNING: Duplicate explicit target name: "i_793f480461dccbb35537f2001ab7af5b". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:1126: WARNING: Duplicate explicit target name: "d_7a085a9ab5ed1527229588d3b6d2c4c2". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:1139: WARNING: Duplicate explicit target name: "i_24d5c9ce4ae509ac2272fb61bf0e2003". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:1172: WARNING: Duplicate explicit target name: "d_fb61d9acd5848e8d882a33934d47ad4f". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/build.rst:40: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for dcae". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for dcae". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for dcae". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/datalake-handler/index.rst:6: WARNING: Title underline too short. + +DataLake-Handler MS +============== +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/datalake-handler/overview.rst:33: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/datalake-handler/overview.rst:65: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/certificates.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/build_setup.rst:98: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/build_setup.rst:167: WARNING: Inline substitution_reference start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/testprocedure.rst:29: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/testprocedure.rst:34: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/testprocedure.rst:35: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/testprocedure.rst:37: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/SampleSnmpTrapConversion.rst:6: WARNING: Title underline too short. + +Sample Snmp trap Conversion: +=========================== +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/delivery.rst:12: WARNING: Title underline too short. + +Docker Containers +--------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:5: WARNING: Title overline too short. + +============ +Flow for converting Rest Conf Collector notification +============ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:15: WARNING: Error in "image" directive: +no content permitted. + +.. image:: ./flow-rest-conf.png + :height: 200px + :width: 300 px + :scale: 50 % + :alt: alternate text + :align: left + + + ============ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:24: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:25: WARNING: Title underline too short. + +Flow for converting SNMP Collector notification +============ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:26: WARNING: Duplicate explicit target name: "1". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:27: WARNING: Duplicate explicit target name: "2". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:28: WARNING: Duplicate explicit target name: "3". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:29: WARNING: Duplicate explicit target name: "4". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:30: WARNING: Duplicate explicit target name: "5". +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/flow.rst:31: WARNING: Footnote [6] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/installation.rst:36: WARNING: Inline emphasis start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/mappingfile.rst:15: WARNING: Title underline too short. + +SNMP Collector Default Mapping File +============ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/mappingfile.rst:15: WARNING: Title underline too short. + +SNMP Collector Default Mapping File +============ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/mappingfile.rst:63: WARNING: Title underline too short. + +RestConf Collector Default Mapping File +============ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/mappingfile.rst:63: WARNING: Title underline too short. + +RestConf Collector Default Mapping File +============ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/troubleshooting.rst:38: WARNING: Title underline too short. + +Deployment/Installation errors +-------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/troubleshooting.rst:49: WARNING: Literal block ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/pm-mapper/troubleshooting.rst:7: WARNING: duplicate label troubleshooting, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/mapper/troubleshooting.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/troubleshooting.rst:7: WARNING: duplicate label troubleshooting, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/pm-mapper/troubleshooting.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/release-notes.rst:17: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/release-notes.rst:21: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/son-handler/son_handler_troubleshooting.rst:9: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/son-handler/son_handler_troubleshooting.rst:16: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/ves-hv/troubleshooting.rst:7: WARNING: duplicate label troubleshooting, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/troubleshooting.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/tls_enablement.rst:25: WARNING: Enumerated list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/tls_enablement.rst:30: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:38: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:40: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:42: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:43: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:46: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:47: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:50: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:56: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:58: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:60: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:61: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:64: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:65: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/buscontroller.git/docs/Installation/Installation.rst:70: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:67: WARNING: Title underline too short. + +Steps for local development and test +------------------------ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:67: WARNING: Title underline too short. + +Steps for local development and test +------------------------ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:70: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:73: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:76: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:85: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:87: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:89: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:95: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:98: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:99: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:102: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:104: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:112: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:114: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation.rst:118: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/index.rst:5: WARNING: Title underline too short. + +dmaap/message router(MR) +==================== +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api.rst:25: WARNING: Title underline too short. + +HTTP URL +------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api.rst:25: WARNING: Title underline too short. + +HTTP URL +------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api.rst:99: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api.rst:279: WARNING: Malformed table. + ++----------------------------------------------------------------------------------------------------+ +| GET http://<hostname>:3904/events/org.onap.dmaap.mr.sprint/mygroup/mycus | +| | +| Content-Type: application/json | +| | +| Example: | +| | +|curl -u XXX@csp.abc.com:MRDmap2016$ -X GET -d 'MyfirstMessage' | +| | +|http://10.12.7.22:3904/events/com.att.ecomp_test.crm.preDeo/myG/C1 | +| | +|[I am r sending first msg,I am R sending first msg] | ++----------------------------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api.rst:308: WARNING: Malformed table. + ++-------------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-----------------------------------+ +| Name | Description | Param Type | datatype | MaxLen | Required | Format | Valid/Example Values | ++===================+=================================+==================+============+==============+=============+=============+===================================+ +| Topicname | topicname to be created in MR | Body | String | 20 | Y | Json | org.onap.dmaap.mr.metrics | ++-------------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-----------------------------------+ +| topicDescription | description for topic | Body | String | 15 | Y | | | ++-------------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-----------------------------------+ +| partitionCount | Kafka topic partition | Body | String | 1 | Y | | | ++-------------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-----------------------------------+ +| replicationCount | Kafka topic replication | Body | String | 1 | Y | | 3 (Default -for 3 node Kafka ) | ++-------------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-----------------------------------+ +| transaction | to create transaction id for | Body | Boolean | 1 | N | | true | +| Enabled | each message transaction | | | | | | | ++-------------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-----------------------------------+ +| Content-Type | application/json | Header | String | | | | application/json | ++-------------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-----------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api.rst:378: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api.rst:450: WARNING: Malformed table. + ++-----------------------------------------------------------------------------------------------------------------------------------+ +| GET http://<hostname>:3904/topic/org.onap.dmaap.mr.testtopic | +| curl -u XXX@csp.abc.com:x$ -X | +| GET http://10.12.7.22:3904/topics | +| {"topics": [ | +| {"txenabled": true,"description": "This is a TestTopic","owner": "XXXX@csp.abc.com","topicName": "org.onap.dmaap.mr.Load9"| +| {"txenabled": false,"description": "", "owner": "", "topicName": "org.onap.dmaap.mr.Load1" | +| ]}, | ++-----------------------------------------------------------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/holmes/rule-management.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/holmes/rule-management.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for holmes". +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/codesearch/README.rst:57: WARNING: Error in "code-block" directive: +maximum 1 argument(s) allowed, 4 supplied. + +.. code-block:: sh + vagrant up --provider=libvirt +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/vagrant-minimal-onap/README.rst:31: WARNING: Error in "code-block" directive: +maximum 1 argument(s) allowed, 29 supplied. + +.. code-block:: sh + sudo sed -i'.bak' 's/^#.*deb-src/deb-src/' /etc/apt/sources.list + sudo apt-get update + sudo apt-get build-dep vagrant ruby-libvirt + sudo apt-get install qemu libvirt-bin ebtables dnsmasq-base + sudo apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev + + sudo apt-get install sshfs + + wget https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.deb + sudo dpkg -i vagrant_2.2.7_x86_64.deb + + vagrant plugin install vagrant-libvirt + vagrant plugin install vagrant-sshfs + + sudo mv /etc/apt/sources.list{.bak,} + rm vagrant_2.2.7_x86_64.deb +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/vagrant-minimal-onap/README.rst:115: WARNING: Error in "code-block" directive: +maximum 1 argument(s) allowed, 4 supplied. + +.. code-block:: sh + vagrant up --provider=libvirt +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/vagrant-minimal-onap/README.rst:125: WARNING: Error in "code-block" directive: +maximum 1 argument(s) allowed, 4 supplied. + +.. code-block:: sh + vagrant ssh operator +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/vagrant-minimal-onap/README.rst:131: WARNING: Error in "code-block" directive: +maximum 1 argument(s) allowed, 9 supplied. + +.. code-block:: sh + # Operator's machine shell + kubectl -nonap get pods +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_Bulk_PM.rst:10: WARNING: Title underline too short. + +5G Bulk PM Package +~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_Configuration_over_NETCONF.rst:7: WARNING: Title underline too short. + +5G - Configuration over NETCONF +---------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_Configuration_over_NETCONF.rst:19: WARNING: Inline interpreted text or phrase reference start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_Configuration_over_NETCONF.rst:20: WARNING: Inline interpreted text or phrase reference start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_PNF_Software_Upgrade.rst:34: WARNING: Unknown target name: "in ansible server container, prepare the ssh connection conditions to the external controller, both ssh key file and ansible inventory configuration". +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_PNF_Software_Upgrade.rst:36: WARNING: Unknown target name: "in sdnc controller container, update the dg configuration file: lcm-dg.properties.". +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_PNF_Software_Upgrade.rst:45: WARNING: Unknown target name: "login controller ui, access the pre-check lcm operation (or other operations) and send request, the detailed request parameters can be found in corresponding test case link.". +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_PNF_Software_Upgrade.rst:47: WARNING: Unknown target name: "the http api response code 200 and lcm retured code 400 (see appc return code design specification) indicate success, otherwise failed.". +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:19: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:32: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:33: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:36: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:39: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:360: WARNING: Title level inconsistent: + +Policy: BBS APEX policy +======================= +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:400: WARNING: Title level inconsistent: + +Edge Services: vBNG+AAA+DHCP, Edge SDN M&C +========================================== +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:405: WARNING: Title level inconsistent: + +References +========== +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst:291: WARNING: Unknown target name: "<http://<consul_server_ui>:30270/ui/#/dc1/services>". +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst:85: WARNING: Title underline too short. + +Service used for CCVPN +~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst:85: WARNING: Title underline too short. + +Service used for CCVPN +~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst:131: WARNING: Inconsistent literal block quoting. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst:153: WARNING: Literal block expected; none found. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst:163: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst:172: WARNING: Enumerated list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst:187: WARNING: Inline emphasis start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_scaleout.rst:1127: WARNING: Literal block ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst:68: WARNING: Title underline too short. + +Design Time: +~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst:68: WARNING: Title underline too short. + +Design Time: +~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst:73: WARNING: Title underline too short. + +Run Time: +~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst:73: WARNING: Title underline too short. + +Run Time: +~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst:146: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst:150: WARNING: Enumerated list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst:153: WARNING: Literal block expected; none found. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vfwHPA.rst:11: WARNING: Title underline too short. + +Description +~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vfwHPA.rst:29: WARNING: Title underline too short. + +Setting Up and Installation +~~~~~~~~~~~~~~~~~~~~~~~~~~ +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vfwHPA.rst:29: WARNING: Title underline too short. + +Setting Up and Installation +~~~~~~~~~~~~~~~~~~~~~~~~~~ +docs/submodules/integration.git/docs/onap-oom-heat.rst:130: WARNING: Unexpected indentation. +docs/submodules/integration.git/docs/onap-oom-heat.rst:131: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/onap-integration-ci.rst:4: WARNING: duplicate label onap-integration-ci, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/index.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/onap-oom-heat.rst:130: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/onap-oom-heat.rst:131: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/onap-oom-heat.rst:4: WARNING: duplicate label onap-oom-heat, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/index.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/release-notes.rst:8: WARNING: duplicate label doc-release-notes, other instance in /home/tom/onapdocs/doc-test/doc/docs/release-notes.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration/benchmark.git/docs/release-notes.rst:8: WARNING: duplicate label doc-release-notes, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/release-notes.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/index.rst:4: WARNING: Title underline too short. + +Logging Documentation Repository +---------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project vulnerability review table for log". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project vulnerability review table for log". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project vulnerability review table for log". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:9: WARNING: Duplicate explicit target name: "project vulnerability review table for log". +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst:368: WARNING: Unknown target name: "log-892 <https://jira.onap.org/browse/log-892". +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:368: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:372: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:376: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:380: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:386: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:390: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:394: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:398: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:404: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:408: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:412: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:416: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:422: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:426: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:430: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:434: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:440: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:444: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:448: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:452: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:458: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:462: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:466: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:470: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:476: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:480: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:484: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:488: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:494: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:498: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:502: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:506: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:512: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:516: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:520: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:524: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:530: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:534: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:538: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:542: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:548: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:552: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:556: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:560: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:566: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:570: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:574: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:578: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:584: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:588: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:592: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:596: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:602: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:606: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:610: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:614: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:620: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:624: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:628: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:632: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:638: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:642: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:646: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:650: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:656: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:660: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:664: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:668: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:694: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:698: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:702: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:706: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:712: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:716: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:720: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:724: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:746: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:750: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:754: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:758: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:826: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:830: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:834: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:838: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:844: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:848: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:852: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:856: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:862: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:866: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:870: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:874: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:880: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:884: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:888: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:892: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:898: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:902: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:906: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:910: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:963: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:967: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:971: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:975: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:981: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:985: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:989: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:993: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:999: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1003: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1007: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1011: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1017: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1021: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1025: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1029: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1035: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1039: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1043: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1047: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1053: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1057: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1061: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1065: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1078: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1082: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1086: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1090: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1122: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1126: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1130: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1134: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1140: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1144: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1148: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1152: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1158: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1162: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1166: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1170: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1176: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1180: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1184: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1188: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1217: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1221: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1225: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1229: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1235: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1239: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1243: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1247: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1253: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1257: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1261: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1265: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1271: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1275: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1279: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1283: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1289: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1293: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1297: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1301: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1307: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1311: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1315: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1319: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1325: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1329: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1333: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1337: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1343: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1347: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1351: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1355: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1361: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1365: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1369: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1373: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1379: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1383: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1387: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1391: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1399: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1403: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1407: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1411: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1417: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1421: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1425: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1429: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1435: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1439: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1443: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1447: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1453: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1457: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1461: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1465: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1471: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1475: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1479: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1483: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1489: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1493: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1497: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1501: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1507: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1511: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1515: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1519: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1525: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1529: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1533: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1537: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1543: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1547: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1551: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1555: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1577: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1581: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1585: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1589: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1611: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1615: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1619: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1623: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1659: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1663: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1667: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1671: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1697: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1701: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1705: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1709: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1715: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1719: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1723: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1727: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1733: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1737: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1741: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1745: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1751: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1755: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1759: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1763: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1769: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1773: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1777: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1781: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1787: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1791: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1795: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1799: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1805: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1809: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1813: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1817: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1823: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1827: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1831: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1835: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1841: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1845: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1849: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1853: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1859: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1863: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1867: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1871: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1879: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1883: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1887: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1891: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1897: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1901: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1905: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1909: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1915: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1919: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1923: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1927: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1933: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1937: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1941: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1945: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1951: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1955: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1959: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1963: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1969: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1973: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1977: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:1981: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2006: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2010: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2014: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2018: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2024: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2028: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2032: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2036: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2056: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2060: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2064: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2068: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2074: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2078: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2082: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2086: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2092: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2096: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2100: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2104: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2110: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2114: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2118: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2122: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2128: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2132: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2136: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2140: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2146: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2150: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2154: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2158: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2164: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2168: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2172: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2176: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2182: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2186: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2190: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2194: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2231: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2235: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2239: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2243: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2249: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2253: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2257: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2261: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2267: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2271: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2275: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2279: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2285: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2289: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2293: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2297: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2303: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2307: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2311: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2315: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2321: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2325: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2329: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2333: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2339: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2343: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2347: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2351: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2357: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2361: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2365: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2369: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2375: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2379: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2383: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2387: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2393: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2397: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2401: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2405: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2411: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2415: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2419: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2423: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2429: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2433: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2437: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2441: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2447: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2451: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2455: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2459: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2465: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2469: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2473: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2477: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2483: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2487: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2491: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2495: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2501: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2505: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2509: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2513: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2519: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2523: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2527: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2531: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2569: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2573: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2577: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2581: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2587: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2591: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2595: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2599: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2605: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2609: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2613: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2617: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2623: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2627: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2631: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2635: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2641: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2645: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2649: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2653: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2695: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2699: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2703: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2707: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2713: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2717: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2721: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2725: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2748: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2752: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2756: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2760: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2766: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2770: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2774: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2778: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2784: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2788: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2792: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2796: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2802: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2806: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2810: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2814: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2820: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2824: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2828: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2832: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2838: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2842: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2846: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2850: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2856: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2860: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2864: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2868: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2874: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2878: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2882: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2886: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2909: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2913: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2917: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2921: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2927: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2931: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2935: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2939: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2945: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2949: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2953: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2957: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2963: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2967: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2971: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2975: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2981: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2985: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2989: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2993: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:2999: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3003: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3007: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3011: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3017: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3021: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3025: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3029: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3035: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3039: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3043: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3047: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3053: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3057: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3061: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3065: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3087: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3091: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3095: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3099: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3105: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3109: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3113: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3117: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3123: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3127: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3131: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3135: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3141: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3145: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3149: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3153: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3159: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3163: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3167: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3171: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3177: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3181: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3185: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3189: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3195: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3199: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3203: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3207: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3213: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3217: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3221: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3225: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3231: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3235: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3239: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3243: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3249: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3253: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3257: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3261: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3267: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3271: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3275: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3279: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3285: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3289: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3293: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3297: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3303: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3307: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3311: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3315: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3321: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3325: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3329: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3333: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3339: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3343: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3347: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3351: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3357: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3361: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3365: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3369: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3375: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3379: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3383: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3387: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3393: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3397: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3401: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3405: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3427: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3431: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3435: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3439: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3484: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3488: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3492: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3496: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3502: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3506: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3510: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3514: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3520: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3524: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3528: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3532: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3538: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3542: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3546: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3550: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3556: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3560: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3564: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3568: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3574: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3578: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3582: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3586: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3592: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3596: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3600: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3604: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3610: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3614: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3618: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3622: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3628: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3632: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3636: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3640: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3646: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3650: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3654: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3658: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3664: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3668: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3672: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3676: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3682: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3686: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3690: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3694: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3700: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3704: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3708: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3712: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3718: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3722: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3726: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3730: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3736: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3740: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3744: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3748: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3754: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3758: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3762: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3766: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3789: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3793: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3797: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3801: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3807: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3811: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3815: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3819: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3825: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3829: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3833: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3837: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3843: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3847: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3851: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3855: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3861: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3865: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3869: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3873: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3879: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3883: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3887: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3891: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3897: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3901: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3905: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3909: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3915: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3919: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3923: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3927: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3933: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3937: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3941: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3945: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3951: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3955: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3959: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3963: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3969: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3973: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3977: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3981: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3987: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3991: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3995: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:3999: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4005: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4009: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4013: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4017: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4051: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4055: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4059: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4063: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4069: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4073: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4077: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4081: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4089: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4093: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4097: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4101: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4107: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4111: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4115: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4119: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4125: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4129: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4133: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4137: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4146: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4150: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4154: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4158: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4164: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4168: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4172: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4176: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4182: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4186: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4190: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4194: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4200: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4204: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4208: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4212: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4218: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4222: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4226: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4230: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4236: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4240: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4244: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4248: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4254: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4258: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4262: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4266: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4272: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4276: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4280: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4284: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4290: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4294: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4298: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4302: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4325: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4329: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4333: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4337: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4343: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4347: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4351: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4355: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4361: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4365: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4369: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4373: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4379: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4383: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4387: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4391: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4411: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4415: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4419: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4423: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4448: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4452: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4456: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4460: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4466: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4470: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4474: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4478: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4484: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4488: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4492: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4496: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4502: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4506: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4510: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4514: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4542: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4546: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4550: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4554: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4560: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4564: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4568: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4572: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4578: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4582: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4586: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4590: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4617: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4621: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4625: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4629: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4635: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4639: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4643: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4647: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4656: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4660: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4664: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4668: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4674: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4678: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4682: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4686: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4692: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4696: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4700: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4704: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4710: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4714: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4718: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4722: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4749: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4753: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4757: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4761: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4767: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4771: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4775: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4779: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4785: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4789: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4793: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4797: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4823: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4827: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4831: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4835: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4841: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4845: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4849: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4853: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4859: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4863: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4867: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4871: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4877: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4881: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4885: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4889: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4901: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4905: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4909: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4913: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4927: WARNING: Inline strong start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4935: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4937: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4940: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4945: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4948: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4950: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4956: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4958: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4961: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4966: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4969: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:4971: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5067: WARNING: Inline strong start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5075: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5077: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5080: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5085: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5088: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5090: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5096: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5098: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5101: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5106: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5109: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5111: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5129: WARNING: Inline strong start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5137: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5139: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5142: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5147: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5150: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5152: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5158: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5160: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5163: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5168: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5171: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5173: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5183: WARNING: Inline strong start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5191: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5193: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5196: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5201: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5204: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5206: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5212: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5214: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5217: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5222: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5225: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5227: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5242: WARNING: Inline strong start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5250: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5252: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5255: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5260: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5263: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5265: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5271: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5273: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5276: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5281: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5284: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5286: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5296: WARNING: Inline strong start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5304: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5306: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5309: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5314: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5317: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5319: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5325: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5327: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5330: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5335: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5338: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service.rst:5340: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES index.rst:8: WARNING: toctree contains reference to nonexisting document 'submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES-class-1' +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES index.rst:8: WARNING: toctree contains reference to nonexisting document 'submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES-class-2' +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES index.rst:8: WARNING: toctree contains reference to nonexisting document 'submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES-datatype' +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES index.rst:8: WARNING: toctree contains reference to nonexisting document 'submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES-enumeration' +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-class-2.rst:1928: WARNING: Malformed table. +Text in column margin in table line 19. + +============================================== ======== ========= ========================================================================================================================= ===================== +**Attribute Name** **Type** **Mult.** **Description** **Stereotypes** +============================================== ======== ========= ========================================================================================================================= ===================== +processorDimmAggregateThermal MarginIdentifier String 1 identifier for the aggregate thermal margin metrics from the processor dual inline memory module OpenModelAttribute + + - partOfObjectKey: 0 + + - uniqueSet: + + - isInvariant: false + + - unsigned: false + + - counter: NA + + - support: MANDATORY + + Preliminary +thermalMargin Number 1 the difference between the DIMM's current temperature, in celsius, and the DIMM's throttling thermal trip point OpenModelAttribute + + - partOfObjectKey: 0 + + - uniqueSet: + + - isInvariant: false + + - unsigned: false + + - counter: NA + + - support: MANDATORY + + Preliminary +============================================== ======== ========= ========================================================================================================================= ===================== +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VnfdAndVnfInstance.rst:95: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VnfdAndVnfInstance.rst:125: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VnfdAndVnfInstance.rst:2075: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VnfdAndVnfInstance.rst:2234: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/apigateway.git/docs/platform/delivery.rst:12: WARNING: Field list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/apigateway.git/docs/platform/delivery.rst:17: WARNING: Field list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/apigateway.git/docs/platform/offeredapis.rst:12: WARNING: Unknown target name: "msb api & user guide<https://wiki.onap.org/pages/viewpage.action?pageid=20873883>". +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/apigateway.git/docs/release-notes.rst:10: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/apigateway.git/docs/release-notes.rst:10: WARNING: Duplicate explicit target name: "project vulnerability review table for msb". +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/apigateway.git/docs/release-notes.rst:10: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/apigateway.git/docs/release-notes.rst:10: WARNING: Duplicate explicit target name: "project vulnerability review table for msb". +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-APIv0-Specification.rst:2660: WARNING: Title underline too short. + +13.2. **Get registry status** +------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-APIv0-Specification.rst:2660: WARNING: Title underline too short. + +13.2. **Get registry status** +------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-APIv0-Specification.rst:2662: WARNING: Malformed table. + ++---------------------+----------------------------------------------------------------------------------------------+ +| **IF Definition** | **Description** | ++=====================+==============================================================================================+ +| URI | http://msb.onap.org:80/api/multicloud/v0/{cloud-owner}_{cloud-region}/registry | ++---------------------+----------------------------------------------------------------------------------------------+ +| Operation | GET | ++---------------------+----------------------------------------------------------------------------------------------+ +| Direction | ESR-> MULTICLOUD | ++---------------------+----------------------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-APIv1-Specification.rst:2318: WARNING: Title underline too short. + +13.2. **Get registry status** +------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-APIv1-Specification.rst:2318: WARNING: Title underline too short. + +13.2. **Get registry status** +------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/Release Notes.rst:7: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/Release Notes.rst:7: WARNING: Duplicate explicit target name: "project vulnerability review table for multicloud". +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/Release Notes.rst:7: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/Release Notes.rst:7: WARNING: Duplicate explicit target name: "project vulnerability review table for multicloud". +/home/tom/onapdocs/doc-test/doc/docs/submodules/music.git/docs/release-notes.rst:27: WARNING: Unknown target name: "music-432 <https://jira.onap.org/projects/music/issues/music-432". +/home/tom/onapdocs/doc-test/doc/docs/submodules/oom.git/docs/release-notes.rst:11: WARNING: duplicate label release-notes-label, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics.git/docs/release-notes.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/cmso.git/docs/sections/consumedapis.rst:35: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/cmso.git/docs/sections/offeredapis.rst:46: WARNING: Title underline too short. + +CMSO Ticket Management API +==================== +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/cmso.git/docs/sections/offeredapis.rst:46: WARNING: Title underline too short. + +CMSO Ticket Management API +==================== +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/cmso.git/docs/sections/offeredapis.rst:64: WARNING: download file not readable: /home/tom/onapdocs/doc-test/doc/docs/submodules/optf/cmso.git/docs/sections/swaggerdoc/oof-cmso-topology-api.json +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/cmso.git/docs/sections/release-notes.rst:113: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst:31: WARNING: Unknown target name: "pypi". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst:32: WARNING: Unknown target name: "python/linux distribution notes". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst:33: WARNING: Unknown target name: "conductor template guide". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst:34: WARNING: Unknown target name: "example templates". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst:35: WARNING: Unknown target name: "homing api". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst:36: WARNING: Unknown target name: "bugs". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst:37: WARNING: Unknown target name: "source". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/docs/sections/release-notes.rst:124: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/osdf.git/docs/sections/release-notes.rst:7: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/osdf.git/docs/sections/release-notes.rst:7: WARNING: Duplicate explicit target name: "project vulnerability review table for optf". +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-001.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-002.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-003.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-004.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-005.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-006.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-007.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-008.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-009.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-010.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-011.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-012.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-013.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-014.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-015.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-016.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-017.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-018.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-019.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-020.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-021.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-022.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-023.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-024.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-025.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/docs/osa/OSA-2019-026.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-001.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-002.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-003.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-004.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-005.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-006.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-007.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-008.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-009.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-010.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-011.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-012.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-013.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-014.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-015.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-016.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-017.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-018.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-019.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-020.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-021.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-022.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-023.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-024.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-025.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-026.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/apex/APEX-Install-Guide.rst:1029: WARNING: Error in "code" directive: +maximum 1 argument(s) allowed, 2 supplied. + +.. code:: bash + :number-lines: + + # $APEX_HOME/bin/apexEngine.sh -c $APEX_HOME/examples/config/SampleDomain/Stdin2StdoutJsonEventJava.json (1) + # $APEX_HOME/bin/apexEngine.sh -c C:/apex/apex-full-2.0.0-SNAPSHOT/examples/config/SampleDomain/Stdin2StdoutJsonEventJava.json (2) + >%APEX_HOME%\bin\apexEngine.bat -c %APEX_HOME%\examples\config\SampleDomain\Stdin2StdoutJsonEventJava.json :: (3) +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/apex/APEX-User-Manual.rst:1026: WARNING: Content block expected for the "container" directive; none found. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/apex/APEX-User-Manual.rst:1041: WARNING: Content block expected for the "container" directive; none found. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/apex/APEX-User-Manual.rst:4350: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/apex/APEX-User-Manual.rst:5687: WARNING: Content block expected for the "container" directive; none found. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/apex/APEX-User-Manual.rst:5691: WARNING: Content block expected for the "container" directive; none found. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/api/api.rst:80: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/development/development.rst:6: WARNING: duplicate label policy-development-doc, other instance in /home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/development/actors/actors.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "project vulnerability review table for portal". +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "project vulnerability review table for portal". +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "project vulnerability review table for portal". +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/tutorials/portal-sdk/single-signon.rst:37: WARNING: Inline emphasis start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/tutorials/portal-sdk/your-angular-app.rst:24: WARNING: Inline emphasis start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/portal.git/docs/tutorials/portal-sdk/your-angular-app.rst:40: WARNING: Inline emphasis start-string without end-string. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1122: WARNING: Title underline too short. + +BE-janusgraph.properties +******************* +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1122: WARNING: Title underline too short. + +BE-janusgraph.properties +******************* +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1427: WARNING: Title underline too short. + +FE-workspace-configuration.yaml +***************************** +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1427: WARNING: Title underline too short. + +FE-workspace-configuration.yaml +***************************** +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1441: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1444: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1446: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1467: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1469: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/configuration.rst:1471: WARNING: Block quote ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/genericdesignerintegration.rst:4: WARNING: Title overline too short. + +======== +Generic Designer Integration +======== +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/logging.rst:17: WARNING: Malformed table. + ++-------------------------------+------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| Server | Location | Type | Description | Rolling | ++===============================+==========================================+=====================+===========================================================================================================================================================================================+=====================+ +| BE catalog and onboarding | /data/logs/BE/2017_03_10.stderrout.log | Jetty server log | The log describes info regarding Jetty startup and execution | the log rolls daily | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/BE/SDC/SDC-BE/audit.log | application audit | An audit record is created for each operation in SDC | rolls at 20 MB | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/BE/SDC/SDC-BE/debug.log | application logging | We can enable higher logging on demand by editing the logback.xml inside the server docker. | rolls at 20 MB | +| | | | The file is located under: config/catalog-be/logback.xml. | | +| | | | This log holds the debug and trace level output of the application. | | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/BE/SDC/SDC-BE/error.log | application logging | This log holds the info and error level output of the application. | rolls at 20 MB | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/BE/SDC/SDC-BE/transaction.log | application logging | Not currently in use, will be used in future releases. | rolls at 20 MB | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/BE/SDC/SDC-BE/all.log | application logging | On demand, we can enable log aggregation into one file for easier debugging. This is done by editing the logback.xml inside the server docker. | rolls at 20 MB | +| | | | The file is located under: config/catalog-be/logback.xml. | | +| | | | To allow this logger, set the value for this property to true This log holds all logging output of the application. | | ++-------------------------------+------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| FE | /data/logs/FE/2017_03_10.stderrout.log | Jetty server log | The log describes info regarding the Jetty startup and execution | the log rolls daily | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/FE/SDC/SDC-FE/debug.log | application logging | We can enable higher logging on demand by editing the logback.xml inside the server docker. | rolls at 20 MB | +| | | | The file is located,under: config/catalog-fe/logback.xml. | | +| | | | This log holds the debug and trace level output of the application. | | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/FE/SDC/SDC-FE/error.log | application logging | This log holds the Info and Error level output of the application. | rolls at 20 MB | ++ +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +| | /data/logs/FE/SDC/SDC-FE/all.log | application logging | On demand we can enable log aggregation into one file for easier debugging, by editing the logback.xml inside the server docker.The file is located under: config/catalog-fe/logback.xml. | rolls | +| | | | To allow this logger set this property to true | | +| | | | This log holds all the logging output of the application. | | ++-------------------------------+------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/logging.rst:82: WARNING: Title underline too short. + +Response Types +============= +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdnc/oam.git/docs/release-notes.rst:4: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdnc/oam.git/docs/release-notes.rst:363: WARNING: Unexpected indentation. +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdnc/oam.git/docs/release-notes.rst:370: WARNING: Definition list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/BPMN_Subprocess_Process_Flows.rst:32: WARNING: image file not readable: submodules/so.git/docs/developer_info/images/BPMN_Subprocess_process_flows_1.png +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/Camunda_Modeler.rst:13: WARNING: image file not readable: submodules/so.git/docs/developer_info/images/camunda_modeler_1.png +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/instantiation/nbi/index.rst:15: WARNING: toctree contains reference to nonexisting document 'submodules/so.git/submodules/externalapi/nbi.git/docs/offeredapis/offeredapis' +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/instantiation/nbi/index.rst:9: WARNING: duplicate label doc_guide_user_ser_inst_nbi, other instance in /home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/instantiate/instantiation/nbi/index.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/instantiation/so1/index.rst:9: WARNING: duplicate label doc_guide_user_ser_inst_so1, other instance in /home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/instantiate/instantiation/so1/index.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/instantiation/so2/index.rst:25: WARNING: toctree contains reference to nonexisting document 'submodules/so.git/submodules/ccsdk/cds.git/docs/index' +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/instantiation/so2/index.rst:9: WARNING: duplicate label doc_guide_user_ser_inst_so2, other instance in /home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/instantiate/instantiation/so2/index.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/instantiation/uui/index.rst:10: WARNING: toctree contains reference to nonexisting document 'submodules/so.git/submodules/usecase-ui.git/docs/platform/installation/user-guide/index' +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/instantiation/vid/index.rst:9: WARNING: toctree contains reference to nonexisting document 'submodules/so.git/submodules/vid.git/docs/humaninterfaces' +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/developer_info/instantiate/pre_instantiation/index.rst:9: WARNING: duplicate label doc_guide_user_pre_ser-inst, other instance in /home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/instantiate/pre_instantiation/index.rst +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "so-1194". +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/release-notes.rst:7: WARNING: Duplicate explicit target name: "project vulnerability review table for so". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/samplevnf.rst:56: WARNING: download file not readable: /home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simpleDual/simpleDual.v1.csar +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/samplevnf.rst:58: WARNING: download file not readable: /home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simpleDual/simpleDual.v2.csar +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:47: WARNING: Malformed table. + ++---------------------+--------------------------------------------------------------+ +| If Definition | Description | ++=====================+==============================================================+ +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances | ++---------------------+--------------------------------------------------------------+ +| Operation | POST | ++---------------------+--------------------------------------------------------------+ +| Direction | NFVO->VNFMLCM | ++---------------------+--------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:102: WARNING: Malformed table. + ++---------------------+------------------------------------------------------------------------------+ +| If Definition | Description | ++=====================+==============================================================================+ +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances/{vnfInstanceId} | ++---------------------+------------------------------------------------------------------------------+ +| Operation | DELETE | ++---------------------+------------------------------------------------------------------------------+ +| Direction | NFVO->VNFMLCM | ++---------------------+------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:143: WARNING: Malformed table. + ++---------------------+-------------------------------------------------------------------------------------------+ +| If Definition | Description | ++=====================+===========================================================================================+ +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf_instances/{vnfInstanceId}/instantiate | ++---------------------+-------------------------------------------------------------------------------------------+ +| Operation | POST | ++---------------------+-------------------------------------------------------------------------------------------+ +| Direction | NFVO->VNFMLCM | ++---------------------+-------------------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:212: WARNING: Malformed table. + ++-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ +| Attribute | Qualifier | Cardinality | Content | Description | ++=================+===========+=============+==============+==========================================================================================================================================+ +| vimInfoId | M | 1 | Identifier | The identifier of this VimInfo instance, for the purpose of referencing it from other information elements. | ++-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ +| vimId | M | 1 | Identifier | The identifier of the VIM. | ++-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ +| interfaceInfo | M | 0..N | KeyValuePair | Information about the interface to the VIM, including VIM provider type, API version and protocol type. | ++-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ +| accessInfo | M | 0..N | KeyValuePair | Authentication credentials for accessing the VIM. Examples may include those to support different authentication schemes, e.g., OAuth, | +| | | | | Token etc. | ++-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ +| interface | M | 1 | String | Information about the interface endpoint. An example is a URL. | +| Endpoint | | | | Token etc. | ++-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:402: WARNING: Malformed table. + ++---------------------+-----------------------------------------------------------------------------------------+ +| If Definition | Description | ++=====================+=========================================================================================+ +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances/{vnfInstanceId}/term inate | ++---------------------+-----------------------------------------------------------------------------------------+ +| Operation | POST | ++---------------------+-----------------------------------------------------------------------------------------+ +| Direction | NFVO->VNFMLCM | ++---------------------+-----------------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:485: WARNING: Malformed table. + ++---------------------+--------------------------------------------------------------+ +| If Definition | Description | ++=====================+==============================================================+ +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances | ++---------------------+--------------------------------------------------------------+ +| Operation | GET | ++---------------------+--------------------------------------------------------------+ +| Direction | NFVO->VNFMLCM | ++---------------------+--------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:933: WARNING: Malformed table. + ++---------------------+------------------------------------------------------------------------------+ +| If Definition | Description | ++=====================+==============================================================================+ +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf_instances/{vnfInstanceId} | ++---------------------+------------------------------------------------------------------------------+ +| Operation | GET | ++---------------------+------------------------------------------------------------------------------+ +| Direction | NFVO->VNFMLCM | ++---------------------+------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst:1143: WARNING: Malformed table. + ++---------------------+-------------------------------------------------------------------------------------------------+ +| If Definition | Description | ++=====================+=================================================================================================+ +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_lc\_ops/{vnfLcOpId}&response Id={responseId} | ++---------------------+-------------------------------------------------------------------------------------------------+ +| Operation | GET | ++---------------------+-------------------------------------------------------------------------------------------------+ +| Direction | NFVO->GVNFM | ++---------------------+-------------------------------------------------------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API.rst:20: WARNING: Malformed table. + ++-------------+-----------------------------------------------+ +|Abbreviation | | ++-------------+-----------------------------------------------+ +|NFVO |Network Function Virtualization Orchestrator | ++-------------+-----------------------------------------------+ +|VNFM |Virtual Network Function Manager | ++-------------+-----------------------------------------------+ +|VNF |Virtual Network Function | ++-------------+-----------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/index.rst:71: WARNING: Title underline too short. + +Create csar file(by local) +------------------------ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/index.rst:71: WARNING: Title underline too short. + +Create csar file(by local) +------------------------ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom.rst:348: WARNING: undecodable source characters, replacing with "?": b" Copy pod's content to local>>>\xa3<<<\xba" +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom.rst:348: WARNING: undecodable source characters, replacing with "?": b" Copy pod's content to local\xa3>>>\xba<<<" +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom.rst:444: WARNING: undecodable source characters, replacing with "?": b' pod expansion>>>\xa3<<<\xbakubectl scale deployment nginx --replicas 3' +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom.rst:444: WARNING: undecodable source characters, replacing with "?": b' pod expansion\xa3>>>\xba<<<kubectl scale deployment nginx --replicas 3' +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom.rst:446: WARNING: undecodable source characters, replacing with "?": b' pod shrinkage>>>\xa3<<<\xba kubectl scale deployment nginx --replicas 1' +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom.rst:446: WARNING: undecodable source characters, replacing with "?": b' pod shrinkage\xa3>>>\xba<<< kubectl scale deployment nginx --replicas 1' +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom.rst:18: WARNING: Malformed table. + ++--------------------------+-----------------------------------------------------+ +| **Repo Name** | Description | ++==========================+=====================================================+ +| vfc/nfvo/lcm | NS life cycle management | ++--------------------------+-----------------------------------------------------+ +| vfc/nfvo/resmanagement | NS Resource Management | ++--------------------------+-----------------------------------------------------+ +|vfc/nfvo/driver/vnfm/svnfm| Specific VNFM drivers | ++--------------------------+-----------------------------------------------------+ +|vfc/nfvo/driver/vnfm/gvnfm| Generic VNFM drivers | ++--------------------------+-----------------------------------------------------+ +|vfc/nfvo/driver/sfc | SFC Driver | ++--------------------------+-----------------------------------------------------+ +|org.onap.vfc.nfvo.wfengine| Work flow engine | ++--------------------------+-----------------------------------------------------+ +|vfc/nfvo/catalog | NS and VNF catalog | ++--------------------------+-----------------------------------------------------+ +|EMS-driver | VNF fcaps collect | ++--------------------------+-----------------------------------------------------+ +|vfc/gvnfm/vnflcm | Generic VNFM VNF LCM | ++--------------------------+-----------------------------------------------------+ +|vfc/gvnfm/vnfmgr | Generic VNFM VNF Mgr | ++--------------------------+-----------------------------------------------------+ +|vfc/gvnfm/vnfres | Generic VNFM VNF Resource Management | ++--------------------------+-----------------------------------------------------+ +|vfc/nfvo/multivimproxy | Multi-vim proxy, provide the multivim indirect mode | +| | proxy which can forward virtual resource requests to| +| | multivim and do some resource checking | ++--------------------------+-----------------------------------------------------+ +|vfc/nfvo/db | Stand-alone database microservice, provides the | +| | database services for each VF-C component | ++--------------------------+-----------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/ns-instantiate-guide.rst:84: WARNING: image file not readable: submodules/vfc/nfvo/lcm.git/docs/platform/vim.png +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/ns-instantiate-guide.rst:95: WARNING: image file not readable: submodules/vfc/nfvo/lcm.git/docs/platform/gvnfm.png +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/ns-instantiate-guide.rst:240: WARNING: image file not readable: submodules/vfc/nfvo/lcm.git/docs/platform/image2018-12-10_12-1-36.png +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for vfc". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for vfc". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for vfc". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vid.git/docs/release-notes.rst:7: WARNING: Title underline too short. + +Version: Frankfurt (6.0.x) +------------------------ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst:11: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/Chapter8/OPNFV-Verified-Badging.rst:612: WARNING: Unknown directive type "clode-block". + +.. clode-block:: bash + + oclip --product onap-dublin csar-validate --csar <csar file complete path> +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/Chapter8/VES_Registration_3_2.rst:2844: WARNING: Malformed table. + ++------------+----------+-----------------------------------------------------+ +| Date | Revision | Description | ++------------+----------+-----------------------------------------------------+ +| 3/15/2017 | 1.0 | This is the initial release of the VES Event | +| | | Registration document. | ++------------+----------+-----------------------------------------------------+ +| 3/22/2017 | 1.1 | - Changed the 'alert' qualifier to 'action' and | +| | | added support for conditions that will trigger | +| | | rules. | +| | | | +| | | - Formatted the document with more sections and | +| | | subsections. | +| | | | +| | | - Defined the syntax and semantics for condition | +| | | based rules. | +| | | | +| | | - Fixed the YAML examples. | ++------------+----------+-----------------------------------------------------+ +| 3/27/2017 | 1.2 | - Clarified the audience of the document and the | +| | | expectations for vendors. | +| | | | +| | | - Changed the order of fields in the action keyword.| +| | | | +| | | - Updated the YAML examples. | +| | | | +| | | - Wordsmithed throughout. | ++------------+----------+-----------------------------------------------------+ +| 3/31/2017 | 1.3 | - Generalized the descriptions from an SDC, ECOMP | +| | | and AT&T-specific interaction with a VNF vendor, | +| | | to a generic Service Provider interaction with a | +| | | VNF vendor. | +| | | | +| | | - Wordsmithed throughout. | +| | | | +| | | - Added a 'default' qualifier | +| | | | +| | | - Fixed syntax and semantic inconsistencies in the | +| | | Rules section | +| | | | +| | | - Brought all examples into compliance with v5.0 | +| | | | +| | | - Added a heartbeat example | +| | | | +| | | - Modified the mfvs example | +| | | | +| | | - Modified the syslog example | +| | | | +| | | - Added two complex rules | ++------------+----------+-----------------------------------------------------+ +| 4/14/2017 | 1.4 | - Wordsmithed throughout | +| | | | +| | | - Action keyword: clarified use of ``up``, ``down``,| +| | | ``at`` triggers; clarified the specification and | +| | | use of microservices directives at design time and| +| | | runtime, clarified the use of tca's | +| | | | +| | | - HeartbeatAction keyword: Added the heartbeatAction| +| | | keyword | +| | | | +| | | - Value keyword: clarified the communicaton of | +| | | strings containing spaces. | +| | | | +| | | - Rules: corrected the use of quotes in examples | +| | | | +| | | - Examples: added the heartbeatAction keyword on the| +| | | heartbeat event example; also corrected use of | +| | | quotes throughout. | ++------------+----------+-----------------------------------------------------+ +| 10/3/2017 | 1.5 | - Back of Cover Page: updated the license and | +| | | copyright notice to comply with ONAP guidelines | +| | | | +| | | - Section 3.1: Added a 'Units' qualifier | +| | | | +| | | - Examples: updated the examples to align with VES | +| | | 5.4.1 | ++------------+----------+-----------------------------------------------------+ +| 10/31/2017 | 1.6 | - Added KeyValuePairString keyword to handle strings| +| | | which have delimited key-value pairs within them. | +| | | | +| | | - Updated the syslog example to show the use of | +| | | KeyValuePairString | +| | | | +| | | - Updated the syslog example to align syslogSev with| +| | | VES 5.4.1 | +| | | | +| | | - Added examples for mobile flow, sip signaling and | +| | | voice quality | +| | | | +| | | - Added sections within the examples to facilitate | +| | | rapid access to specific types of example events | +| | | | +| | | - Wordsmithed the Introduction | ++------------+----------+-----------------------------------------------------+ +| 6/28/2018 | 2.0 | - Updated to align with the change of the | +| | | 'measurementsForVfScaling' domain to 'measurement'| +| | | | +| | | - measurementsForVfScaling measurement | +| | | | +| | | - measurementsForVfScalingFields measurementFields| +| | | | +| | | - measurementsForVfScalingVersion | +| | | measurementFieldsVersion | +| | | | +| | | - the 'mfvs' abbreviation measurement | +| | | | +| | | 1. Clarified YAML file naming. | +| | | | +| | | 2. Clarified the Action keyword. | +| | | | +| | | 3. Added an aggregationRole keyword. | +| | | | +| | | 4. Added a castTo keyword. | +| | | | +| | | 5. Added an isHomogeneous keyword. | +| | | | +| | | 6. Added a 'key' keyword | +| | | | +| | | 7. Add a 'keyValuePair' keyword | +| | | | +| | | 8. Modified the existing 'keyValuePairString' | +| | | keyword description to reference the | +| | | 'keyValuePair' keyword. | +| | | | +| | | 9. Added a section on Complex Conditions and | +| | | modified the Rules section | +| | | | +| | | 10. Modified the Examples as follows: | +| | | | +| | | - changed 'faultFieldsVersion' to 3.0 | +| | | | +| | | - changed 'heartbeatFieldsVersion' to 2.0 | +| | | | +| | | - provided guidance at the top of the Measurements | +| | | examples as to how to send extensible fields | +| | | through arrayOfNamedHashMap in a way that will | +| | | eliminate the need for custom development at the | +| | | service provider. | +| | | | +| | | - changed 'measurementFieldsVersion' to 3.0 | +| | | | +| | | - changed measurementFields.additionalMeasurements | +| | | to reference a 'namedHashMap' | +| | | | +| | | - 'field' is replaced by 'keyValuePair' | +| | | | +| | | - 'name' is replaced by 'key' | +| | | | +| | | - changed 'namedArrayOfFields' to 'namedHashMap' | +| | | | +| | | - fixed the mobile Flow example to show the | +| | | 'mobileFlowFields', show the | +| | | 'mobileFlowFieldsVersion' at 3.0, modify | +| | | 'additionalInformation' to use a hashMap | +| | | | +| | | - 'field' is replaced by 'keyValuePair' | +| | | | +| | | - 'name' is replaced by 'key' | +| | | | +| | | - changed 'sipSignalingFieldsVersion' to 2.0 | +| | | | +| | | - changed 'additionalInformation' to use a hashmap | +| | | | +| | | - 'field' is replaced by 'keyValuePair' | +| | | | +| | | - 'name' is replaced by 'key' | +| | | | +| | | - fixed the voiceQuality example to show the | +| | | 'voiceQualityFields', show the | +| | | 'voiceQualityFieldsVersion' at 2.0 and modify | +| | | 'additionalInformation' to use a hashMap | +| | | | +| | | - 'field' is replaced by 'keyValuePair' | +| | | | +| | | - 'name' is replaced by 'key' | +| | | | +| | | - Modified the rules example to conform to the | +| | | Complex Conditions and Rules sections. | +| | | | +| | | - Numerous clarifications made to address issues | +| | | with previous drafts of this version including: | +| | | | +| | | - Fixed arrays followed by other than square | +| | | brackets | +| | | | +| | | - Section 2.2: clarified format of v# in filename | +| | | | +| | | - Section 3.1.11: clarified use of camel casing | +| | | | +| | | - Section 3.2.1: corrected and clarified | +| | | | +| | | - Section 3.2.3 Clarified number of conditions | +| | | that may be and'd or or'd | +| | | | +| | | - Section 3.2.4: fixed reference to PersistentB1 | +| | | | +| | | - Section 3.2.6: fixed math in example | +| | | | +| | | - Section 3.3.2: changed reference from 'alerts' to | +| | | 'events' | ++------------+----------+-----------------------------------------------------+ +| 7/30/2018 | 3.0 | - Removed the isHomogeneous keyword. | +| | | | +| | | - Modified the types of aggregationRoles. | +| | | | +| | | - Clarified castTo | +| | | | +| | | - Added comment keyword | ++------------+----------+-----------------------------------------------------+ +| 9/14/2018 | 3.1 | - Added keywords: CastTo, Comment, Aggregation Role.| +| | | These were modified versions of the keywords | +| | | already defined in version 3.0. | ++------------+----------+-----------------------------------------------------+ +| 12/10/2018 | 3.2 | - Added the PM Data Dictionary and FM Meta Data | +| | | sections. | +| | | | +| | | - Changed the location of the doc to VNF | +| | | Requirements and changed the formatting | ++------------+----------+-----------------------------------------------------+ +| 01/28/2020 | 3.2.1 | - Minor formatting changes | +| | | - Updated performance metric schema and examples | ++------------+----------+-----------------------------------------------------+ +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:115: WARNING: Too many autonumbered footnote references: only 0 corresponding footnotes available. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:115: WARNING: Unknown target name: "7.3.3". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:278: WARNING: Unknown target name: "7.3.4". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:996: WARNING: Unknown target name: "7.4.1". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst:1390: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst:4352: WARNING: Bullet list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst:145: WARNING: Too many autonumbered footnote references: only 0 corresponding footnotes available. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst:145: WARNING: Unknown target name: "7.3.3". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst:337: WARNING: Unknown target name: "7.3.4". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst:850: WARNING: Unknown target name: "7.3.1". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst:2235: WARNING: Unknown target name: "event records - data structure description". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/testcases.git/docs/OnboardInstantiateTests.rst:345: WARNING: Enumerated list ends without a blank line; unexpected unindent. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfsdk/model.git/docs/files/VNFSDK-Marketplace-userguide-vendors.rst:6: WARNING: Title underline too short. + +VNF SDK Marketplace User Guide for VNF Suppliers +========================================== +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfsdk/model.git/docs/files/csar-validation.rst:110: WARNING: Title underline too short. + +Sign csar file with the private key +------------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfsdk/model.git/docs/files/csar-validation.rst:110: WARNING: Title underline too short. + +Sign csar file with the private key +------------------------------- +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfsdk/model.git/docs/index.rst:8: WARNING: toctree contains reference to nonexisting document 'submodules/vnfsdk/model.git/docs/:download:`swagger json <files/swagger.json>`' +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfsdk/model.git/docs/index.rst:8: WARNING: toctree contains reference to nonexisting document 'submodules/vnfsdk/model.git/docs/:download:`swagger yaml <files/swagger.yaml>`' +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfsdk/model.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project". +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfsdk/model.git/docs/release-notes.rst:6: WARNING: Duplicate explicit target name: "project vulnerability review table for vnfsdk". +looking for now-outdated files... none found +pickling environment... done +checking consistency... /home/tom/onapdocs/doc-test/doc/docs/guides/onap-developer/architecture/blueprint-enr.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-developer/use-cases/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/design/control-loop/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/instantiate/instantiation/uui/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/onapportal.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/release/releaserepos.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/release/repolist.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/smsummary.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/certservice.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/sms-client/python/onapsmsclient/README.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_AMSTERDAM.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/bulkApi.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/customQueries.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/genericQueries.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/nodesApi.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/nodesQuery.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/recentsApi.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/apps.git/docs/release-notes.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/sourcedefaultcode.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/sourceinputcode.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/logging.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/microservices/workflow.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/release-notes.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/general.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/mwtnLog.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/mwtnTest.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/pnfEventLog.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/docs/guides/onap-user/sdnr.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/platform/plugins.git/docs/release-notes.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/cmd_help_onap_amsterdam.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/cmd_help_onap_beijing.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/open_cli_schema_version_1_0.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/PMSH.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/dcaecdap.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/ves-hv/supported-domains.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/humaninterfaces.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/datalake-handler/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/platformdoc/docs/components/dcae-cli/blueprint-generator/blueprint_generator.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/codesearch/README.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/vagrant-minimal-onap/HACKING.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/bootstrap/vagrant-minimal-onap/README.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_Bulk_PM.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_Configuration_over_NETCONF.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_PNF_Software_Upgrade.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5G_oof_pci.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5g_pnf_pnp.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_5g_rtpm.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_BBS.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CCVPN.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CM_flexible_designer_orchestrator.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_CM_schedule_optimizer.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_E2E_network_slicing.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_scaleout.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vCPE with Tosca VNF.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vFWDT.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vfw.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vfwHPA.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vfw_edgex_k8s.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vipsec.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/docs_vlb.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/heat.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/docs/integration-s3p.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration.git/test/security/k8s/README.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/integration/benchmark.git/docs/release-notes.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/logging-analytics/pomba/pomba-audit-common.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-class-1.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-class-2.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-datatype.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-enumeration.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/toscaparsers.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/modeling/toscaparsers.git/docs/javatoscachecker/release-notes/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/msb/discovery.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/azure.git/azure/aria/aria-extension-cloudify/src/aria/CHANGELOG.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/azure.git/azure/aria/aria-extension-cloudify/src/aria/README.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/azure.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-Test-CSIT.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-hpa-discovery-pluggable.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/README.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/multicloud-secured-communication.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/multicloud4k8s-hpa-discovery.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/k8s.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/music.git/docs/consumedapis.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/music.git/docs/delivery.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/oparent/cia.git/docs/cia-casablanca-release-notes.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/conductor/README.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-001.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-002.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-003.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-004.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-005.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-006.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-007.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-008.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-009.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-010.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-011.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-012.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-013.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-014.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-015.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-016.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-017.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-018.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-019.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-020.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-021.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-022.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-023.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-024.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-025.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/osa.git/osa/OSA-2019-026.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/engine.git/docs/platform/installBeijingController.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/engine.git/docs/platform/installation.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/api/api.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/architecture/tosca-policy-primer.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/design/InternalPapPdp.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/xacml/xacml-tutorial.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/externaltesting.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc.git/docs/onboardingpackages.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc/jtosca.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc/sdc-distribution-client.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc/sdc-docker-base.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc/sdc-titan-cassandra.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc/sdc-tosca.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc/sdc-tosca.git/jtosca/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdc/sdc-workflow-designer.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/sdnc/oam.git/docs/cert_installation.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/bak/Developer_Info.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/so.git/docs/bak/installation.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/so/libs.git/docs/release-notes.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git/docs/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/vfc/nfvo/lcm.git/docs/platform/ns-instantiate-guide.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-el-alto.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/usecases.git/docs/release-notes.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/use-cases/index.rst: WARNING: document isn't included in any toctree +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/logging_enablement.rst:27: WARNING: Citation [MDC_Document] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/logging_enablement.rst:47: WARNING: Citation [Log_Architecture] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/parallelism_improvement.rst:20: WARNING: Citation [Django_Document] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/parallelism_improvement.rst:38: WARNING: Citation [django_deploy] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/parallelism_improvement.rst:49: WARNING: Citation [unit_test] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/parallelism_improvement.rst:66: WARNING: Citation [Eventlet] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/parallelism_improvement.rst:68: WARNING: Citation [Pecan] is not referenced. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/specs/parallelism_improvement.rst:181: WARNING: Citation [oslo_service] is not referenced. +done +preparing documents... done +writing output... [ 0%] guides/onap-developer/apiref/index +writing output... [ 0%] guides/onap-developer/architecture/blueprint-enr +writing output... [ 0%] guides/onap-developer/architecture/index +writing output... [ 0%] guides/onap-developer/architecture/onap-architecture +writing output... [ 0%] guides/onap-developer/architecture/references +writing output... [ 0%] guides/onap-developer/developing/index +writing output... [ 0%] guides/onap-developer/how-to-use-docs/addendum +writing output... [ 0%] guides/onap-developer/how-to-use-docs/api-swagger-guide +writing output... [ 0%] guides/onap-developer/how-to-use-docs/converting-formats +writing output... [ 0%] guides/onap-developer/how-to-use-docs/documentation-guide +writing output... [ 0%] guides/onap-developer/how-to-use-docs/include-documentation +writing output... [ 1%] guides/onap-developer/how-to-use-docs/index +writing output... [ 1%] guides/onap-developer/how-to-use-docs/style-guide +writing output... [ 1%] guides/onap-developer/how-to-use-docs/update-review +writing output... [ 1%] guides/onap-developer/index +writing output... [ 1%] guides/onap-developer/tutorials/index +writing output... [ 1%] guides/onap-developer/use-cases/index +writing output... [ 1%] guides/onap-developer/use-cases/vfw +writing output... [ 1%] guides/onap-operator/cloud_site/aws/index +writing output... [ 1%] guides/onap-operator/cloud_site/azure/index +writing output... [ 1%] guides/onap-operator/cloud_site/index +writing output... [ 1%] guides/onap-operator/cloud_site/k8s/index +writing output... [ 2%] guides/onap-operator/cloud_site/openstack/index +writing output... [ 2%] guides/onap-operator/cloud_site/vmware/index +writing output... [ 2%] guides/onap-operator/index +writing output... [ 2%] guides/onap-operator/onap-portal-admin/onap-portal-admin +writing output... [ 2%] guides/onap-operator/platformoperations +writing output... [ 2%] guides/onap-operator/settingup/index +writing output... [ 2%] guides/onap-provider/index +writing output... [ 2%] guides/onap-provider/vnfvalidator +writing output... [ 2%] guides/onap-user/configure/change_config/index +writing output... [ 2%] guides/onap-user/configure/index +writing output... [ 2%] guides/onap-user/configure/pnf_connect/index +writing output... [ 3%] guides/onap-user/configure/vnf_connect/index +writing output... [ 3%] guides/onap-user/design/control-loop/index +writing output... [ 3%] guides/onap-user/design/index +writing output... [ 3%] guides/onap-user/design/parameter_resolution/index +writing output... [ 3%] guides/onap-user/design/pre-onboarding/index +writing output... [ 3%] guides/onap-user/design/resource-onboarding/index +writing output... [ 3%] guides/onap-user/design/service-design/index +writing output... [ 3%] guides/onap-user/design/service-distribution/index +writing output... [ 3%] guides/onap-user/design/vfcreation/index +writing output... [ 3%] guides/onap-user/index +writing output... [ 3%] guides/onap-user/instantiate/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/nbi/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/pnf_instance/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/service_instance/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/so1/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/so2/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/uui/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/vid/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/virtual_link_instance/index +writing output... [ 4%] guides/onap-user/instantiate/instantiation/vnf_instance/index +writing output... [ 4%] guides/onap-user/instantiate/pre_instantiation/index +writing output... [ 5%] guides/onap-user/onap-portal-user/onap-portal-user +writing output... [ 5%] guides/onap-user/onapcli +writing output... [ 5%] guides/onap-user/onapportal +writing output... [ 5%] guides/overview/index +writing output... [ 5%] guides/overview/overview +writing output... [ 5%] index +writing output... [ 5%] release-notes +writing output... [ 5%] release/index +writing output... [ 5%] release/releaserepos +writing output... [ 5%] release/repolist +writing output... [ 5%] smsummary +writing output... [ 5%] submodules/aaf/authz.git/docs/index +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/AAF_in_a_Nutshell +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/aaf_architecture +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/cadi +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/index +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/architecture/security +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/AAF_4.0_config +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/AAF_4.1_config +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/client +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/index +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/onboard +writing output... [ 6%] submodules/aaf/authz.git/docs/sections/configuration/service +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/configuration/trust +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/development/index +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_1_Prerequisites +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_2_Env +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_3.1_build +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_6_running +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/installation/AAF_7_Optional +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/installation/index +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/logging +writing output... [ 7%] submodules/aaf/authz.git/docs/sections/release-notes +writing output... [ 7%] submodules/aaf/certservice.git/docs/index +writing output... [ 8%] submodules/aaf/sms.git/docs/api +writing output... [ 8%] submodules/aaf/sms.git/docs/architecture +writing output... [ 8%] submodules/aaf/sms.git/docs/index +writing output... [ 8%] submodules/aaf/sms.git/docs/installation +writing output... [ 8%] submodules/aaf/sms.git/docs/release_notes +writing output... [ 8%] submodules/aaf/sms.git/docs/usage +writing output... [ 8%] submodules/aaf/sms.git/sms-client/python/onapsmsclient/README +writing output... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI +writing output... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_AMSTERDAM +writing output... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA +writing output... [ 8%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN +writing output... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/bulkApi +writing output... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/customQueries +writing output... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/genericQueries +writing output... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/nodesApi +writing output... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/nodesQuery +writing output... [ 9%] submodules/aai/aai-common.git/docs/AAI REST API Documentation/recentsApi +writing output... [ 9%] submodules/aai/aai-common.git/docs/index +writing output... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/AAI_Developer_Environment_Setup +writing output... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/Edge_Rules +writing output... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/How_to_AAI_data_snapshot_and_restore_in_ONAP_1_1 +writing output... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/How_to_Docker_setup_on_Single_VM +writing output... [ 10%] submodules/aai/aai-common.git/docs/platform/Getting Started/Queries/Policy_Named_Query +writing output... [ 10%] submodules/aai/aai-common.git/docs/platform/Getting Started/Queries/vnf_to_esr_system_info_Named_Query +writing output... [ 10%] submodules/aai/aai-common.git/docs/platform/architecture +writing output... [ 10%] submodules/aai/aai-common.git/docs/platform/index +writing output... [ 10%] submodules/aai/aai-common.git/docs/platform/installation +writing output... [ 10%] submodules/aai/aai-common.git/docs/platform/offeredapis +writing output... [ 10%] submodules/aai/aai-common.git/docs/release-notes +writing output... [ 10%] submodules/aai/esr-gui.git/docs/index +writing output... [ 10%] submodules/aai/esr-gui.git/docs/platform/architecture +writing output... [ 10%] submodules/aai/esr-gui.git/docs/platform/consumedapis +writing output... [ 10%] submodules/aai/esr-gui.git/docs/platform/index +writing output... [ 11%] submodules/aai/esr-gui.git/docs/platform/installation +writing output... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/bug-fixes +writing output... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/index +writing output... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/known-issues +writing output... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/new-features +writing output... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/security-issues +writing output... [ 11%] submodules/aai/esr-gui.git/docs/release-notes/upgrade-notes +writing output... [ 11%] submodules/aai/esr-server.git/docs/index +writing output... [ 11%] submodules/aai/esr-server.git/docs/offeredapis +writing output... [ 11%] submodules/aai/esr-server.git/docs/platform/architecture +writing output... [ 11%] submodules/aai/esr-server.git/docs/platform/consumedapis +writing output... [ 11%] submodules/aai/esr-server.git/docs/platform/index +writing output... [ 12%] submodules/aai/esr-server.git/docs/platform/installation +writing output... [ 12%] submodules/aai/esr-server.git/docs/platform/offeredapis +writing output... [ 12%] submodules/aai/esr-server.git/docs/release-notes/bug-fixes +writing output... [ 12%] submodules/aai/esr-server.git/docs/release-notes/index +writing output... [ 12%] submodules/aai/esr-server.git/docs/release-notes/known-issues +writing output... [ 12%] submodules/aai/esr-server.git/docs/release-notes/new-features +writing output... [ 12%] submodules/aai/esr-server.git/docs/release-notes/security-issues +writing output... [ 12%] submodules/aai/esr-server.git/docs/release-notes/upgrade-notes +writing output... [ 12%] submodules/aai/event-client.git/docs/Event Client API Documentation/EventClientAPI_Beijing +writing output... [ 12%] submodules/aai/event-client.git/docs/index +writing output... [ 12%] submodules/aai/event-client.git/docs/release-notes +writing output... [ 13%] submodules/aai/sparky-be.git/docs/index +writing output... [ 13%] submodules/aai/sparky-be.git/docs/platform/architecture +writing output... [ 13%] submodules/aai/sparky-be.git/docs/platform/index +writing output... [ 13%] submodules/aai/sparky-be.git/docs/platform/installation +writing output... [ 13%] submodules/aai/sparky-be.git/docs/platform/view_inspect +writing output... [ 13%] submodules/aai/sparky-be.git/docs/platform/vnfs +writing output... [ 13%] submodules/appc.git/docs/APPC CDT Guide/APPC CDT Guide +writing output... [ 13%] submodules/appc.git/docs/APPC Client Library Guide/APPC Client Library Guide +writing output... [ 13%] submodules/appc.git/docs/APPC LCM API Guide/APPC LCM API Guide +writing output... [ 13%] submodules/appc.git/docs/APPC Logging Guide/APPC Logging Guide +writing output... [ 13%] submodules/appc.git/docs/APPC OAM API Guide/APPC OAM API Guide +writing output... [ 14%] submodules/appc.git/docs/APPC User Guide/APPC User Guide +writing output... [ 14%] submodules/appc.git/docs/index +writing output... [ 14%] submodules/appc.git/docs/release-notes +writing output... [ 14%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/APPC Ansible Adapter +writing output... [ 14%] submodules/appc/deployment.git/docs/APPC Chef Adapter/APPC Chef Adapter +writing output... [ 14%] submodules/appc/deployment.git/docs/APPC Deployment Guidelines/APPC Deployment Guidelines +writing output... [ 14%] submodules/appc/deployment.git/docs/APPC Platform Logic/APPC Platform Logic +writing output... [ 14%] submodules/appc/deployment.git/docs/APPC Properties/APPC Properties +writing output... [ 14%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component +writing output... [ 14%] submodules/appc/deployment.git/docs/index +writing output... [ 14%] submodules/ccsdk/apps.git/docs/index +writing output... [ 15%] submodules/ccsdk/apps.git/docs/microservices/neng +writing output... [ 15%] submodules/ccsdk/apps.git/docs/microservices/vlanTag +writing output... [ 15%] submodules/ccsdk/apps.git/docs/release-notes +writing output... [ 15%] submodules/ccsdk/cds.git/docs/CBA/index +writing output... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/complexResponse +writing output... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/create_netbox_ip_address +writing output... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/dbsystemcode +writing output... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/dt-netbox-ip +writing output... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/index +writing output... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/resourcedefinitioncodesnip +writing output... [ 15%] submodules/ccsdk/cds.git/docs/datadictionary/resourcesource +writing output... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/restauth +writing output... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/restsourcecode +writing output... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourcecapabilitycode +writing output... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourcedefaultcode +writing output... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourceinputcode +writing output... [ 16%] submodules/ccsdk/cds.git/docs/datadictionary/sourceprimarydbcode +writing output... [ 16%] submodules/ccsdk/cds.git/docs/designtime +writing output... [ 16%] submodules/ccsdk/cds.git/docs/index +writing output... [ 16%] submodules/ccsdk/cds.git/docs/installation +writing output... [ 16%] submodules/ccsdk/cds.git/docs/logging +writing output... [ 16%] submodules/ccsdk/cds.git/docs/microservices/bluePrintsProcessorMS +writing output... [ 16%] submodules/ccsdk/cds.git/docs/microservices/controllerBlueprintStudioProcessorMS +writing output... [ 17%] submodules/ccsdk/cds.git/docs/microservices/dynamicapi +writing output... [ 17%] submodules/ccsdk/cds.git/docs/microservices/enrichment +writing output... [ 17%] submodules/ccsdk/cds.git/docs/microservices/expression +writing output... [ 17%] submodules/ccsdk/cds.git/docs/microservices/flexibleplugin +writing output... [ 17%] submodules/ccsdk/cds.git/docs/microservices/workflow +writing output... [ 17%] submodules/ccsdk/cds.git/docs/release-notes +writing output... [ 17%] submodules/ccsdk/cds.git/docs/resourceassignment +writing output... [ 17%] submodules/ccsdk/dashboard.git/docs/index +writing output... [ 17%] submodules/ccsdk/distribution.git/docs/index +writing output... [ 17%] submodules/ccsdk/distribution.git/docs/platform/plugins/dmaap +writing output... [ 17%] submodules/ccsdk/distribution.git/docs/platform/plugins/dnsdesig +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/platform/plugins/index +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/platform/plugins/pgaas +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/platform/plugins/sshkeyshare +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/release-notes +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/asdcApi +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/dataChange +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/lcm +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/sli/apis/sliapi +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/sli/architecture +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/sli/build +writing output... [ 18%] submodules/ccsdk/distribution.git/docs/sli/index +writing output... [ 19%] submodules/ccsdk/distribution.git/docs/sli/logging +writing output... [ 19%] submodules/ccsdk/distribution.git/docs/sli/nodes +writing output... [ 19%] submodules/ccsdk/distribution.git/docs/sli/offeredapis +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/abbreviations +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/applications +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/connect +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/faq +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/general +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/home +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/installation +writing output... [ 19%] submodules/ccsdk/features.git/docs/guides/onap-user/mwtnLog +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/mwtnTest +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfConfig +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfEventLog +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfFault +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfInventory +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfMaintenance +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfMediator +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/pnfPerformance +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/sdnr +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/sdnr_Docker_Image_configuration +writing output... [ 20%] submodules/ccsdk/features.git/docs/guides/onap-user/sdnr_WT_Service_Configuration_parameters +writing output... [ 21%] submodules/ccsdk/features.git/docs/index +writing output... [ 21%] submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/home +writing output... [ 21%] submodules/ccsdk/features.git/sdnr/wt/readthedocs/src/index +writing output... [ 21%] submodules/ccsdk/platform/plugins.git/docs/architecture +writing output... [ 21%] submodules/ccsdk/platform/plugins.git/docs/dmaap +writing output... [ 21%] submodules/ccsdk/platform/plugins.git/docs/dnsdesig +writing output... [ 21%] submodules/ccsdk/platform/plugins.git/docs/index +writing output... [ 21%] submodules/ccsdk/platform/plugins.git/docs/pgaas +writing output... [ 21%] submodules/ccsdk/platform/plugins.git/docs/release-notes +writing output... [ 21%] submodules/ccsdk/platform/plugins.git/docs/sshkeyshare +writing output... [ 21%] submodules/clamp.git/docs/architecture +writing output... [ 22%] submodules/clamp.git/docs/index +writing output... [ 22%] submodules/clamp.git/docs/release-notes +writing output... [ 22%] submodules/clamp.git/docs/user-guide +writing output... [ 22%] submodules/cli.git/docs/OCLIP +writing output... [ 22%] submodules/cli.git/docs/OOM_and_HEAT_based_deployment +writing output... [ 22%] submodules/cli.git/docs/architecture +writing output... [ 22%] submodules/cli.git/docs/cmd_help +writing output... [ 22%] submodules/cli.git/docs/cmd_help_onap_amsterdam +writing output... [ 22%] submodules/cli.git/docs/cmd_help_onap_beijing +writing output... [ 22%] submodules/cli.git/docs/cmd_help_onap_dublin +writing output... [ 22%] submodules/cli.git/docs/cmd_sample +writing output... [ 22%] submodules/cli.git/docs/cmd_sample_onap_amsterdam +writing output... [ 23%] submodules/cli.git/docs/console +writing output... [ 23%] submodules/cli.git/docs/cookbook +writing output... [ 23%] submodules/cli.git/docs/developer_guide +writing output... [ 23%] submodules/cli.git/docs/index +writing output... [ 23%] submodules/cli.git/docs/installation_guide +writing output... [ 23%] submodules/cli.git/docs/logging +writing output... [ 23%] submodules/cli.git/docs/open_cli_schema_version_1_0 +writing output... [ 23%] submodules/cli.git/docs/release-notes +writing output... [ 23%] submodules/cli.git/docs/trouble_shooting_guide +writing output... [ 23%] submodules/cli.git/docs/user_guide +writing output... [ 23%] submodules/cli.git/docs/user_guide_end_to_end_onap_cli_commands +writing output... [ 24%] submodules/cli.git/docs/user_guide_pnf_on_boarding +writing output... [ 24%] submodules/cli.git/docs/user_guide_verification_program +writing output... [ 24%] submodules/dcaegen2.git/docs/index +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/DFC +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/PMSH +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/PNDA +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/PRH +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/SDK +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/configbinding +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/dcaecdap +writing output... [ 24%] submodules/dcaegen2.git/docs/sections/apis/deployment-handler +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/apis/inventory +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/apis/pmmapper +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/apis/ves +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/apis/ves-hv/index +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/apis/ves-hv/supported-domains +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/architecture +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/build +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/components/architecture/pieces +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/components/architecture/service-discovery +writing output... [ 25%] submodules/dcaegen2.git/docs/sections/components/component-development +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-json-schema +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/cdap-specification +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/component-specification +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/configuration-grid +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/dmaap-connection-objects +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-specification/streams-grid +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-type-cdap +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/component-type-docker +writing output... [ 26%] submodules/dcaegen2.git/docs/sections/components/data-formats +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/commands +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/dcae-cli-tool +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/quickstart +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/components/dcae-cli/walkthrough +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/components/glossary +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/components/intro +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/components/requirements-guidelines +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/configuration +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/consumedapis +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/healthcheck +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/humaninterfaces +writing output... [ 27%] submodules/dcaegen2.git/docs/sections/installation +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/installation_MS_ondemand +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/installation_oom +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/installation_pnda +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/installation_test +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/logging +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/offeredapis +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/release-notes +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/sdk/architecture +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/sdk/index +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/development_info +writing output... [ 28%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/functionality +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/index +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/installation +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/index +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/installation +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/overview +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/userguide +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/administration +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/architecture +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/certificates +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/configuration +writing output... [ 29%] submodules/dcaegen2.git/docs/sections/services/dfc/consumedapis +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/delivery +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/index +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/installation +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/logging +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/release-notes +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/architecture +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/build_setup +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/design +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/index +writing output... [ 30%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/installation +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/heartbeat-ms/testprocedure +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/SampleSnmpTrapConversion +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/delivery +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/flow +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/index +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/installation +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/mappingfile +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/troubleshooting +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/architecture +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/configuration +writing output... [ 31%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/delivery +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/index +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/installation +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/logging +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/troubleshooting +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/configuration +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/delivery +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/index +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/installation +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/logging +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/overview +writing output... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-subscription-handler/troubleshooting +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/architecture +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/authorization +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/configuration +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/delivery +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/index +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/prh/installation +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/development_info +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/functionality +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/index +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/restconf/installation +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/serviceindex +writing output... [ 33%] submodules/dcaegen2.git/docs/sections/services/snmptrap/administration +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/architecture +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/configuration +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/delivery +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/humaninterfaces +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/index +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/installation +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/logging +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/offeredapis +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/snmptrap/release-notes +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/son-handler/index +writing output... [ 34%] submodules/dcaegen2.git/docs/sections/services/son-handler/installation +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/son-handler/son_handler_overview +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/son-handler/son_handler_troubleshooting +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/development_info +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/functionality +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/index +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/installation +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/tca-cdap/troubleshoot +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/architecture +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/configuration +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/delivery +writing output... [ 35%] submodules/dcaegen2.git/docs/sections/services/ves-http/index +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-http/installation +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-http/tls-authentication +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/architecture +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/authorization +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/deployment +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/design +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/example-event +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/healthcheck-and-monitoring +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/index +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/repositories +writing output... [ 36%] submodules/dcaegen2.git/docs/sections/services/ves-hv/run-time-configuration +writing output... [ 37%] submodules/dcaegen2.git/docs/sections/services/ves-hv/troubleshooting +writing output... [ 37%] submodules/dcaegen2.git/docs/sections/tls_enablement +writing output... [ 37%] submodules/dcaegen2.git/platformdoc/docs/components/dcae-cli/blueprint-generator/blueprint_generator +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/Installation/Installation +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/administration/administration +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/architecture/architecture +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/configuration/configuration +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/consumedapis/consumedapis +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/delivery/delivery +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/humaninterfaces/humaninterfaces +writing output... [ 37%] submodules/dmaap/buscontroller.git/docs/index +writing output... [ 38%] submodules/dmaap/buscontroller.git/docs/logging/logging +writing output... [ 38%] submodules/dmaap/buscontroller.git/docs/offeredapis/offeredapis +writing output... [ 38%] submodules/dmaap/buscontroller.git/docs/release-notes/release-notes +writing output... [ 38%] submodules/dmaap/buscontroller.git/docs/security/security +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/apis/data-router-api +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/apis/data-router-swagger-api +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/architecture +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/configuration +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/delivery +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/index +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/installation +writing output... [ 38%] submodules/dmaap/datarouter.git/docs/logging +writing output... [ 39%] submodules/dmaap/datarouter.git/docs/offeredapis +writing output... [ 39%] submodules/dmaap/datarouter.git/docs/release-notes +writing output... [ 39%] submodules/dmaap/dbcapi.git/docs/api +writing output... [ 39%] submodules/dmaap/dbcapi.git/docs/api-table +writing output... [ 39%] submodules/dmaap/dbcapi.git/docs/dbcapi-gen +writing output... [ 39%] submodules/dmaap/dbcapi.git/docs/index +writing output... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/Installation/Installation +writing output... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/administration/administration +writing output... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/architecture/architecture +writing output... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/configuration/configuration +writing output... [ 39%] submodules/dmaap/messagerouter/messageservice.git/docs/consumedapis/consumedapis +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/delivery/delivery +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/humaninterfaces/humaninterfaces +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/index +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/logging/logging +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/api +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/offeredapis +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/swaggerapi +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/swaggerdownload +writing output... [ 40%] submodules/dmaap/messagerouter/messageservice.git/docs/release-notes/release-notes +writing output... [ 40%] submodules/externalapi/nbi.git/docs/administration/administration +writing output... [ 40%] submodules/externalapi/nbi.git/docs/architecture/NBI_Developer_Guide +writing output... [ 41%] submodules/externalapi/nbi.git/docs/architecture/architecture +writing output... [ 41%] submodules/externalapi/nbi.git/docs/configuration/configuration +writing output... [ 41%] submodules/externalapi/nbi.git/docs/consumedapis/consumedapis +writing output... [ 41%] submodules/externalapi/nbi.git/docs/delivery/delivery +writing output... [ 41%] submodules/externalapi/nbi.git/docs/humaninterfaces/humaninterfaces +writing output... [ 41%] submodules/externalapi/nbi.git/docs/index +writing output... [ 41%] submodules/externalapi/nbi.git/docs/installation/installation +writing output... [ 41%] submodules/externalapi/nbi.git/docs/logging/logging +writing output... [ 41%] submodules/externalapi/nbi.git/docs/offeredapis/offeredapis +writing output... [ 41%] submodules/externalapi/nbi.git/docs/releasenotes/releasenotes +writing output... [ 41%] submodules/holmes/engine-management.git/docs/index +writing output... [ 42%] submodules/holmes/engine-management.git/docs/offeredapis +writing output... [ 42%] submodules/holmes/rule-management.git/docs/index +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/administration +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/architecture +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/configuration +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/consumedapis +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/delivery +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/human-interfaces +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/index +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/installation +writing output... [ 42%] submodules/holmes/rule-management.git/docs/platform/log-and-diagnostic-info +writing output... [ 43%] submodules/holmes/rule-management.git/docs/platform/offeredapis +writing output... [ 43%] submodules/holmes/rule-management.git/docs/release-notes +writing output... [ 43%] submodules/integration.git/bootstrap/codesearch/README +writing output... [ 43%] submodules/integration.git/bootstrap/vagrant-minimal-onap/HACKING +writing output... [ 43%] submodules/integration.git/bootstrap/vagrant-minimal-onap/README +writing output... [ 43%] submodules/integration.git/docs/docs_5G_Bulk_PM +writing output... [ 43%] submodules/integration.git/docs/docs_5G_Configuration_over_NETCONF +writing output... [ 43%] submodules/integration.git/docs/docs_5G_PNF_Software_Upgrade +writing output... [ 43%] submodules/integration.git/docs/docs_5G_oof_pci +writing output... [ 43%] submodules/integration.git/docs/docs_5g_pnf_pnp +writing output... [ 43%] submodules/integration.git/docs/docs_5g_rtpm +writing output... [ 44%] submodules/integration.git/docs/docs_BBS +writing output... [ 44%] submodules/integration.git/docs/docs_CCVPN +writing output... [ 44%] submodules/integration.git/docs/docs_CM_flexible_designer_orchestrator +writing output... [ 44%] submodules/integration.git/docs/docs_CM_schedule_optimizer +writing output... [ 44%] submodules/integration.git/docs/docs_E2E_network_slicing +writing output... [ 44%] submodules/integration.git/docs/docs_postman +writing output... [ 44%] submodules/integration.git/docs/docs_robot +writing output... [ 44%] submodules/integration.git/docs/docs_scaleout +writing output... [ 44%] submodules/integration.git/docs/docs_usecases +writing output... [ 44%] submodules/integration.git/docs/docs_vCPE +writing output... [ 44%] submodules/integration.git/docs/docs_vCPE with Tosca VNF +writing output... [ 44%] submodules/integration.git/docs/docs_vFWDT +writing output... [ 45%] submodules/integration.git/docs/docs_vfw +writing output... [ 45%] submodules/integration.git/docs/docs_vfwHPA +writing output... [ 45%] submodules/integration.git/docs/docs_vfw_edgex_k8s +writing output... [ 45%] submodules/integration.git/docs/docs_vipsec +writing output... [ 45%] submodules/integration.git/docs/docs_vlb +writing output... [ 45%] submodules/integration.git/docs/heat +writing output... [ 45%] submodules/integration.git/docs/index +writing output... [ 45%] submodules/integration.git/docs/integration-s3p +writing output... [ 45%] submodules/integration.git/docs/onap-integration-ci +writing output... [ 45%] submodules/integration.git/docs/onap-oom-heat +writing output... [ 45%] submodules/integration.git/docs/release-notes +writing output... [ 46%] submodules/integration.git/test/security/k8s/README +writing output... [ 46%] submodules/integration/benchmark.git/docs/release-notes +writing output... [ 46%] submodules/integration/devtool.git/docs/source/features/configure_execution +writing output... [ 46%] submodules/integration/devtool.git/docs/source/features/consuming_scripts +writing output... [ 46%] submodules/integration/devtool.git/docs/source/features/example_usage +writing output... [ 46%] submodules/integration/devtool.git/docs/source/features/features +writing output... [ 46%] submodules/integration/devtool.git/docs/source/features/openstack +writing output... [ 46%] submodules/integration/devtool.git/docs/source/index +writing output... [ 46%] submodules/integration/devtool.git/docs/source/install/index +writing output... [ 46%] submodules/integration/devtool.git/docs/source/install/known_issues +writing output... [ 46%] submodules/logging-analytics.git/docs/Logging_Enhancements_Project/logging_enhancements_project +writing output... [ 47%] submodules/logging-analytics.git/docs/Logging_User_Guide/logging_user_guide +writing output... [ 47%] submodules/logging-analytics.git/docs/index +writing output... [ 47%] submodules/logging-analytics.git/docs/release-notes +writing output... [ 47%] submodules/logging-analytics/pomba/pomba-audit-common.git/docs/index +writing output... [ 47%] submodules/modeling/etsicatalog.git/docs/administration +writing output... [ 47%] submodules/modeling/etsicatalog.git/docs/architecture +writing output... [ 47%] submodules/modeling/etsicatalog.git/docs/consumedapis +writing output... [ 47%] submodules/modeling/etsicatalog.git/docs/humaninterfaces +writing output... [ 47%] submodules/modeling/etsicatalog.git/docs/index +writing output... [ 47%] submodules/modeling/etsicatalog.git/docs/installation +writing output... [ 47%] submodules/modeling/etsicatalog.git/docs/introduction +writing output... [ 48%] submodules/modeling/etsicatalog.git/docs/offeredapis +writing output... [ 48%] submodules/modeling/etsicatalog.git/docs/release-notes +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/ArtifactTypes +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/CapabilitiesTypes +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/DataTypes +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/InterfaceTypes +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/NodeTypes +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/RelationshipTypes +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/dm/index +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/BusinessInteraction +writing output... [ 48%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/NSD +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Root +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/Service +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES index +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-class-1 +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-class-2 +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-datatype +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VES/VES-enumeration +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/VnfdAndVnfInstance +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/index +writing output... [ 49%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/index +writing output... [ 49%] submodules/modeling/modelspec.git/docs/Release-notes/index +writing output... [ 50%] submodules/modeling/modelspec.git/docs/Release-notes/release-notes +writing output... [ 50%] submodules/modeling/modelspec.git/docs/index +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/index +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/checker +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/index +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/offeredapis +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/release-notes/index +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/javatoscachecker/release-notes/release-notes +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/index +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/installation/index +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/installation/installation.instruction +writing output... [ 50%] submodules/modeling/toscaparsers.git/docs/nfvparser/release-notes/index +writing output... [ 51%] submodules/modeling/toscaparsers.git/docs/nfvparser/release-notes/release-notes +writing output... [ 51%] submodules/modeling/toscaparsers.git/docs/nfvparser/userguide/feature.userguide +writing output... [ 51%] submodules/modeling/toscaparsers.git/docs/nfvparser/userguide/index +writing output... [ 51%] submodules/modeling/toscaparsers.git/docs/offeredapis +writing output... [ 51%] submodules/msb/apigateway.git/docs/index +writing output... [ 51%] submodules/msb/apigateway.git/docs/platform/architecture +writing output... [ 51%] submodules/msb/apigateway.git/docs/platform/configuration +writing output... [ 51%] submodules/msb/apigateway.git/docs/platform/consumedapis +writing output... [ 51%] submodules/msb/apigateway.git/docs/platform/delivery +writing output... [ 51%] submodules/msb/apigateway.git/docs/platform/human-interfaces +writing output... [ 51%] submodules/msb/apigateway.git/docs/platform/index +writing output... [ 52%] submodules/msb/apigateway.git/docs/platform/installation +writing output... [ 52%] submodules/msb/apigateway.git/docs/platform/log-and-diagnostic-info +writing output... [ 52%] submodules/msb/apigateway.git/docs/platform/offeredapis +writing output... [ 52%] submodules/msb/apigateway.git/docs/platform/user-guide +writing output... [ 52%] submodules/msb/apigateway.git/docs/release-notes +writing output... [ 52%] submodules/msb/discovery.git/docs/index +writing output... [ 52%] submodules/msb/swagger-sdk.git/docs/index +writing output... [ 52%] submodules/multicloud/azure.git/azure/aria/aria-extension-cloudify/src/aria/CHANGELOG +writing output... [ 52%] submodules/multicloud/azure.git/azure/aria/aria-extension-cloudify/src/aria/README +writing output... [ 52%] submodules/multicloud/azure.git/docs/index +writing output... [ 52%] submodules/multicloud/framework.git/docs/MultiCloud-APIv0-Specification +writing output... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-APIv1-Specification +writing output... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Administrator-Guide +writing output... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Architecture +writing output... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Deployment-Guide +writing output... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Heat-Deployment-Guide +writing output... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Test-CSIT +writing output... [ 53%] submodules/multicloud/framework.git/docs/MultiCloud-Test-Guide +writing output... [ 53%] submodules/multicloud/framework.git/docs/Release Notes +writing output... [ 53%] submodules/multicloud/framework.git/docs/index +writing output... [ 53%] submodules/multicloud/framework.git/docs/multicloud-hpa-discovery-pluggable +writing output... [ 53%] submodules/multicloud/framework.git/docs/multicloud-plugin-vio/Multicloud-Fake_Cloud-Guide +writing output... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-vio/UserGuide-MultiCloud-VMware-OpenStack +writing output... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-HPA-Provision-Discovery-WindRiver-TitaniumCloud +writing output... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-Onboard-WindRiver-TitaniumCloud +writing output... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-VESagent-MultiCloud-WindRiver-TitaniumCloud +writing output... [ 54%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/UserGuide-MultiCloud-WindRiver-TitaniumCloud +writing output... [ 54%] submodules/multicloud/framework.git/docs/specs/MultiCloud-HPA-Discovery-design +writing output... [ 54%] submodules/multicloud/framework.git/docs/specs/README +writing output... [ 54%] submodules/multicloud/framework.git/docs/specs/elastic_api_exposure +writing output... [ 54%] submodules/multicloud/framework.git/docs/specs/logging_enablement +writing output... [ 54%] submodules/multicloud/framework.git/docs/specs/multicloud-SDC-Client-design +writing output... [ 54%] submodules/multicloud/framework.git/docs/specs/multicloud-cloud-region-id +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-container-plugin +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-heat-aai-bridge +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-multi-region +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud-secured-communication +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud4k8s-hpa-discovery +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_event_federation +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_image_service +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_infra_workload +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/multicloud_resource_capacity_check +writing output... [ 55%] submodules/multicloud/framework.git/docs/specs/parallelism_improvement +writing output... [ 55%] submodules/multicloud/k8s.git/docs/bare_metal_provisioning +writing output... [ 55%] submodules/multicloud/k8s.git/docs/index +writing output... [ 56%] submodules/multicloud/k8s.git/docs/kud_architecture +writing output... [ 56%] submodules/multicloud/k8s.git/docs/sampleCommands +writing output... [ 56%] submodules/music.git/docs/architecture +writing output... [ 56%] submodules/music.git/docs/authentication +writing output... [ 56%] submodules/music.git/docs/configuration +writing output... [ 56%] submodules/music.git/docs/consumedapis +writing output... [ 56%] submodules/music.git/docs/delivery +writing output... [ 56%] submodules/music.git/docs/index +writing output... [ 56%] submodules/music.git/docs/installation +writing output... [ 56%] submodules/music.git/docs/logging +writing output... [ 56%] submodules/music.git/docs/multi +writing output... [ 57%] submodules/music.git/docs/offeredapis +writing output... [ 57%] submodules/music.git/docs/release-notes +writing output... [ 57%] submodules/music.git/docs/setup +writing output... [ 57%] submodules/music.git/docs/single +writing output... [ 57%] submodules/music/distributed-kv-store.git/docs/commandsamples +writing output... [ 57%] submodules/music/distributed-kv-store.git/docs/index +writing output... [ 57%] submodules/music/distributed-kv-store.git/docs/installation +writing output... [ 57%] submodules/music/distributed-kv-store.git/docs/offeredapis +writing output... [ 57%] submodules/oom.git/docs/index +writing output... [ 57%] submodules/oom.git/docs/oom_cloud_setup_guide +writing output... [ 57%] submodules/oom.git/docs/oom_developer_guide +writing output... [ 58%] submodules/oom.git/docs/oom_project_description +writing output... [ 58%] submodules/oom.git/docs/oom_quickstart_guide +writing output... [ 58%] submodules/oom.git/docs/oom_setup_kubernetes_rancher +writing output... [ 58%] submodules/oom.git/docs/oom_user_guide +writing output... [ 58%] submodules/oom.git/docs/release-notes +writing output... [ 58%] submodules/oom/offline-installer.git/docs/BuildGuide +writing output... [ 58%] submodules/oom/offline-installer.git/docs/InstallGuide +writing output... [ 58%] submodules/oom/offline-installer.git/docs/TestingGuide +writing output... [ 58%] submodules/oom/offline-installer.git/docs/index +writing output... [ 58%] submodules/oom/offline-installer.git/docs/vFWCL-notes +writing output... [ 58%] submodules/oparent/cia.git/docs/cia-casablanca-release-notes +writing output... [ 59%] submodules/optf/cmso.git/docs/index +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/administration +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/architecture +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/configuration +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/consumedapis +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/delivery +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/example +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/glossary +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/humaninterfaces +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/installation +writing output... [ 59%] submodules/optf/cmso.git/docs/sections/logging +writing output... [ 60%] submodules/optf/cmso.git/docs/sections/offeredapis +writing output... [ 60%] submodules/optf/cmso.git/docs/sections/release-notes +writing output... [ 60%] submodules/optf/has.git/conductor/README +writing output... [ 60%] submodules/optf/has.git/docs/index +writing output... [ 60%] submodules/optf/has.git/docs/sections/architecture +writing output... [ 60%] submodules/optf/has.git/docs/sections/consumedapis +writing output... [ 60%] submodules/optf/has.git/docs/sections/example +writing output... [ 60%] submodules/optf/has.git/docs/sections/homingspecification +writing output... [ 60%] submodules/optf/has.git/docs/sections/installation +writing output... [ 60%] submodules/optf/has.git/docs/sections/logging +writing output... [ 60%] submodules/optf/has.git/docs/sections/offeredapis +writing output... [ 61%] submodules/optf/has.git/docs/sections/release-notes +writing output... [ 61%] submodules/optf/osdf.git/docs/index +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/administration +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/architecture +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/configuration +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/consumedapis +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/delivery +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/humaninterfaces +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/installation +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/logging +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/offeredapis +writing output... [ 61%] submodules/optf/osdf.git/docs/sections/release-notes +writing output... [ 62%] submodules/osa.git/docs/index +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-001 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-002 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-003 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-004 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-005 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-006 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-007 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-008 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-009 +writing output... [ 62%] submodules/osa.git/docs/osa/OSA-2019-010 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-011 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-012 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-013 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-014 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-015 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-016 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-017 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-018 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-019 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-020 +writing output... [ 63%] submodules/osa.git/docs/osa/OSA-2019-021 +writing output... [ 64%] submodules/osa.git/docs/osa/OSA-2019-022 +writing output... [ 64%] submodules/osa.git/docs/osa/OSA-2019-023 +writing output... [ 64%] submodules/osa.git/docs/osa/OSA-2019-024 +writing output... [ 64%] submodules/osa.git/docs/osa/OSA-2019-025 +writing output... [ 64%] submodules/osa.git/docs/osa/OSA-2019-026 +writing output... [ 64%] submodules/osa.git/docs/osalist +writing output... [ 64%] submodules/osa.git/docs/process +writing output... [ 64%] submodules/osa.git/osa/OSA-2019-001 +writing output... [ 64%] submodules/osa.git/osa/OSA-2019-002 +writing output... [ 64%] submodules/osa.git/osa/OSA-2019-003 +writing output... [ 64%] submodules/osa.git/osa/OSA-2019-004 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-005 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-006 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-007 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-008 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-009 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-010 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-011 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-012 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-013 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-014 +writing output... [ 65%] submodules/osa.git/osa/OSA-2019-015 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-016 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-017 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-018 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-019 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-020 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-021 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-022 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-023 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-024 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-025 +writing output... [ 66%] submodules/osa.git/osa/OSA-2019-026 +writing output... [ 66%] submodules/policy/engine.git/docs/index +writing output... [ 67%] submodules/policy/engine.git/docs/platform/aaf +writing output... [ 67%] submodules/policy/engine.git/docs/platform/architecture +writing output... [ 67%] submodules/policy/engine.git/docs/platform/clc +writing output... [ 67%] submodules/policy/engine.git/docs/platform/clsimulation +writing output... [ 67%] submodules/policy/engine.git/docs/platform/cookbook +writing output... [ 67%] submodules/policy/engine.git/docs/platform/deployPDPPAP +writing output... [ 67%] submodules/policy/engine.git/docs/platform/deployment +writing output... [ 67%] submodules/policy/engine.git/docs/platform/feature_activestdbymgmt +writing output... [ 67%] submodules/policy/engine.git/docs/platform/feature_controllerlogging +writing output... [ 67%] submodules/policy/engine.git/docs/platform/feature_eelf +writing output... [ 67%] submodules/policy/engine.git/docs/platform/feature_healthcheck +writing output... [ 68%] submodules/policy/engine.git/docs/platform/feature_locking +writing output... [ 68%] submodules/policy/engine.git/docs/platform/feature_mdcfilters +writing output... [ 68%] submodules/policy/engine.git/docs/platform/feature_pooling +writing output... [ 68%] submodules/policy/engine.git/docs/platform/feature_sesspersist +writing output... [ 68%] submodules/policy/engine.git/docs/platform/feature_statemgmt +writing output... [ 68%] submodules/policy/engine.git/docs/platform/feature_testtransaction +writing output... [ 68%] submodules/policy/engine.git/docs/platform/guardpdp +writing output... [ 68%] submodules/policy/engine.git/docs/platform/guardpolicy +writing output... [ 68%] submodules/policy/engine.git/docs/platform/index +writing output... [ 68%] submodules/policy/engine.git/docs/platform/installAmsterController +writing output... [ 68%] submodules/policy/engine.git/docs/platform/installBeijingController +writing output... [ 69%] submodules/policy/engine.git/docs/platform/installation +writing output... [ 69%] submodules/policy/engine.git/docs/platform/installationVM +writing output... [ 69%] submodules/policy/engine.git/docs/platform/modAAIdata +writing output... [ 69%] submodules/policy/engine.git/docs/platform/modAmsterTemplate +writing output... [ 69%] submodules/policy/engine.git/docs/platform/offeredapis +writing output... [ 69%] submodules/policy/engine.git/docs/platform/oofSpec +writing output... [ 69%] submodules/policy/engine.git/docs/platform/oofhpa +writing output... [ 69%] submodules/policy/engine.git/docs/platform/policygui +writing output... [ 69%] submodules/policy/engine.git/docs/platform/runningEclipse +writing output... [ 69%] submodules/policy/engine.git/docs/platform/swarch_brmsgw +writing output... [ 69%] submodules/policy/engine.git/docs/platform/swarch_pap +writing output... [ 70%] submodules/policy/engine.git/docs/platform/swarch_pdp +writing output... [ 70%] submodules/policy/engine.git/docs/platform/swarch_pdpx +writing output... [ 70%] submodules/policy/engine.git/docs/platform/swarch_srm +writing output... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_VOLTE +writing output... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_cl +writing output... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_vCPE +writing output... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_vDNS +writing output... [ 70%] submodules/policy/engine.git/docs/platform/tutorial_vFW +writing output... [ 70%] submodules/policy/parent.git/docs/apex/APEX-Developer-Guide +writing output... [ 70%] submodules/policy/parent.git/docs/apex/APEX-Install-Guide +writing output... [ 70%] submodules/policy/parent.git/docs/apex/APEX-Introduction +writing output... [ 71%] submodules/policy/parent.git/docs/apex/APEX-OnapPf-Guide +writing output... [ 71%] submodules/policy/parent.git/docs/apex/APEX-Policy-Guide +writing output... [ 71%] submodules/policy/parent.git/docs/apex/APEX-User-Manual +writing output... [ 71%] submodules/policy/parent.git/docs/apex/apex +writing output... [ 71%] submodules/policy/parent.git/docs/api/api +writing output... [ 71%] submodules/policy/parent.git/docs/architecture/architecture +writing output... [ 71%] submodules/policy/parent.git/docs/architecture/tosca-policy-primer +writing output... [ 71%] submodules/policy/parent.git/docs/design/InternalPapPdp +writing output... [ 71%] submodules/policy/parent.git/docs/design/design +writing output... [ 71%] submodules/policy/parent.git/docs/development/actors/actors +writing output... [ 71%] submodules/policy/parent.git/docs/development/actors/cds/cds +writing output... [ 72%] submodules/policy/parent.git/docs/development/development +writing output... [ 72%] submodules/policy/parent.git/docs/development/devtools/devtools +writing output... [ 72%] submodules/policy/parent.git/docs/distribution/Distribution-Introduction +writing output... [ 72%] submodules/policy/parent.git/docs/distribution/Distribution-User-Manual +writing output... [ 72%] submodules/policy/parent.git/docs/distribution/distribution +writing output... [ 72%] submodules/policy/parent.git/docs/drools/clsimulation +writing output... [ 72%] submodules/policy/parent.git/docs/drools/drools +writing output... [ 72%] submodules/policy/parent.git/docs/drools/droolsFeaturesIndex +writing output... [ 72%] submodules/policy/parent.git/docs/drools/droolsTutorialsIndex +writing output... [ 72%] submodules/policy/parent.git/docs/drools/feature_activestdbymgmt +writing output... [ 72%] submodules/policy/parent.git/docs/drools/feature_clamsterdam +writing output... [ 72%] submodules/policy/parent.git/docs/drools/feature_clmgt +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_clusecases +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_controllerlogging +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_eelf +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_healthcheck +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_lifecycle +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_locking +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_mdcfilters +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_pooling +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_sesspersist +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_statemgmt +writing output... [ 73%] submodules/policy/parent.git/docs/drools/feature_testtransaction +writing output... [ 74%] submodules/policy/parent.git/docs/drools/guardpdp +writing output... [ 74%] submodules/policy/parent.git/docs/drools/modAAIdata +writing output... [ 74%] submodules/policy/parent.git/docs/drools/modAmsterTemplate +writing output... [ 74%] submodules/policy/parent.git/docs/drools/runningEclipse +writing output... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_cl +writing output... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_vCPE +writing output... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_vDNS +writing output... [ 74%] submodules/policy/parent.git/docs/drools/tutorial_vFW +writing output... [ 74%] submodules/policy/parent.git/docs/index +writing output... [ 74%] submodules/policy/parent.git/docs/installation/docker +writing output... [ 74%] submodules/policy/parent.git/docs/installation/installation +writing output... [ 75%] submodules/policy/parent.git/docs/installation/oom +writing output... [ 75%] submodules/policy/parent.git/docs/offeredapis +writing output... [ 75%] submodules/policy/parent.git/docs/pap/pap +writing output... [ 75%] submodules/policy/parent.git/docs/release-notes +writing output... [ 75%] submodules/policy/parent.git/docs/xacml/xacml +writing output... [ 75%] submodules/policy/parent.git/docs/xacml/xacml-tutorial +writing output... [ 75%] submodules/portal.git/docs/index +writing output... [ 75%] submodules/portal.git/docs/platform/architecture +writing output... [ 75%] submodules/portal.git/docs/platform/index +writing output... [ 75%] submodules/portal.git/docs/platform/offeredapis +writing output... [ 75%] submodules/portal.git/docs/release-notes +writing output... [ 76%] submodules/portal.git/docs/tutorials/index +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-BE/index +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-BE/request-flow +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-BE/setting-up +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/architecture +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/creating +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/dynamic-content +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/google-charts +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/index +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/intro +writing output... [ 76%] submodules/portal.git/docs/tutorials/portal-sdk/pulling-db-data +writing output... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/setting-up +writing output... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/setting-up-db +writing output... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/single-signon +writing output... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/wrapping-up +writing output... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/your-angular-app +writing output... [ 77%] submodules/portal.git/docs/tutorials/portal-sdk/your-angularjs-app +writing output... [ 77%] submodules/sdc.git/docs/administration +writing output... [ 77%] submodules/sdc.git/docs/architecture +writing output... [ 77%] submodules/sdc.git/docs/configuration +writing output... [ 77%] submodules/sdc.git/docs/consumedapis +writing output... [ 77%] submodules/sdc.git/docs/dcaedesigner +writing output... [ 77%] submodules/sdc.git/docs/delivery +writing output... [ 78%] submodules/sdc.git/docs/externaltesting +writing output... [ 78%] submodules/sdc.git/docs/genericdesignerintegration +writing output... [ 78%] submodules/sdc.git/docs/humaninterfaces +writing output... [ 78%] submodules/sdc.git/docs/index +writing output... [ 78%] submodules/sdc.git/docs/installation +writing output... [ 78%] submodules/sdc.git/docs/logging +writing output... [ 78%] submodules/sdc.git/docs/offeredapis +writing output... [ 78%] submodules/sdc.git/docs/onboardingpackages +writing output... [ 78%] submodules/sdc.git/docs/release-notes +writing output... [ 78%] submodules/sdc.git/docs/sdcsdks +writing output... [ 78%] submodules/sdc.git/docs/workflow +writing output... [ 79%] submodules/sdc/jtosca.git/docs/index +writing output... [ 79%] submodules/sdc/sdc-distribution-client.git/docs/index +writing output... [ 79%] submodules/sdc/sdc-docker-base.git/docs/index +writing output... [ 79%] submodules/sdc/sdc-titan-cassandra.git/docs/index +writing output... [ 79%] submodules/sdc/sdc-tosca.git/docs/index +writing output... [ 79%] submodules/sdc/sdc-tosca.git/jtosca/docs/index +writing output... [ 79%] submodules/sdc/sdc-workflow-designer.git/docs/index +writing output... [ 79%] submodules/sdnc/oam.git/docs/apis/genericresource +writing output... [ 79%] submodules/sdnc/oam.git/docs/apis/vnfapi +writing output... [ 79%] submodules/sdnc/oam.git/docs/architecture +writing output... [ 79%] submodules/sdnc/oam.git/docs/build +writing output... [ 80%] submodules/sdnc/oam.git/docs/cert_installation +writing output... [ 80%] submodules/sdnc/oam.git/docs/configuration +writing output... [ 80%] submodules/sdnc/oam.git/docs/consumedapis +writing output... [ 80%] submodules/sdnc/oam.git/docs/delivery +writing output... [ 80%] submodules/sdnc/oam.git/docs/humaninterfaces +writing output... [ 80%] submodules/sdnc/oam.git/docs/index +writing output... [ 80%] submodules/sdnc/oam.git/docs/installation +writing output... [ 80%] submodules/sdnc/oam.git/docs/logging +writing output... [ 80%] submodules/sdnc/oam.git/docs/offeredapis +writing output... [ 80%] submodules/sdnc/oam.git/docs/release-notes +writing output... [ 80%] submodules/so.git/docs/api/apis/consumed-apis +writing output... [ 81%] submodules/so.git/docs/api/apis/e2eServiceInstances-api +writing output... [ 81%] submodules/so.git/docs/api/apis/serviceInstances-api +writing output... [ 81%] submodules/so.git/docs/api/offered_consumed_apis +writing output... [ 81%] submodules/so.git/docs/architecture/architecture +writing output... [ 81%] submodules/so.git/docs/bak/Developer_Info +writing output... [ 81%] submodules/so.git/docs/bak/installation +writing output... [ 81%] submodules/so.git/docs/developer_info/BBUnderstanding +writing output... [ 81%] submodules/so.git/docs/developer_info/BPMN_Main_Process_Flows +writing output... [ 81%] submodules/so.git/docs/developer_info/BPMN_Project_Deployment_Strategy +writing output... [ 81%] submodules/so.git/docs/developer_info/BPMN_Project_Structure +writing output... [ 81%] submodules/so.git/docs/developer_info/BPMN_Subprocess_Process_Flows +writing output... [ 82%] submodules/so.git/docs/developer_info/Building_SO +writing output... [ 82%] submodules/so.git/docs/developer_info/Camunda_Cockpit_Community_Edition +writing output... [ 82%] submodules/so.git/docs/developer_info/Camunda_Cockpit_Enterprise_Edition +writing output... [ 82%] submodules/so.git/docs/developer_info/Camunda_Modeler +writing output... [ 82%] submodules/so.git/docs/developer_info/FAQs +writing output... [ 82%] submodules/so.git/docs/developer_info/SOMCIntegrate +writing output... [ 82%] submodules/so.git/docs/developer_info/Working_with_SO_Docker +writing output... [ 82%] submodules/so.git/docs/developer_info/developer_information +writing output... [ 82%] submodules/so.git/docs/developer_info/instantiate/index +writing output... [ 82%] submodules/so.git/docs/developer_info/instantiate/instantiation/index +writing output... [ 82%] submodules/so.git/docs/developer_info/instantiate/instantiation/nbi/index +writing output... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/pnf_instance/index +writing output... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/so1/index +writing output... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/so2/index +writing output... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/uui/index +writing output... [ 83%] submodules/so.git/docs/developer_info/instantiate/instantiation/vid/index +writing output... [ 83%] submodules/so.git/docs/developer_info/instantiate/pre_instantiation/index +writing output... [ 83%] submodules/so.git/docs/index +writing output... [ 83%] submodules/so.git/docs/installconfigure/Configure_git_and_gerrit +writing output... [ 83%] submodules/so.git/docs/installconfigure/Install_Configure_SO +writing output... [ 83%] submodules/so.git/docs/installconfigure/Install_Docker +writing output... [ 83%] submodules/so.git/docs/installconfigure/Workspace_and_Development_Tools +writing output... [ 83%] submodules/so.git/docs/release-notes +writing output... [ 84%] submodules/so/libs.git/docs/index +writing output... [ 84%] submodules/so/libs.git/docs/release-notes +writing output... [ 84%] submodules/usecase-ui.git/docs/index +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/administration +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/architecture +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/consumed_api +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/delivery +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/index +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/installation/index +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/installation/installation/index +writing output... [ 84%] submodules/usecase-ui.git/docs/platform/installation/installation/uui-over-oom +writing output... [ 85%] submodules/usecase-ui.git/docs/platform/installation/user-guide/index +writing output... [ 85%] submodules/usecase-ui.git/docs/platform/installation/user-guide/uui-guide +writing output... [ 85%] submodules/usecase-ui.git/docs/platform/logging +writing output... [ 85%] submodules/usecase-ui.git/docs/platform/offered_api +writing output... [ 85%] submodules/usecase-ui.git/docs/release-notes +writing output... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/docs/index +writing output... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/development +writing output... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/fix +writing output... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/index +writing output... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/integration +writing output... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/intro +writing output... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/onboarding +writing output... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/samplevnf +writing output... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/so +writing output... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/vnfintegration +writing output... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/vnflcm +writing output... [ 86%] submodules/vfc/nfvo/lcm.git/docs/index +writing output... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/CATALOG_API/index +writing output... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/NSLCM_API/index +writing output... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API +writing output... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/index +writing output... [ 86%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFMDriver_API/VNFM_Driver_API +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFMDriver_API/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/administration +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/architecture +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/VFC_part/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/cloud_complex/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/create_csar_local/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/create_csar_sdc/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/create_service_customer/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/index +writing output... [ 87%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/register_all_clouds/index +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/cli-userguide/register_vnfm/index +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/consumedapis +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/delivery +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/index +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/index +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/index +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/installation/vfc-over-oom +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/user-guide/index +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/user-guide/ns-instantiate-guide +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/logging +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/platform/ns-instantiate-guide +writing output... [ 88%] submodules/vfc/nfvo/lcm.git/docs/release-notes +writing output... [ 89%] submodules/vid.git/docs/administration +writing output... [ 89%] submodules/vid.git/docs/architecture +writing output... [ 89%] submodules/vid.git/docs/configuration +writing output... [ 89%] submodules/vid.git/docs/consumedapis +writing output... [ 89%] submodules/vid.git/docs/delivery +writing output... [ 89%] submodules/vid.git/docs/humaninterfaces +writing output... [ 89%] submodules/vid.git/docs/index +writing output... [ 89%] submodules/vid.git/docs/installation +writing output... [ 89%] submodules/vid.git/docs/instantiate +writing output... [ 89%] submodules/vid.git/docs/logging +writing output... [ 89%] submodules/vid.git/docs/offeredapis +writing output... [ 90%] submodules/vid.git/docs/release-notes +writing output... [ 90%] submodules/vnfrqts/guidelines.git/docs/index +writing output... [ 90%] submodules/vnfrqts/guidelines.git/docs/vnf_guidelines +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter1/index +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter2/index +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter3/index +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Design +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Develop-Steps +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Devops +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Modularity +writing output... [ 90%] submodules/vnfrqts/requirements.git/docs/Chapter4/Resiliency +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter4/Security +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter4/index +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Creating-Vendor-Specific-VNFM-Adaptor-Microservices +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/General Guidelines for Heat +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Cinder Volumes +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat High Availability +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Networking +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Post Orchestration & VNF Configuration +writing output... [ 91%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/ONAP Output Parameter Names +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource Property +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Suggested Naming Convention for Common Parameters +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/index +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role} +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type} +writing output... [ 92%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Support of Environment Files +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Template Constructs +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat VNF Modularity +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/index +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP HPA Requirements +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP NFV Tosca +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP Tosca Overview +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP Tosca PNF Descriptor +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP Tosca VNF Descriptor +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP VNF or PNF CSAR Package +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/index +writing output... [ 93%] submodules/vnfrqts/requirements.git/docs/Chapter5/VNFM-Driver-Development-Steps +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter5/index +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter6/index +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/Configuration-Management +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/Monitoring-And-Management +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/PNF-Plug-and-Play +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/Service-Design +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/VNF-On-boarding-and-package-management +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter7/index +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/Ansible-JSON-Key-Value-Description +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/Ansible-Playbook-Examples +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/Chef-JSON-Key-Value-Description +writing output... [ 94%] submodules/vnfrqts/requirements.git/docs/Chapter8/OPNFV-Verified-Badging +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/TOSCA-model +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/VES_Registration_3_2 +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/VNF-License-Information-Guidelines +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/index +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter8/ves7_1spec +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/Chapter9/index +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/changes-by-section-dublin +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/changes-by-section-el-alto +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/index +writing output... [ 95%] submodules/vnfrqts/requirements.git/docs/release-notes +writing output... [ 96%] submodules/vnfrqts/testcases.git/docs/Appendix +writing output... [ 96%] submodules/vnfrqts/testcases.git/docs/OnboardInstantiateTests +writing output... [ 96%] submodules/vnfrqts/testcases.git/docs/PackageTests +writing output... [ 96%] submodules/vnfrqts/testcases.git/docs/index +writing output... [ 96%] submodules/vnfrqts/testcases.git/docs/release-notes +writing output... [ 96%] submodules/vnfrqts/usecases.git/docs/index +writing output... [ 96%] submodules/vnfrqts/usecases.git/docs/manual_use_case +writing output... [ 96%] submodules/vnfrqts/usecases.git/docs/release-notes +writing output... [ 96%] submodules/vnfsdk/model.git/docs/files/Dovetail +writing output... [ 96%] submodules/vnfsdk/model.git/docs/files/VNF SDK - Guide for Bundling VNFs +writing output... [ 96%] submodules/vnfsdk/model.git/docs/files/VNFSDK-LFN-CVC +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/VNFSDK-Marketplace-userguide-operators +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/VNFSDK-Marketplace-userguide-vendors +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/csar-validation +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/marketplace-overview +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/pkgtool +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/vnf-packaging-model-blueprint +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/vnf-test-platform +writing output... [ 97%] submodules/vnfsdk/model.git/docs/files/vnfsdk-apis +writing output... [ 97%] submodules/vnfsdk/model.git/docs/index +writing output... [ 97%] submodules/vnfsdk/model.git/docs/release-notes +writing output... [ 97%] submodules/vvp/documentation.git/docs/contributing +writing output... [ 98%] submodules/vvp/documentation.git/docs/humaninterfaces +writing output... [ 98%] submodules/vvp/documentation.git/docs/index +writing output... [ 98%] submodules/vvp/documentation.git/docs/installation +writing output... [ 98%] submodules/vvp/documentation.git/docs/preload-generation +writing output... [ 98%] submodules/vvp/documentation.git/docs/release-notes +writing output... [ 98%] submodules/vvp/documentation.git/docs/validation-scripts +writing output... [ 98%] templates/collections/platform-component +writing output... [ 98%] templates/collections/sdk +writing output... [ 98%] templates/sections/administration +writing output... [ 98%] templates/sections/architecture +writing output... [ 98%] templates/sections/build +writing output... [ 99%] templates/sections/configuration +writing output... [ 99%] templates/sections/consumedapis +writing output... [ 99%] templates/sections/delivery +writing output... [ 99%] templates/sections/design +writing output... [ 99%] templates/sections/humaninterfaces +writing output... [ 99%] templates/sections/installation +writing output... [ 99%] templates/sections/logging +writing output... [ 99%] templates/sections/offeredapis +writing output... [ 99%] templates/sections/release-notes +writing output... [ 99%] templates/sections/vnf-reference +writing output... [ 99%] use-cases/index +writing output... [100%] use-cases/vfw + +WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/design/control-loop/index.rst:57: WARNING: undefined label: user-guides-service-design (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/guides/onap-user/design/control-loop/index.rst:266: WARNING: undefined label: user-guides-service-design (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/index.rst:12: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/index.rst:30: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/index.rst:50: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/index.rst:62: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/index.rst:74: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/index.rst:86: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/usage.rst:12: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/usage.rst:30: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/usage.rst:50: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/usage.rst:62: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/usage.rst:74: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aaf/sms.git/docs/usage.rst:86: WARNING: Could not lex literal_block as "guess". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/aai/aai-common.git/docs/AAI REST API Documentation/recentsApi.rst:48: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/complexResponse.rst:8: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/dbsystemcode.rst:7: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/resourcedefinitioncodesnip.rst:8: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/resourcesource.rst:14: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/resourcesource.rst:30: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/restauth.rst:12: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/restauth.rst:26: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/restauth.rst:41: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/restsourcecode.rst:8: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/sourcecapabilitycode.rst:8: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/sourcedefaultcode.rst:8: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/sourceinputcode.rst:8: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/datadictionary/sourceprimarydbcode.rst:8: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/ccsdk/cds.git/docs/installation.rst:47: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/clamp.git/docs/index.rst:112: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/cli.git/docs/console.rst:16: WARNING: undefined label: user_guide (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:654: WARNING: undefined label: i_793f480461dccbb35537f2001ab7af5b (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:770: WARNING: undefined label: i_24d5c9ce4ae509ac2272fb61bf0e2003 (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:888: WARNING: undefined label: i_793f480461dccbb35537f2001ab7af5b (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:996: WARNING: undefined label: i_24d5c9ce4ae509ac2272fb61bf0e2003 (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:1090: WARNING: undefined label: i_793f480461dccbb35537f2001ab7af5b (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.rst:1136: WARNING: undefined label: i_24d5c9ce4ae509ac2272fb61bf0e2003 (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/ves.rst:2166: WARNING: undefined label: d_2dc9a27be1410f60241c5f63c636bb7e (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/apis/ves-hv/index.rst:35: WARNING: Pygments lexer name 'asn' is not known +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/cdap-specification.rst:187: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:197: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:296: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:326: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:344: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:445: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:471: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:551: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:669: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/common-specification.rst:1019: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification.rst:93: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification.rst:133: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification.rst:154: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification.rst:165: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification.rst:216: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/components/component-specification/docker-specification.rst:255: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/healthcheck.rst:29: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/installation_test.rst:11: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/development_info.rst:20: WARNING: unknown document: ../../apis/swagger-bbs-event-processor +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting.rst:85: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting.rst:96: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting.rst:106: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting.rst:116: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting.rst:126: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting.rst:137: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/dfc/troubleshooting.rst:148: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/prh/authorization.rst:26: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/prh/authorization.rst:44: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/configuration.rst:111: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/logging.rst:27: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/logging.rst:75: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/logging.rst:144: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/logging.rst:154: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/logging.rst:208: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/logging.rst:287: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/dcaegen2.git/docs/sections/services/snmptrap/logging.rst:294: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-Test-Guide.rst:203: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-Test-Guide.rst:213: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/MultiCloud-Test-Guide.rst:223: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-vio/Multicloud-Fake_Cloud-Guide.rst:205: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-vio/Multicloud-Fake_Cloud-Guide.rst:215: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-vio/UserGuide-MultiCloud-VMware-OpenStack.rst:205: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-vio/UserGuide-MultiCloud-VMware-OpenStack.rst:215: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-HPA-Provision-Discovery-WindRiver-TitaniumCloud.rst:68: WARNING: undefined label: multicloud (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-Onboard-WindRiver-TitaniumCloud.rst:67: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-Onboard-WindRiver-TitaniumCloud.rst:113: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-Onboard-WindRiver-TitaniumCloud.rst:159: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-Onboard-WindRiver-TitaniumCloud.rst:209: WARNING: Could not lex literal_block as "console". Highlighting skipped. +docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/Tutorial-HPA-Provision-Discovery-WindRiver-TitaniumCloud.rst:68: WARNING: undefined label: multicloud (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/UserGuide-MultiCloud-WindRiver-TitaniumCloud.rst:67: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/UserGuide-MultiCloud-WindRiver-TitaniumCloud.rst:113: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/UserGuide-MultiCloud-WindRiver-TitaniumCloud.rst:159: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/UserGuide-MultiCloud-WindRiver-TitaniumCloud.rst:209: WARNING: Could not lex literal_block as "console". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/docs/sections/homingspecification.rst:1694: WARNING: Could not lex literal_block as "yaml". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/docs/sections/homingspecification.rst:1735: WARNING: Could not lex literal_block as "yaml". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/optf/has.git/docs/sections/offeredapis.rst:45: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/engine.git/docs/platform/offeredapis.rst:630: WARNING: Could not lex literal_block as "bash". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/design/design.rst:888: WARNING: Could not lex literal_block as "json". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/installation/oom.rst:142: WARNING: undefined label: installing or upgrading policy (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/installation/oom.rst:154: WARNING: undefined label: rebuilding and/or modifying the policy charts (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/installation/oom.rst:180: WARNING: undefined label: rebuilding and/or modifying the policy charts (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/xacml/xacml-tutorial.rst:11: WARNING: undefined label: <policy-dev-label> (if the link has no caption the label must precede a section header) +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/xacml/xacml-tutorial.rst:21: WARNING: Could not lex literal_block as "JSON". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/policy/parent.git/docs/xacml/xacml-tutorial.rst:30: WARNING: Could not lex literal_block as "JSON". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/ONAP NFV Tosca.rst:337: WARNING: Could not lex literal_block as "yaml". Highlighting skipped. +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:786: WARNING: unknown document: ../../../../vnfsdk/module.git/files/VESEventRegistration_3_0 +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:805: WARNING: unknown document: ../../../../vnfsdk/module.git/files/VESEventRegistration_3_0 +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:819: WARNING: unknown document: ../../../../vnfsdk/model.git/docs/files/VESEventListener_7_0_1 +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst:3732: WARNING: unknown document: ../../../../vnfsdk/module.git/files/VESEventRegistration_3_0 +WARNING: Needs: linked need R-87848 not found (Line 1196 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-70112 not found (Line 1215 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-20974 not found (Line 1633 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-26885 not found (Line 2031 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-579051 not found (Line 2201 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-93177 not found (Line 3076 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-40899 not found (Line 3156 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-86237 not found (Line 3317 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-22441 not found (Line 3396 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-49177 not found (Line 3456 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-70757 not found (Line 3514 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-44491 not found (Line 3565 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-16576 not found (Line 3663 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-75202 not found (Line 3712 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-98391 not found (Line 4556 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +WARNING: Needs: linked need R-82481 not found (Line 5053 of file /home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/requirements.git/docs/changes-by-section-casablanca.rst) +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/testcases.git/docs/Appendix.rst:34: WARNING: unknown document: /../../../../vnfrqts/requirements.git/docs/Chapter9/index +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/testcases.git/docs/OnboardInstantiateTests.rst:44: WARNING: unknown document: /../../../vnfrqts/requirements.git/docs/index +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/testcases.git/docs/OnboardInstantiateTests.rst:45: WARNING: unknown document: /../../../../../guides/onap-developer/settingup/index +/home/tom/onapdocs/doc-test/doc/docs/submodules/vnfrqts/testcases.git/docs/OnboardInstantiateTests.rst:109: WARNING: unknown document: /../../../../vvp/documentation.git/docs/index +generating indices... genindexdone +writing additional pages... searchdone +copying images... [ 0%] guides/onap-developer/architecture/media/ONAP-toplevel.png +copying images... [ 0%] guides/onap-developer/architecture/media/ONAP-fncview.png +copying images... [ 0%] guides/onap-developer/architecture/media/ONAP-closedloop.png +copying images... [ 0%] guides/onap-developer/architecture/media/ONAP-5G.png +copying images... [ 0%] guides/onap-developer/architecture/media/ONAP-vcpe.png +copying images... [ 0%] guides/onap-developer/architecture/media/ONAP-bbs.png +copying images... [ 0%] guides/onap-developer/architecture/media/ONAP-volte.png +copying images... [ 1%] guides/onap-developer/architecture/media/ONAP-ccvpn.png +copying images... [ 1%] guides/onap-developer/how-to-use-docs/git_branches.png +copying images... [ 1%] guides/onap-operator/onap-portal-admin/attachments/16004343_image2017-10-27_15-56-53.png +copying images... [ 1%] guides/onap-operator/onap-portal-admin/attachments/16004284_image2017-10-27_14-14-37.png +copying images... [ 1%] guides/onap-operator/onap-portal-admin/attachments/16004288_image2017-10-27_14-17-0.png +copying images... [ 1%] guides/onap-operator/onap-portal-admin/attachments/16004295_image2017-10-27_14-23-38.png +copying images... [ 1%] guides/onap-operator/onap-portal-admin/attachments/16004297_image2017-10-27_14-26-38.png +copying images... [ 1%] guides/onap-operator/onap-portal-admin/attachments/16004301_image2017-10-27_14-30-33.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/16004303_image2017-10-27_14-30-51.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/16004306_image2017-10-27_14-35-46.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/16004309_image2017-10-27_14-41-13.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/16004321_image2017-10-27_15-21-13.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/1018932_ep_trash_icon.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/16004324_image2017-10-27_15-24-5.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/16004327_image2017-10-27_15-27-1.png +copying images... [ 2%] guides/onap-operator/onap-portal-admin/attachments/16004329_image2017-10-27_15-28-31.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/1018942_ep_editmenu_edit.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/16004338_image2017-10-27_15-51-18.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/16004340_image2017-10-27_15-52-28.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/16004934_image2017-10-31_11-12-22.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/16004915_image2017-10-31_10-49-27.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/16004936_image2017-10-31_11-16-14.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/16004943_image2017-10-31_11-21-2.png +copying images... [ 3%] guides/onap-operator/onap-portal-admin/attachments/16004944_image2017-10-31_11-23-15.png +copying images... [ 4%] guides/onap-operator/onap-portal-admin/attachments/16004954_image2017-10-31_11-29-12.png +copying images... [ 4%] guides/onap-operator/onap-portal-admin/attachments/16004962_image2017-10-31_11-34-8.png +copying images... [ 4%] guides/onap-user/design/control-loop/media/DesignModel.png +copying images... [ 4%] guides/onap-user/design/media/Design-Overview.png +copying images... [ 4%] guides/onap-user/design/parameter_resolution/../media/capabilities.png +copying images... [ 4%] guides/onap-user/design/parameter_resolution/../media/mapping.png +copying images... [ 4%] guides/onap-user/design/parameter_resolution/../media/cds-blueprint.png +copying images... [ 5%] guides/onap-user/design/parameter_resolution/../media/cba.png +copying images... [ 5%] guides/onap-user/design/parameter_resolution/../media/sdc.png +copying images... [ 5%] guides/onap-user/design/pre-onboarding/media/tenant.png +copying images... [ 5%] guides/onap-user/design/resource-onboarding/media/sdro-resource-onboarding-workflow.png +copying images... [ 5%] guides/onap-user/design/resource-onboarding/media/sdro-vsp-service-workflow.png +copying images... [ 5%] guides/onap-user/design/resource-onboarding/media/sdro-sdc_vsp_save.png +copying images... [ 5%] guides/onap-user/design/resource-onboarding/media/sdro-license-creation.png +copying images... [ 5%] guides/onap-user/design/resource-onboarding/media/sdro-license-keygroup.png +copying images... [ 6%] guides/onap-user/design/resource-onboarding/media/sdro-entitlement-pool.png +copying images... [ 6%] guides/onap-user/design/resource-onboarding/media/sdro-feature-group.png +copying images... [ 6%] guides/onap-user/design/resource-onboarding/media/sdro-license-agreement.png +copying images... [ 6%] guides/onap-user/design/resource-onboarding/media/sdro-software-product.png +copying images... [ 6%] guides/onap-user/design/resource-onboarding/media/sdro-design_onboardvsp_heaterrors.png +copying images... [ 6%] guides/onap-user/design/resource-onboarding/media/sdro-edit-nic.png +copying images... [ 6%] guides/onap-user/design/service-design/media/design_service_workflow.png +copying images... [ 6%] guides/onap-user/design/service-design/media/design_asdccanvas_connect_elements.png +copying images... [ 7%] guides/onap-user/design/service-design/media/design_service_adddeploymentartifact.png +copying images... [ 7%] guides/onap-user/design/service-design/media/design_service_inputs_move.png +copying images... [ 7%] guides/onap-user/design/service-distribution/media/design_governance_workflow.png +copying images... [ 7%] guides/onap-user/design/vfcreation/media/design_vf_workflow.png +copying images... [ 7%] guides/onap-user/design/vfcreation/media/SDC-Import.png +copying images... [ 7%] guides/onap-user/design/vfcreation/media/image2017-1-27_11-14-3.png +copying images... [ 7%] guides/onap-user/design/vfcreation/media/SDC-Add.png +copying images... [ 7%] guides/onap-user/design/vfcreation/media/image2017-1-27_11-17-18.png +copying images... [ 8%] guides/onap-user/design/vfcreation/media/sdc_artifact_update.png +copying images... [ 8%] guides/onap-user/design/vfcreation/media/design_vf_updatevspmessage.png +copying images... [ 8%] guides/onap-user/design/vfcreation/media/image2017-1-27_11-20-13.png +copying images... [ 8%] guides/onap-user/design/vfcreation/media/image2017-1-27_11-21-4.png +copying images... [ 8%] guides/onap-user/onap-portal-user/attachments/16004343_image2017-10-27_15-56-53.png +copying images... [ 8%] guides/onap-user/onap-portal-user/attachments/16004980_image2017-10-31_12-21-53.png +copying images... [ 8%] guides/onap-user/onap-portal-user/attachments/20086818_image2017-12-5_14-53-43.png +copying images... [ 9%] guides/onap-user/onap-portal-user/attachments/20086819_image2017-12-5_14-57-22.png +copying images... [ 9%] guides/onap-user/onap-portal-user/attachments/20086839_image2017-12-5_16-52-40.png +copying images... [ 9%] guides/onap-user/onap-portal-user/attachments/20086846_image2017-12-5_16-57-24.png +copying images... [ 9%] guides/onap-user/onap-portal-user/attachments/1018906_ep_home_editwidget.png +copying images... [ 9%] guides/onap-user/onap-portal-user/attachments/20086820_image2017-12-5_15-8-37.png +copying images... [ 9%] guides/onap-user/onap-portal-user/attachments/20086821_image2017-12-5_15-9-27.png +copying images... [ 9%] guides/onap-user/onap-portal-home.png +copying images... [ 9%] guides/overview/media/ONAP_main_functions.png +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/aaf-permission-mapping.png +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/aaf-hl-object-model.png +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/aaf-use-case.png +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/aaf-cm.png +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/SecurityArchBasic_1.svg +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/SecurityArchBasic_TLS.svg +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/SecurityArchCADI.svg +copying images... [ 10%] submodules/aaf/authz.git/docs/sections/architecture/images/SecurityArchCADIClient.svg +copying images... [ 11%] submodules/aaf/authz.git/docs/sections/architecture/images/SecurityArchAAF.svg +copying images... [ 11%] submodules/aaf/authz.git/docs/sections/architecture/images/SecurityArchAAFOrg.svg +copying images... [ 11%] submodules/aaf/authz.git/docs/sections/architecture/images/SecurityArchFull.svg +copying images... [ 11%] submodules/aaf/sms.git/docs/sms_high_level.png +copying images... [ 11%] submodules/aai/aai-common.git/docs/platform/images/aai-architecture.PNG +copying images... [ 11%] submodules/aai/aai-common.git/docs/platform/images/aai_in_onap.png +copying images... [ 11%] submodules/aai/aai-common.git/docs/platform/images/html.png +copying images... [ 11%] submodules/aai/aai-common.git/docs/platform/images/yaml.png +copying images... [ 12%] submodules/aai/esr-gui.git/docs/platform/images/esr-architecture.PNG +copying images... [ 12%] submodules/aai/esr-gui.git/docs/platform/images/vim-register-progress.PNG +copying images... [ 12%] submodules/aai/esr-gui.git/docs/platform/images/external-system-register-progress.PNG +copying images... [ 12%] submodules/aai/esr-gui.git/docs/platform/images/external-system-register-sequence-diagram.PNG +copying images... [ 12%] submodules/aai/esr-server.git/docs/platform/images/esr-architecture.PNG +copying images... [ 12%] submodules/aai/esr-server.git/docs/platform/images/vim-register-progress.PNG +copying images... [ 12%] submodules/aai/esr-server.git/docs/platform/images/external-system-register-progress.PNG +copying images... [ 12%] submodules/aai/esr-server.git/docs/platform/images/external-system-register-sequence-diagram.PNG +copying images... [ 13%] submodules/aai/sparky-be.git/docs/platform/images/sparky-interaction.png +copying images... [ 13%] submodules/aai/sparky-be.git/docs/platform/images/aai-ui-view-inspect.jpg +copying images... [ 13%] submodules/aai/sparky-be.git/docs/platform/images/view1.png +copying images... [ 13%] submodules/aai/sparky-be.git/docs/platform/images/view2.png +copying images... [ 13%] submodules/aai/sparky-be.git/docs/platform/images/view3.png +copying images... [ 13%] submodules/aai/sparky-be.git/docs/platform/images/view4.png +copying images... [ 13%] submodules/aai/sparky-be.git/docs/platform/images/view5.png +copying images... [ 14%] submodules/aai/sparky-be.git/docs/platform/images/view6.jpg +copying images... [ 14%] submodules/appc.git/docs/APPC CDT Guide/media/image0.png +copying images... [ 14%] submodules/appc.git/docs/APPC CDT Guide/media/image1.png +copying images... [ 14%] submodules/appc.git/docs/APPC CDT Guide/media/image2.png +copying images... [ 14%] submodules/appc.git/docs/APPC CDT Guide/media/image3.png +copying images... [ 14%] submodules/appc.git/docs/APPC CDT Guide/media/image4.png +copying images... [ 14%] submodules/appc.git/docs/APPC CDT Guide/media/image5.png +copying images... [ 14%] submodules/appc.git/docs/APPC CDT Guide/media/image6.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image7.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image8.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image9.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image10.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image11.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image12.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image13.png +copying images... [ 15%] submodules/appc.git/docs/APPC CDT Guide/media/image14.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/image15a.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/image15b.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/image15c.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/image15d.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/image15e.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/image15f.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/image16.png +copying images... [ 16%] submodules/appc.git/docs/APPC CDT Guide/media/imageA.png +copying images... [ 17%] submodules/appc.git/docs/APPC CDT Guide/media/image17.png +copying images... [ 17%] submodules/appc.git/docs/APPC CDT Guide/media/image18.png +copying images... [ 17%] submodules/appc.git/docs/APPC CDT Guide/media/image19.png +copying images... [ 17%] submodules/appc.git/docs/APPC CDT Guide/media/image20.png +copying images... [ 17%] submodules/appc.git/docs/APPC CDT Guide/media/image21.png +copying images... [ 17%] submodules/appc.git/docs/APPC CDT Guide/media/image23.png +copying images... [ 17%] submodules/appc.git/docs/APPC CDT Guide/media/image24.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image26.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image27.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image28.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image29.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image30.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image30a.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image31.png +copying images... [ 18%] submodules/appc.git/docs/APPC CDT Guide/media/image32.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image33.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image34.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image35.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image36.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image37.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image38.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image39.png +copying images... [ 19%] submodules/appc.git/docs/APPC CDT Guide/media/image40.png +copying images... [ 20%] submodules/appc.git/docs/APPC CDT Guide/media/image41.png +copying images... [ 20%] submodules/appc.git/docs/APPC CDT Guide/media/image42.png +copying images... [ 20%] submodules/appc.git/docs/APPC Client Library Guide/image2.png +copying images... [ 20%] submodules/appc.git/docs/APPC Logging Guide/APPCLoggingArchitecturediagram.png +copying images... [ 20%] submodules/appc.git/docs/APPC OAM API Guide/media/AppcAPIdocdiagram.png +copying images... [ 20%] submodules/appc.git/docs/APPC User Guide/media/AppCDeployment.png +copying images... [ 20%] submodules/appc.git/docs/APPC User Guide/media/AppCApidoxExplorer.png +copying images... [ 20%] submodules/appc.git/docs/APPC User Guide/media/AppCApidoxExplorer2.png +copying images... [ 21%] submodules/appc.git/docs/APPC User Guide/media/AppCApidoxExplorer3.png +copying images... [ 21%] submodules/appc.git/docs/APPC User Guide/media/AppCApidoxExplorer4.png +copying images... [ 21%] submodules/appc.git/docs/APPC User Guide/media/AppCArchitectureDiagram.png +copying images... [ 21%] submodules/appc.git/docs/APPC User Guide/media/AppCDGOrchestratorArchitecture.png +copying images... [ 21%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/images/image0.png +copying images... [ 21%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/images/image1.png +copying images... [ 21%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/images/image2.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/images/image3.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/images/image4.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/images/image5.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Ansible Adapter/images/image6.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Chef Adapter/images/image0.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Chef Adapter/images/image1.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image0.png +copying images... [ 22%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image1.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image2.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image3.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image4.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image5.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image6.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image7.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image8.png +copying images... [ 23%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image9.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image10.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image11.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image12.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image13.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image14.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image15.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image16.png +copying images... [ 24%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image17.png +copying images... [ 25%] submodules/appc/deployment.git/docs/APPC Testing of a Local ONAP Component/images/image18.png +copying images... [ 25%] submodules/ccsdk/cds.git/docs/CBA/media/image0.jpg +copying images... [ 25%] submodules/ccsdk/cds.git/docs/CBA/media/CDS_architecture.jpg +copying images... [ 25%] submodules/ccsdk/cds.git/docs/CBA/media/image2.jpg +copying images... [ 25%] submodules/ccsdk/cds.git/docs/datadictionary/media/mandatory.JPG +copying images... [ 25%] submodules/ccsdk/cds.git/docs/datadictionary/media/optional.JPG +copying images... [ 25%] submodules/ccsdk/cds.git/docs/datadictionary/media/sqltable.JPG +copying images... [ 25%] submodules/ccsdk/cds.git/docs/datadictionary/media/resttable.JPG +copying images... [ 26%] submodules/ccsdk/cds.git/docs/datadictionary/media/capabilitytable.JPG +copying images... [ 26%] submodules/ccsdk/cds.git/docs/media/CDS_architecture.jpg +copying images... [ 26%] submodules/ccsdk/cds.git/docs/media/tosca_model.jpg +copying images... [ 26%] submodules/ccsdk/cds.git/docs/microservices/images/blueprintprocessor.jpg +copying images... [ 26%] submodules/ccsdk/cds.git/docs/microservices/media/dyanmicapi.jpg +copying images... [ 26%] submodules/ccsdk/cds.git/docs/microservices/media/Enrichment-REST.png +copying images... [ 26%] submodules/ccsdk/cds.git/docs/microservices/media/Enrichment-UI1.png +copying images... [ 27%] submodules/ccsdk/cds.git/docs/microservices/media/Enrichment-UI2.png +copying images... [ 27%] submodules/ccsdk/features.git/docs/guides/onap-user/./ONAP-SDN-R.png +copying images... [ 27%] submodules/clamp.git/docs/images/architecture/distdepl.png +copying images... [ 27%] submodules/clamp.git/docs/images/architecture/monitoring.png +copying images... [ 27%] submodules/clamp.git/docs/images/architecture/ONAP-closedloop.png +copying images... [ 27%] submodules/clamp.git/docs/images/swagger.png +copying images... [ 27%] submodules/clamp.git/docs/images/html.png +copying images... [ 27%] submodules/clamp.git/docs/images/pdf.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/open-menu.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/open-box.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/opened-closed-loop.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/blueprint_node_type.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/open-menu-prop.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/prop-box.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/op-policy-box-policy1.png +copying images... [ 28%] submodules/clamp.git/docs/images/user-guide/config-policy-tca1.png +copying images... [ 29%] submodules/clamp.git/docs/images/user-guide/config-policy-tca2.png +copying images... [ 29%] submodules/clamp.git/docs/images/user-guide/submit-menu.png +copying images... [ 29%] submodules/clamp.git/docs/images/user-guide/distributed.png +copying images... [ 29%] submodules/clamp.git/docs/images/user-guide/deploy.png +copying images... [ 29%] submodules/clamp.git/docs/images/user-guide/deploy-params.png +copying images... [ 29%] submodules/clamp.git/docs/images/user-guide/undeploy.png +copying images... [ 29%] submodules/cli.git/docs/images/portal-cli-arch.png +copying images... [ 29%] submodules/cli.git/docs/images/portal-cli-shell.png +copying images... [ 30%] submodules/cli.git/docs/images/portal-cli-web-con.png +copying images... [ 30%] submodules/cli.git/docs/images/portal-cli-app.png +copying images... [ 30%] submodules/cli.git/docs/images/portal-cli-dowload.png +copying images... [ 30%] submodules/dcaegen2.git/docs/sections/apis/../images/prhAlgo.png +copying images... [ 30%] submodules/dcaegen2.git/docs/sections/images/R4_architecture_diagram.png +copying images... [ 30%] submodules/dcaegen2.git/docs/sections/components/./images/dmdvision.png +copying images... [ 30%] submodules/dcaegen2.git/docs/sections/components/./images/io.png +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/../../images/bbs-ep-pnf-relocation.png +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/bbs-event-processor/../../images/bbs-ep-cpe-authentication.png +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/DL-DES.PNG +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/./arch.PNG +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/datalake-handler/./dbschema.PNG +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/dfc/../../images/DFC.png +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/dfc/../../images/DFC_config.png +copying images... [ 31%] submodules/dcaegen2.git/docs/sections/services/mapper/./flow.png +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/../../images/pm-mapper.png +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/pm-mapper/../../images/pmmapper-flow.png +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/prh/../../images/prhAlgo.png +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/restconf/../../images/rcc_diag.png +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/restconf/../../images/rcc_diag_interact.png +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/snmptrap/./ONAP_trapd.png +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/son-handler/flowdiagram.jpg +copying images... [ 32%] submodules/dcaegen2.git/docs/sections/services/son-handler/./dcae_new.jpg +copying images... [ 33%] submodules/dcaegen2.git/docs/sections/services/son-handler/./son_handler.jpg +copying images... [ 33%] submodules/dcaegen2.git/docs/sections/services/ves-http/./ves-deployarch.png +copying images... [ 33%] submodules/dcaegen2.git/docs/sections/services/ves-http/./VES-processingFlow.png +copying images... [ 33%] submodules/dcaegen2.git/docs/sections/services/ves-hv/resources/ONAP_VES_HV_Architecture.png +copying images... [ 33%] submodules/dmaap/datarouter.git/docs/images/dr_pub_flow.png +copying images... [ 33%] submodules/dmaap/datarouter.git/docs/images/dr_bc_prov.png +copying images... [ 33%] submodules/dmaap/datarouter.git/docs/images/dr_arch_only.png +copying images... [ 33%] submodules/dmaap/messagerouter/messageservice.git/docs/Installation/docker.png +copying images... [ 34%] submodules/dmaap/messagerouter/messageservice.git/docs/architecture/architecture.png +copying images... [ 34%] submodules/externalapi/nbi.git/docs/architecture/../images/onap_nbi_dublin.jpg +copying images... [ 34%] submodules/externalapi/nbi.git/docs/offeredapis/../images/onap_nbi_dublin.jpg +copying images... [ 34%] submodules/externalapi/nbi.git/docs/offeredapis/images/swagger.png +copying images... [ 34%] submodules/externalapi/nbi.git/docs/offeredapis/images/uml.jpg +copying images... [ 34%] submodules/externalapi/nbi.git/docs/offeredapis/images/text_xml.png +copying images... [ 34%] submodules/externalapi/nbi.git/docs/offeredapis/images/notification.jpg +copying images... [ 35%] submodules/holmes/rule-management.git/docs/platform/images/overall-architecture-in-onap.png +copying images... [ 35%] submodules/holmes/rule-management.git/docs/platform/images/holmes-architecture.png +copying images... [ 35%] submodules/holmes/rule-management.git/docs/platform/images/holmes-delivery.png +copying images... [ 35%] submodules/holmes/rule-management.git/docs/platform/images/swagger-gui-for-holmes.png +copying images... [ 35%] submodules/integration.git/docs/files/bbs/BBS_arch_overview.png +copying images... [ 35%] submodules/integration.git/docs/files/bbs/BBS_system_view.png +copying images... [ 35%] submodules/integration.git/docs/files/postman/import.png +copying images... [ 35%] submodules/integration.git/docs/files/postman/collections.png +copying images... [ 36%] submodules/integration.git/docs/files/postman/collection-detail.png +copying images... [ 36%] submodules/integration.git/docs/files/postman/collection-detail-test.png +copying images... [ 36%] submodules/integration.git/docs/files/postman/run.png +copying images... [ 36%] submodules/integration.git/docs/files/postman/zipfile.png +copying images... [ 36%] submodules/integration.git/docs/files/postman/globals.png +copying images... [ 36%] submodules/integration.git/docs/files/robot/robot_logs.png +copying images... [ 36%] submodules/integration.git/docs/files/robot/robot_report_logs.png +copying images... [ 36%] submodules/integration.git/docs/files/robot/robot_report_ok.png +copying images... [ 37%] submodules/integration.git/docs/files/robot/robot_report_details.png +copying images... [ 37%] submodules/integration.git/docs/files/robot/robot_report_ko.png +copying images... [ 37%] submodules/integration.git/docs/files/scaleout/topology.png +copying images... [ 37%] submodules/integration.git/docs/files/scaleout/scaleout.png +copying images... [ 37%] submodules/integration.git/docs/files/scaleout/so-blocks.png +copying images... [ 37%] submodules/integration.git/docs/files/scaleout/9.png +copying images... [ 37%] submodules/integration.git/docs/files/scaleout/10.png +copying images... [ 37%] submodules/integration.git/docs/files/scaleout/11.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/1.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/2.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/3.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/4.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/5.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/6.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/7.png +copying images... [ 38%] submodules/integration.git/docs/files/scaleout/8.png +copying images... [ 39%] submodules/integration.git/docs/files/scaleout/12.png +copying images... [ 39%] submodules/integration.git/docs/files/scaleout/13.png +copying images... [ 39%] submodules/integration.git/docs/files/scaleout/14.png +copying images... [ 39%] submodules/integration.git/docs/files/scaleout/15.png +copying images... [ 39%] submodules/integration.git/docs/files/scaleout/16.png +copying images... [ 39%] submodules/integration.git/docs/files/scaleout/17.png +copying images... [ 39%] submodules/integration.git/docs/files/scaleout/18.png +copying images... [ 40%] submodules/integration.git/docs/files/scaleout/19.png +copying images... [ 40%] submodules/integration.git/docs/files/scaleout/20.png +copying images... [ 40%] submodules/integration.git/docs/files/scaleout/tosca_template_fig.png +copying images... [ 40%] submodules/integration.git/docs/files/scaleout/service.png +copying images... [ 40%] submodules/integration.git/docs/files/scaleout/vnf.png +copying images... [ 40%] submodules/integration.git/docs/files/scaleout/vid.png +copying images... [ 40%] submodules/integration.git/docs/files/dt-use-case.png +copying images... [ 40%] submodules/integration.git/docs/files/dt-result.png +copying images... [ 41%] submodules/integration.git/docs/files/dt-workflow.png +copying images... [ 41%] submodules/integration.git/docs/files/vfwdt-service.png +copying images... [ 41%] submodules/integration.git/docs/files/vfwdt-networks.png +copying images... [ 41%] submodules/integration.git/docs/files/vfwdt-vid-vpkg.png +copying images... [ 41%] submodules/integration.git/docs/files/vfwdt-vid-vnf-1.png +copying images... [ 41%] submodules/integration.git/docs/files/vfwdt-vid-vnf-2.png +copying images... [ 41%] submodules/integration.git/docs/files/vfwdt-policy-type-list.png +copying images... [ 41%] submodules/integration.git/docs/files/vfwdt-add-micro-service-policy.png +copying images... [ 42%] submodules/integration.git/docs/files/vfwdt-completed-policy-type-list.png +copying images... [ 42%] submodules/integration.git/docs/files/vfwdt-policy-editor-osdf-dublin.png +copying images... [ 42%] submodules/integration.git/docs/files/vfwdt-create-vnf-type.png +copying images... [ 42%] submodules/integration.git/docs/files/vfwdt-enter-vnf-type.png +copying images... [ 42%] submodules/integration.git/docs/files/vfwdt-new-lcm-ref-data.png +copying images... [ 42%] submodules/integration.git/docs/files/vfwdt-create-template.png +copying images... [ 42%] submodules/integration.git/docs/files/vfwdt-template-parameters.png +copying images... [ 42%] submodules/logging-analytics.git/docs/Logging_User_Guide/../onap_kibana_dashboard.png +copying images... [ 43%] submodules/modeling/etsicatalog.git/docs/images/architecture.png +copying images... [ 43%] submodules/modeling/modelspec.git/docs/ONAP Model Spec/im/NSD1.PNG +copying images... [ 43%] submodules/msb/apigateway.git/docs/platform/images/msb-architecture.png +copying images... [ 43%] submodules/msb/apigateway.git/docs/platform/images/home.png +copying images... [ 43%] submodules/msb/apigateway.git/docs/platform/images/service-list-2.png +copying images... [ 43%] submodules/msb/apigateway.git/docs/platform/images/service-detail.png +copying images... [ 43%] submodules/msb/apigateway.git/docs/platform/images/service-register.png +copying images... [ 44%] submodules/msb/apigateway.git/docs/platform/images/service-edit.png +copying images... [ 44%] submodules/multicloud/framework.git/docs/./images/msb-icons.png +copying images... [ 44%] submodules/multicloud/framework.git/docs/./images/mc-arch-workflow.png +copying images... [ 44%] submodules/multicloud/framework.git/docs/multicloud-plugin-windriver/../images/mc-windriver/esr-vim-register.png +copying images... [ 44%] submodules/multicloud/k8s.git/docs/./img/installer_workflow.png +copying images... [ 44%] submodules/multicloud/k8s.git/docs/./img/default_pdf.png +copying images... [ 44%] submodules/music.git/docs/MUSIC_USAGE.jpg +copying images... [ 44%] submodules/oom.git/docs/oomLogoV2-medium.png +copying images... [ 45%] submodules/oom.git/docs/kubernetes_objects.png +copying images... [ 45%] submodules/oom.git/docs/MSB-OOM-Diagram.png +copying images... [ 45%] submodules/oom.git/docs/images/keys/key_pair_1.png +copying images... [ 45%] submodules/oom.git/docs/images/cp_vms/control_plane_1.png +copying images... [ 45%] submodules/oom.git/docs/images/cp_vms/control_plane_2.png +copying images... [ 45%] submodules/oom.git/docs/images/cp_vms/control_plane_3.png +copying images... [ 45%] submodules/oom.git/docs/images/cp_vms/control_plane_4.png +copying images... [ 45%] submodules/oom.git/docs/images/cp_vms/control_plane_5.png +copying images... [ 46%] submodules/oom.git/docs/images/cp_vms/control_plane_6.png +copying images... [ 46%] submodules/oom.git/docs/images/cp_vms/control_plane_7.png +copying images... [ 46%] submodules/oom.git/docs/images/cp_vms/control_plane_8.png +copying images... [ 46%] submodules/oom.git/docs/images/wk_vms/worker_1.png +copying images... [ 46%] submodules/oom.git/docs/images/wk_vms/worker_2.png +copying images... [ 46%] submodules/oom.git/docs/images/wk_vms/worker_3.png +copying images... [ 46%] submodules/oom.git/docs/images/wk_vms/worker_4.png +copying images... [ 46%] submodules/oom.git/docs/images/wk_vms/worker_5.png +copying images... [ 47%] submodules/oom.git/docs/images/wk_vms/worker_6.png +copying images... [ 47%] submodules/oom.git/docs/images/wk_vms/worker_7.png +copying images... [ 47%] submodules/oom.git/docs/images/floating_ips/floating_1.png +copying images... [ 47%] submodules/oom.git/docs/images/floating_ips/floating_2.png +copying images... [ 47%] submodules/oom.git/docs/images/rke/rke_1.png +copying images... [ 47%] submodules/oom.git/docs/images/nfs_server/nfs_server_1.png +copying images... [ 47%] submodules/oom.git/docs/images/nfs_server/nfs_server_2.png +copying images... [ 48%] submodules/oom.git/docs/images/nfs_server/nfs_server_3.png +copying images... [ 48%] submodules/oom.git/docs/images/nfs_server/nfs_server_4.png +copying images... [ 48%] submodules/oom.git/docs/images/nfs_server/nfs_server_5.png +copying images... [ 48%] submodules/oom.git/docs/images/nfs_server/nfs_server_6.png +copying images... [ 48%] submodules/oom.git/docs/images/nfs_server/nfs_server_7.png +copying images... [ 48%] submodules/oom.git/docs/images/nfs_server/nfs_server_8.png +copying images... [ 48%] submodules/oom.git/docs/images/nfs_server/nfs_server_9.png +copying images... [ 48%] submodules/oom.git/docs/oomLogoV2-Deploy.png +copying images... [ 49%] submodules/oom.git/docs/oomLogoV2-Configure.png +copying images... [ 49%] submodules/oom.git/docs/oomLogoV2-Monitor.png +copying images... [ 49%] submodules/oom.git/docs/consulHealth.png +copying images... [ 49%] submodules/oom.git/docs/oomLogoV2-Heal.png +copying images... [ 49%] submodules/oom.git/docs/oomLogoV2-Scale.png +copying images... [ 49%] submodules/oom.git/docs/oomLogoV2-Upgrade.png +copying images... [ 49%] submodules/oom.git/docs/oomLogoV2-Delete.png +copying images... [ 49%] submodules/oom/offline-installer.git/docs/images/vFWCL.jpg +copying images... [ 50%] submodules/optf/cmso.git/docs/sections/./diagrams/ONAP_CMSO_FLOW.png +copying images... [ 50%] submodules/optf/cmso.git/docs/sections/./diagrams/DeliveryOOM.png +copying images... [ 50%] submodules/optf/has.git/docs/sections/./diagrams/HAS_PolicyDrivenHoming.png +copying images... [ 50%] submodules/optf/has.git/docs/sections/./diagrams/HAS_SeedCode_Architecture_R2.jpg +copying images... [ 50%] submodules/optf/has.git/docs/sections/./diagrams/PlanLifecycle.jpg +copying images... [ 50%] submodules/optf/has.git/docs/sections/./diagrams/HASHeuristicGreedyAlgorithm.jpg +copying images... [ 50%] submodules/optf/osdf.git/docs/sections/./diagrams/OSDF-components.png +copying images... [ 50%] submodules/policy/engine.git/docs/platform/PolicyTargetArchitecture.png +copying images... [ 51%] submodules/policy/engine.git/docs/platform/PolicyR1Architecture.png +copying images... [ 51%] submodules/policy/engine.git/docs/platform/PolicyArchitectureDetails.png +copying images... [ 51%] submodules/policy/engine.git/docs/platform/PolicyArchitectureDetailsKey.png +copying images... [ 51%] submodules/policy/engine.git/docs/platform/PolicySummary.png +copying images... [ 51%] submodules/policy/engine.git/docs/platform/func.PNG +copying images... [ 51%] submodules/policy/engine.git/docs/platform/arch.PNG +copying images... [ 51%] submodules/policy/engine.git/docs/platform/clcf.PNG +copying images... [ 51%] submodules/policy/engine.git/docs/platform/clca.PNG +copying images... [ 52%] submodules/policy/engine.git/docs/platform/detailed_clc_flow.PNG +copying images... [ 52%] submodules/policy/engine.git/docs/platform/ctrlog_enablefeature.png +copying images... [ 52%] submodules/policy/engine.git/docs/platform/ctrlog_logback.png +copying images... [ 52%] submodules/policy/engine.git/docs/platform/ctrlog_config.png +copying images... [ 52%] submodules/policy/engine.git/docs/platform/ctrlog_view.png +copying images... [ 52%] submodules/policy/engine.git/docs/platform/mdc_enablefeature.png +copying images... [ 52%] submodules/policy/engine.git/docs/platform/mdc_properties.png +copying images... [ 53%] submodules/policy/engine.git/docs/platform/poolingDesign.png +copying images... [ 53%] submodules/policy/engine.git/docs/platform/poolingPdps.png +copying images... [ 53%] submodules/policy/engine.git/docs/platform/poolingBuckets.png +copying images... [ 53%] submodules/policy/engine.git/docs/platform/PolicyGUI_GuardPolicy.png +copying images... [ 53%] submodules/policy/engine.git/docs/platform/PolicyGUI_BlacklistPolicy.png +copying images... [ 53%] submodules/policy/engine.git/docs/platform/modAAI_getCloudRegions.png +copying images... [ 53%] submodules/policy/engine.git/docs/platform/modAAI_getAllVserver.PNG +copying images... [ 53%] submodules/policy/engine.git/docs/platform/modAAI_getByVserverName.PNG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/modAAI_namedQueryVnfId.PNG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/mat_new_project.JPG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/mat_maven_project.JPG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/mat_project_location.JPG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/mat_configure.JPG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/mat_add_local_catalog.JPG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/mat_nexus_catalog.JPG +copying images... [ 54%] submodules/policy/engine.git/docs/platform/mat_archetypes.JPG +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_nexus_local_catalog.png +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_local_archetypes.png +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_select_archetypes.png +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_archetype_params.JPG +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_archetype_checkparams.png +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_error.JPG +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_amsterdam_project.JPG +copying images... [ 55%] submodules/policy/engine.git/docs/platform/mat_amsterdam_drl.JPG +copying images... [ 56%] submodules/policy/engine.git/docs/platform/mat_hello_world.JPG +copying images... [ 56%] submodules/policy/engine.git/docs/platform/mat_maven_build.JPG +copying images... [ 56%] submodules/policy/engine.git/docs/platform/mat_clean_install.JPG +copying images... [ 56%] submodules/policy/engine.git/docs/platform/mat_build_success.JPG +copying images... [ 56%] submodules/policy/engine.git/docs/platform/mat_amsterdam_controller.JPG +copying images... [ 56%] submodules/policy/engine.git/docs/platform/mat_run_as.JPG +copying images... [ 56%] submodules/policy/engine.git/docs/platform/mat_console_output.JPG +copying images... [ 57%] submodules/policy/engine.git/docs/platform/PolicyEngineApiList.png +copying images... [ 57%] submodules/policy/engine.git/docs/platform/OofHpa_dictionary.png +copying images... [ 57%] submodules/policy/engine.git/docs/platform/OofHpa_create1.png +copying images... [ 57%] submodules/policy/engine.git/docs/platform/OofHpa_create2.png +copying images... [ 57%] submodules/policy/engine.git/docs/platform/OofHpa_push.png +copying images... [ 57%] submodules/policy/engine.git/docs/platform/PolicyGUI_Access.png +copying images... [ 57%] submodules/policy/engine.git/docs/platform/PolicyGUI_Editor.png +copying images... [ 57%] submodules/policy/engine.git/docs/platform/PolicyGUI_Editor_Scope.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_Editor_CreatePolicy.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_Editor_PolicyActions.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_Editor_PolicyActionsDetail.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_Dictionary.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_PDP.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_Push.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_Dashboard.png +copying images... [ 58%] submodules/policy/engine.git/docs/platform/PolicyGUI_Admin.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/PolicyGUI_Roles.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/RunEcl_drools_pdp_project.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/RunEcl_run_as.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/RunEcl_main.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/RunEcl_console_output.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/RunEcl_telemetry.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/RunEcl_pdpd_200.png +copying images... [ 59%] submodules/policy/engine.git/docs/platform/Swarch_brmsgw.png +copying images... [ 60%] submodules/policy/engine.git/docs/platform/srmPdpxPdpMgmt.png +copying images... [ 60%] submodules/policy/engine.git/docs/platform/srmEditor.png +copying images... [ 60%] submodules/policy/engine.git/docs/platform/srmNexus.png +copying images... [ 60%] submodules/policy/engine.git/docs/platform/srmPdpxResiliencyPdpMgmt1.png +copying images... [ 60%] submodules/policy/engine.git/docs/platform/srmPdpxResiliencyPdpMgmt2.png +copying images... [ 60%] submodules/policy/engine.git/docs/platform/srmPdpxScalingPdpMgmt1.png +copying images... [ 60%] submodules/policy/engine.git/docs/platform/tutorial_VOLTE_1.png +copying images... [ 61%] submodules/policy/engine.git/docs/platform/tutorial_VOLTE_2.png +copying images... [ 61%] submodules/policy/engine.git/docs/platform/Tut_cl_valuesHighlight.png +copying images... [ 61%] submodules/policy/engine.git/docs/platform/Tut_cl_confirmAndDirectory.PNG +copying images... [ 61%] submodules/policy/engine.git/docs/platform/Tut_cl_preDeploy.PNG +copying images... [ 61%] submodules/policy/engine.git/docs/platform/Tut_cl_propFile.PNG +copying images... [ 61%] submodules/policy/engine.git/docs/platform/Tut_cl_finalStep.PNG +copying images... [ 61%] submodules/policy/engine.git/docs/platform/Tut_vCPE_simulators_enabled.JPG +copying images... [ 61%] submodules/policy/engine.git/docs/platform/Tut_vCPE_policy_start.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_get_facts.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_simulated_onset.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_insert_onset.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_get_facts_2.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_policy_active.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_guard_not_queried.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_guard_result.JPG +copying images... [ 62%] submodules/policy/engine.git/docs/platform/Tut_vCPE_policy_operation.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_appc_request.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_simulated_appc_response.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_inject_appc_response.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_policy_operation_success.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_simulated_abatement.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_insert_abatement.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_policy_final_success.JPG +copying images... [ 63%] submodules/policy/engine.git/docs/platform/Tut_vCPE_final_memory.JPG +copying images... [ 64%] submodules/policy/engine.git/docs/platform/tutorial_vDNS_1.png +copying images... [ 64%] submodules/policy/engine.git/docs/platform/tutorial_vDNS_2.png +copying images... [ 64%] submodules/policy/engine.git/docs/platform/Tut_vFW_simulators_enabled.JPG +copying images... [ 64%] submodules/policy/engine.git/docs/platform/Tut_vFW_policy_start.JPG +copying images... [ 64%] submodules/policy/engine.git/docs/platform/Tut_vFW_get_facts.JPG +copying images... [ 64%] submodules/policy/engine.git/docs/platform/Tut_vFW_simulated_onset.JPG +copying images... [ 64%] submodules/policy/engine.git/docs/platform/Tut_vFW_onset_injected.JPG +copying images... [ 64%] submodules/policy/engine.git/docs/platform/Tut_vFW_get_facts_2.JPG +copying images... [ 65%] submodules/policy/engine.git/docs/platform/Tut_vFW_policy_active.JPG +copying images... [ 65%] submodules/policy/engine.git/docs/platform/Tut_vFW_aai_get.JPG +copying images... [ 65%] submodules/policy/engine.git/docs/platform/Tut_vFW_aai_named_query_request.JPG +copying images... [ 65%] submodules/policy/engine.git/docs/platform/Tut_vFW_aai_named_query_response.JPG +copying images... [ 65%] submodules/policy/engine.git/docs/platform/Tut_vFW_policy_guard_start.JPG +copying images... [ 65%] submodules/policy/engine.git/docs/platform/Tut_vFW_policy_guard_result.JPG +copying images... [ 65%] submodules/policy/engine.git/docs/platform/Tut_vFW_policy_operation_start.JPG +copying images... [ 66%] submodules/policy/engine.git/docs/platform/Tut_vFW_appc_request.JPG +copying images... [ 66%] submodules/policy/engine.git/docs/platform/Tut_vFW_simulated_appc_response.JPG +copying images... [ 66%] submodules/policy/engine.git/docs/platform/Tut_vFW_insert_appc_response.JPG +copying images... [ 66%] submodules/policy/engine.git/docs/platform/Tut_vFW_policy_operation_success.JPG +copying images... [ 66%] submodules/policy/engine.git/docs/platform/Tut_vFW_policy_final_success.JPG +copying images... [ 66%] submodules/policy/engine.git/docs/platform/Tut_vFW_final_memory.JPG +copying images... [ 66%] submodules/policy/parent.git/docs/apex/images/install-guide/win-extract-tar-gz.png +copying images... [ 66%] submodules/policy/parent.git/docs/apex/images/install-guide/win-extract-tar.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/install-guide/rest-start.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/install-guide/rest-loaded.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/apex-intro/ApexSimple.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/apex-intro/ApexStatesAndContext.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/apex-intro/ApexEcosystem.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/apex-intro/ApexEngineConfig.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/apex-intro/ApexPolicyMatrix.png +copying images... [ 67%] submodules/policy/parent.git/docs/apex/images/apex-intro/UpeeDeploymentOptions.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/apex-intro/UpeeClusterOptions.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/apex-policy-model/UmlPolicyModels.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/apex-policy-model/ConceptsKeys.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newPolicyModel1.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newPolicyModel2.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newEvent1.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newEvent2.png +copying images... [ 68%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newItemSchema1.png +copying images... [ 69%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newItemSchema2.png +copying images... [ 69%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newEvent3.png +copying images... [ 69%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newTask1.png +copying images... [ 69%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newTask2.png +copying images... [ 69%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newTask3.png +copying images... [ 69%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newPolicy1.png +copying images... [ 69%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newState1.png +copying images... [ 70%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_newState2.png +copying images... [ 70%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_validatePolicyModel.png +copying images... [ 70%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P1_exportPolicyModel1.png +copying images... [ 70%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P2_newTask1.png +copying images... [ 70%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P2_editPolicy1.png +copying images... [ 70%] submodules/policy/parent.git/docs/apex/images/mfp/MyFirstPolicy_P2_editState1.png +copying images... [ 70%] submodules/policy/parent.git/docs/architecture/images/PFHighestLevel.svg +copying images... [ 70%] submodules/policy/parent.git/docs/architecture/images/PFDesignAndAdmin.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/PolicyExecution.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/ClassStructure.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/DesignTimeComponents.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/PolicyTypeDesign.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/PolicyDesign.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/ModelDrivenPolicyDesign.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/ScriptedPolicyDesign.svg +copying images... [ 71%] submodules/policy/parent.git/docs/architecture/images/RuntimeRelationships.svg +copying images... [ 72%] submodules/policy/parent.git/docs/architecture/images/PolicyDatabase.svg +copying images... [ 72%] submodules/policy/parent.git/docs/architecture/images/PAPStartStop.svg +copying images... [ 72%] submodules/policy/parent.git/docs/architecture/images/PDPStartStop.svg +copying images... [ 72%] submodules/policy/parent.git/docs/architecture/images/PolicyExecutionFlow.svg +copying images... [ 72%] submodules/policy/parent.git/docs/architecture/images/DownloadPoliciesToPDP.svg +copying images... [ 72%] submodules/policy/parent.git/docs/architecture/images/PolicyRollout.svg +copying images... [ 72%] submodules/policy/parent.git/docs/architecture/images/TOSCAPolicyConcepts.svg +copying images... [ 72%] submodules/policy/parent.git/docs/design/images/APIsInPolicyFramework.svg +copying images... [ 73%] submodules/policy/parent.git/docs/design/images/PolicyImplPDPSubGroup.svg +copying images... [ 73%] submodules/policy/parent.git/docs/development/devtools/images/results-5.png +copying images... [ 73%] submodules/policy/parent.git/docs/development/devtools/images/results-6.png +copying images... [ 73%] submodules/policy/parent.git/docs/development/devtools/images/results-1.png +copying images... [ 73%] submodules/policy/parent.git/docs/development/devtools/images/results-2.png +copying images... [ 73%] submodules/policy/parent.git/docs/development/devtools/images/results-3.png +copying images... [ 73%] submodules/policy/parent.git/docs/development/devtools/images/results-4.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/summary-1.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/summary-2.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/summary-3.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/result-1.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/result-2.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/result-3.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/result-4.png +copying images... [ 74%] submodules/policy/parent.git/docs/development/devtools/images/result-5.png +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/result-6.png +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/pap-s3p-vvm-sample.png +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/pap-s3p-testplan.png +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/pap-s3p-vvm-1.png +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/pap-s3p-vvm-2.png +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/pap-s3p-jm-1.png +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/xacml-s3p.PNG +copying images... [ 75%] submodules/policy/parent.git/docs/development/devtools/images/apex-s3p-vvm-sample.jpg +copying images... [ 76%] submodules/policy/parent.git/docs/drools/ctrlog_enablefeature.png +copying images... [ 76%] submodules/policy/parent.git/docs/drools/ctrlog_logback.png +copying images... [ 76%] submodules/policy/parent.git/docs/drools/ctrlog_config.png +copying images... [ 76%] submodules/policy/parent.git/docs/drools/ctrlog_view.png +copying images... [ 76%] submodules/policy/parent.git/docs/drools/mdc_enablefeature.png +copying images... [ 76%] submodules/policy/parent.git/docs/drools/mdc_properties.png +copying images... [ 76%] submodules/policy/parent.git/docs/drools/poolingDesign.png +copying images... [ 76%] submodules/policy/parent.git/docs/drools/poolingPdps.png +copying images... [ 77%] submodules/policy/parent.git/docs/drools/poolingBuckets.png +copying images... [ 77%] submodules/policy/parent.git/docs/drools/modAAI_getCloudRegions.png +copying images... [ 77%] submodules/policy/parent.git/docs/drools/modAAI_getAllVserver.PNG +copying images... [ 77%] submodules/policy/parent.git/docs/drools/modAAI_getByVserverName.PNG +copying images... [ 77%] submodules/policy/parent.git/docs/drools/modAAI_namedQueryVnfId.PNG +copying images... [ 77%] submodules/policy/parent.git/docs/drools/mat_new_project.JPG +copying images... [ 77%] submodules/policy/parent.git/docs/drools/mat_maven_project.JPG +copying images... [ 77%] submodules/policy/parent.git/docs/drools/mat_project_location.JPG +copying images... [ 78%] submodules/policy/parent.git/docs/drools/mat_configure.JPG +copying images... [ 78%] submodules/policy/parent.git/docs/drools/mat_add_local_catalog.JPG +copying images... [ 78%] submodules/policy/parent.git/docs/drools/mat_nexus_catalog.JPG +copying images... [ 78%] submodules/policy/parent.git/docs/drools/mat_archetypes.JPG +copying images... [ 78%] submodules/policy/parent.git/docs/drools/mat_nexus_local_catalog.png +copying images... [ 78%] submodules/policy/parent.git/docs/drools/mat_local_archetypes.png +copying images... [ 78%] submodules/policy/parent.git/docs/drools/mat_select_archetypes.png +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_archetype_params.JPG +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_archetype_checkparams.png +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_error.JPG +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_amsterdam_project.JPG +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_amsterdam_drl.JPG +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_hello_world.JPG +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_maven_build.JPG +copying images... [ 79%] submodules/policy/parent.git/docs/drools/mat_clean_install.JPG +copying images... [ 80%] submodules/policy/parent.git/docs/drools/mat_build_success.JPG +copying images... [ 80%] submodules/policy/parent.git/docs/drools/mat_amsterdam_controller.JPG +copying images... [ 80%] submodules/policy/parent.git/docs/drools/mat_run_as.JPG +copying images... [ 80%] submodules/policy/parent.git/docs/drools/mat_console_output.JPG +copying images... [ 80%] submodules/policy/parent.git/docs/drools/RunEcl_drools_pdp_project.png +copying images... [ 80%] submodules/policy/parent.git/docs/drools/RunEcl_run_as.png +copying images... [ 80%] submodules/policy/parent.git/docs/drools/RunEcl_main.png +copying images... [ 80%] submodules/policy/parent.git/docs/drools/RunEcl_console_output.png +copying images... [ 81%] submodules/policy/parent.git/docs/drools/RunEcl_telemetry.png +copying images... [ 81%] submodules/policy/parent.git/docs/drools/RunEcl_pdpd_200.png +copying images... [ 81%] submodules/policy/parent.git/docs/drools/Tut_vCPE_policy_active.JPG +copying images... [ 81%] submodules/policy/parent.git/docs/drools/Tut_vCPE_guard_not_queried.JPG +copying images... [ 81%] submodules/policy/parent.git/docs/drools/Tut_vCPE_guard_result.JPG +copying images... [ 81%] submodules/policy/parent.git/docs/drools/Tut_vCPE_policy_operation.JPG +copying images... [ 81%] submodules/policy/parent.git/docs/drools/Tut_vCPE_inject_appc_response.JPG +copying images... [ 81%] submodules/policy/parent.git/docs/drools/Tut_vCPE_policy_operation_success.JPG +copying images... [ 82%] submodules/policy/parent.git/docs/drools/Tut_vCPE_policy_final_success.JPG +copying images... [ 82%] submodules/policy/parent.git/docs/drools/Tut_vFW_simulated_onset.JPG +copying images... [ 82%] submodules/policy/parent.git/docs/drools/Tut_vFW_policy_active.JPG +copying images... [ 82%] submodules/policy/parent.git/docs/drools/Tut_vFW_aai_get.JPG +copying images... [ 82%] submodules/policy/parent.git/docs/drools/Tut_vFW_aai_named_query_request.JPG +copying images... [ 82%] submodules/policy/parent.git/docs/drools/Tut_vFW_aai_named_query_response.JPG +copying images... [ 82%] submodules/policy/parent.git/docs/drools/Tut_vFW_policy_guard_start.JPG +copying images... [ 83%] submodules/policy/parent.git/docs/drools/Tut_vFW_policy_guard_result.JPG +copying images... [ 83%] submodules/policy/parent.git/docs/drools/Tut_vFW_policy_operation_start.JPG +copying images... [ 83%] submodules/policy/parent.git/docs/drools/Tut_vFW_policy_operation_success.JPG +copying images... [ 83%] submodules/policy/parent.git/docs/drools/Tut_vFW_policy_final_success.JPG +copying images... [ 83%] submodules/policy/parent.git/docs/xacml/tutorial/images/eclipse-create-maven.png +copying images... [ 83%] submodules/policy/parent.git/docs/xacml/tutorial/images/eclipse-maven-project.png +copying images... [ 83%] submodules/policy/parent.git/docs/xacml/tutorial/images/eclipse-import.png +copying images... [ 83%] submodules/policy/parent.git/docs/xacml/tutorial/images/eclipse-meta-inf.png +copying images... [ 84%] submodules/policy/parent.git/docs/xacml/tutorial/images/eclipse-inherit-app.png +copying images... [ 84%] submodules/portal.git/docs/platform/ONAP_Amsterdam_arch.png +copying images... [ 84%] submodules/portal.git/docs/platform/PortalLandingPage.png +copying images... [ 84%] submodules/portal.git/docs/platform/PortalApi1.jpg +copying images... [ 84%] submodules/portal.git/docs/platform/PortalApi2.jpg +copying images... [ 84%] submodules/portal.git/docs/tutorials/portal-BE/requestflow.jpeg +copying images... [ 84%] submodules/portal.git/docs/tutorials/portal-sdk/img/menus.png +copying images... [ 84%] submodules/portal.git/docs/tutorials/portal-sdk/img/addmenu.png +copying images... [ 85%] submodules/portal.git/docs/tutorials/portal-sdk/img/newmenuitem.png +copying images... [ 85%] submodules/sdc.git/docs/images/SDC_In_ONAP.png +copying images... [ 85%] submodules/sdc.git/docs/images/High_Level_Architecture_SDC.png +copying images... [ 85%] submodules/sdc.git/docs/images/sdc-vtp-opnfv.png +copying images... [ 85%] submodules/sdc.git/docs/images/swagger.png +copying images... [ 85%] submodules/sdc.git/docs/images/html.png +copying images... [ 85%] submodules/sdc.git/docs/images/pdf.png +copying images... [ 85%] submodules/sdnc/oam.git/docs/images/client_certificate.png +copying images... [ 86%] submodules/sdnc/oam.git/docs/images/client_key.png +copying images... [ 86%] submodules/sdnc/oam.git/docs/images/trusted_certificate.png +copying images... [ 86%] submodules/sdnc/oam.git/docs/images/certs_properties.png +copying images... [ 86%] submodules/sdnc/oam.git/docs/images/get_keystore.png +copying images... [ 86%] submodules/so.git/docs/api/apis/../../images/SO_1.png +copying images... [ 86%] submodules/so.git/docs/api/swagger/images/swagger.png +copying images... [ 86%] submodules/so.git/docs/api/swagger/images/html.png +copying images... [ 87%] submodules/so.git/docs/api/swagger/images/yaml.png +copying images... [ 87%] submodules/so.git/docs/architecture/../images/SO_Architecture_1.png +copying images... [ 87%] submodules/so.git/docs/architecture/../images/SO_Architecture_Internal.png +copying images... [ 87%] submodules/so.git/docs/developer_info/../images/BPMN_Main_Process_Flows_1.png +copying images... [ 87%] submodules/so.git/docs/developer_info/../images/bpmn_project_structure_1.png +copying images... [ 87%] submodules/so.git/docs/developer_info/../images/bpmn_project_structure_2.png +copying images... [ 87%] submodules/so.git/docs/developer_info/../images/bpmn_project_structure_3.png +copying images... [ 87%] submodules/so.git/docs/developer_info/../images/bpmn_project_structure_4.png +copying images... [ 88%] submodules/so.git/docs/developer_info/../images/bpmn_project_structure_5.png +copying images... [ 88%] submodules/so.git/docs/developer_info/../images/Camunda_Cockpit_1.png +copying images... [ 88%] submodules/so.git/docs/developer_info/../images/Camunda_Cockpit_2.png +copying images... [ 88%] submodules/so.git/docs/developer_info/../images/Camunda_Cockpit_3.png +copying images... [ 88%] submodules/so.git/docs/developer_info/../images/Camunda_Cockpit_4.png +copying images... [ 88%] submodules/so.git/docs/developer_info/../images/Camunda_Cockpit_Enterprise_1.png +copying images... [ 88%] submodules/so.git/docs/installconfigure/../images/Configure_git_1.png +copying images... [ 88%] submodules/so.git/docs/installconfigure/../images/Configure_git_2.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_git_3.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_1.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_2.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_3.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_4.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_5.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_6.png +copying images... [ 89%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_7.png +copying images... [ 90%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_8.png +copying images... [ 90%] submodules/so.git/docs/installconfigure/../images/Configure_ubuntu_SO_9.png +copying images... [ 90%] submodules/so.git/docs/installconfigure/../images/Docker_install_1.png +copying images... [ 90%] submodules/so.git/docs/installconfigure/../images/Workspace_and_Development_Tools.png +copying images... [ 90%] submodules/so.git/docs/installconfigure/../images/Workspace_and_Development_Tools_2.png +copying images... [ 90%] submodules/so.git/docs/installconfigure/../images/Workspace_and_Development_Tools_3.png +copying images... [ 90%] submodules/so.git/docs/installconfigure/../images/Workspace_and_Development_Tools_4.png +copying images... [ 90%] submodules/usecase-ui.git/docs/platform/images/usecaseui-architecture.png +copying images... [ 91%] submodules/usecase-ui.git/docs/platform/images/overall-architecture-in-onap.png +copying images... [ 91%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/usecaseui-architecture-homepage.png +copying images... [ 91%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/usecaseui-architecture-customer.png +copying images... [ 91%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/lifecycle-manage.png +copying images... [ 91%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/csmf-management.png +copying images... [ 91%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/csmf-create-slicing.png +copying images... [ 91%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/slicing-task.png +copying images... [ 92%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/slicing-res.png +copying images... [ 92%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/package-manage.png +copying images... [ 92%] submodules/usecase-ui.git/docs/platform/installation/user-guide/../../images/slicing-monitor.png +copying images... [ 92%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFM_API.png +copying images... [ 92%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/vfc-api.png +copying images... [ 92%] submodules/vfc/nfvo/lcm.git/docs/platform/vfc-internal-component.png +copying images... [ 92%] submodules/vfc/nfvo/lcm.git/docs/platform/vfc-dependence.png +copying images... [ 92%] submodules/vfc/nfvo/lcm.git/docs/platform/vfc-instantiate.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/vfc-terminate.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/vfc-heal.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/components.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/Instantiation.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/Termination.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/Auto-healing.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/onap-arc.png +copying images... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/vfc-component.png +copying images... [ 94%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/user-guide/vim.png +copying images... [ 94%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/user-guide/gvnfm.png +copying images... [ 94%] submodules/vfc/nfvo/lcm.git/docs/platform/installation/user-guide/image2018-12-10_12-1-36.png +copying images... [ 94%] submodules/vid.git/docs/images/onap-portal.png +copying images... [ 94%] submodules/vid.git/docs/images/vid-icon-on-portal.png +copying images... [ 94%] submodules/vid.git/docs/images/home.png +copying images... [ 94%] submodules/vid.git/docs/images/API_selection.png +copying images... [ 94%] submodules/vid.git/docs/images/browse-service-models.png +copying images... [ 95%] submodules/vid.git/docs/images/create-service-instance-alacarte.png +copying images... [ 95%] submodules/vid.git/docs/images/create-service-instance-alacarte-success.png +copying images... [ 95%] submodules/vid.git/docs/images/create-service-instance-alacarte-VNF-network.png +copying images... [ 95%] submodules/vid.git/docs/images/create-vnf-instance-alacarte.png +copying images... [ 95%] submodules/vid.git/docs/images/create-service-instance-alacarte-after-vnf-instantiated.png +copying images... [ 95%] submodules/vid.git/docs/images/create-vfmodule-instance-alacarte.png +copying images... [ 95%] submodules/vid.git/docs/images/create-service-instance-alacarte-after-vfmodule-instantiated.png +copying images... [ 96%] submodules/vid.git/docs/images/create-network-instance-alacarte.png +copying images... [ 96%] submodules/vid.git/docs/images/create-network-instance-alacarte-after-instantiated.png +copying images... [ 96%] submodules/vid.git/docs/./images/VID_errorReportButton.png +copying images... [ 96%] submodules/vid.git/docs/./images/VID_errorReportSDC.png +copying images... [ 96%] submodules/vid.git/docs/./images/VID_errorReportDownloading.png +copying images... [ 96%] submodules/vnfrqts/guidelines.git/docs/ONAP_VNF_Control_Loop.jpg +copying images... [ 96%] submodules/vnfrqts/guidelines.git/docs/VNF_Lifecycle.jpg +copying images... [ 96%] submodules/vnfrqts/guidelines.git/docs/VNF_VNFC_Relation.jpg +copying images... [ 97%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/images/feather_svg/arrow-down-circle.svg +copying images... [ 97%] /home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinxcontrib/needs/images/feather_svg/arrow-right-circle.svg +copying images... [ 97%] submodules/vnfrqts/requirements.git/docs/Chapter5/Heat/../../heat_picture3.png +copying images... [ 97%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/Image2.png +copying images... [ 97%] submodules/vnfrqts/requirements.git/docs/Chapter5/Tosca/Image1.png +copying images... [ 97%] submodules/vnfrqts/requirements.git/docs/Chapter7/../Data_Model_For_Event_Records.png +copying images... [ 97%] submodules/vnfrqts/requirements.git/docs/Chapter7/../VES_JSON_Driven_Model.png +copying images... [ 97%] submodules/vnfrqts/requirements.git/docs/Chapter7/../Protocol_Buffers_Driven_Model.png +copying images... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter7/../Bulk_Data_Transfer_Mechv1.png +copying images... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter8/tosca_vnf_test_environment.png +copying images... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter8/tosca_vnf_test_flow.png +copying images... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter8/Use-Case-1.png +copying images... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter8/Use-Case-2.png +copying images... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter8/rest-resource.png +copying images... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter8/publish-event-flow.png +copying images... [ 98%] submodules/vnfsdk/model.git/docs/files/./image1.png +copying images... [ 99%] submodules/vnfsdk/model.git/docs/files/./image2.png +copying images... [ 99%] submodules/vnfsdk/model.git/docs/files/cvc.png +copying images... [ 99%] submodules/vnfsdk/model.git/docs/files/zip_package.png +copying images... [ 99%] submodules/vnfsdk/model.git/docs/files/vnfsdk-marketplace.png +copying images... [ 99%] submodules/vnfsdk/model.git/docs/files/VTP.png +copying images... [ 99%] submodules/vnfsdk/model.git/docs/files/VTParch.png +copying images... [ 99%] submodules/vvp/documentation.git/docs/vvp_app.png +copying images... [100%] submodules/vvp/documentation.git/docs/vvp-with-terms.png + +copying downloadable files... [ 0%] guides/onap-developer/how-to-use-docs/myAPI1.json +copying downloadable files... [ 1%] guides/onap-developer/how-to-use-docs/myAPI2.json +copying downloadable files... [ 2%] guides/onap-user/design/parameter_resolution/ubuntu_example/curls_resource_dictionary.txt +copying downloadable files... [ 3%] guides/onap-user/design/parameter_resolution/ubuntu_example/cba-before-enrichment/Templates/ubuntuCDS-template.vtl +copying downloadable files... [ 4%] guides/onap-user/design/parameter_resolution/ubuntu_example/cba-before-enrichment/Templates/base_ubuntuCDS-template.vtl +copying downloadable files... [ 4%] guides/onap-user/design/parameter_resolution/ubuntu_example/cba-before-enrichment/Templates/ubuntuCDS-mapping.json +copying downloadable files... [ 5%] guides/onap-user/design/parameter_resolution/ubuntu_example/cba-before-enrichment/Templates/base_ubuntuCDS-mapping.json +copying downloadable files... [ 6%] guides/onap-user/design/parameter_resolution/ubuntu_example/cba-before-enrichment/Definitions/ubuntuCDS.json +copying downloadable files... [ 7%] guides/onap-user/design/parameter_resolution/ubuntu_example/cba-before-enrichment/cba-before-enrichment.zip +copying downloadable files... [ 8%] guides/onap-user/design/parameter_resolution/ubuntu_example/cba-after-enrichment/cba-ubuntuCDS-enriched.zip +copying downloadable files... [ 8%] submodules/aai/aai-common.git/docs/platform/Getting Started/media/haproxy.cfg +copying downloadable files... [ 9%] submodules/aai/aai-common.git/docs/platform/Getting Started/media/aai.pem +copying downloadable files... [ 10%] submodules/aai/aai-common.git/docs/platform/Getting Started/media/test-complex +copying downloadable files... [ 11%] submodules/aai/aai-common.git/docs/platform/Getting Started/media/data-complex.json +copying downloadable files... [ 12%] submodules/appc.git/docs/APPC CDT Guide/Generic 1802 User Input Spreadsheet v.02.xlsx +copying downloadable files... [ 13%] submodules/ccsdk/cds.git/docs/CDS_Architecture_Design.pptx +copying downloadable files... [ 13%] submodules/clamp.git/docs/swagger/swagger.json +copying downloadable files... [ 14%] submodules/clamp.git/docs/swagger/swagger.pdf +copying downloadable files... [ 15%] submodules/dcaegen2.git/docs/sections/apis/DFC.json +copying downloadable files... [ 16%] submodules/dcaegen2.git/docs/sections/apis/PRH.json +copying downloadable files... [ 17%] submodules/dcaegen2.git/docs/sections/apis/PRH.yaml +copying downloadable files... [ 17%] submodules/dcaegen2.git/docs/sections/apis/configbinding.json +copying downloadable files... [ 18%] submodules/dcaegen2.git/docs/sections/apis/configbinding.yaml +copying downloadable files... [ 19%] submodules/dcaegen2.git/docs/sections/apis/deployment-handler-API.json +copying downloadable files... [ 20%] submodules/dcaegen2.git/docs/sections/apis/deployment-handler-API.yaml +copying downloadable files... [ 21%] submodules/dcaegen2.git/docs/sections/apis/swagger_inventory.yaml +copying downloadable files... [ 21%] submodules/dcaegen2.git/docs/sections/apis/mod-onboardingapi.json +copying downloadable files... [ 22%] submodules/dcaegen2.git/docs/sections/apis/swagger_vescollector.json +copying downloadable files... [ 23%] submodules/dcaegen2.git/docs/sections/apis/swagger_vescollector.yaml +copying downloadable files... [ 24%] submodules/dmaap/datarouter.git/docs/apis/drAPI1.json +copying downloadable files... [ 25%] submodules/dmaap/dbcapi.git/docs/swagger.json +copying downloadable files... [ 26%] submodules/dmaap/messagerouter/messageservice.git/docs/offeredapis/swagger.json +copying downloadable files... [ 26%] submodules/externalapi/nbi.git/docs/offeredapis/pdf/nbicallflow.pdf +copying downloadable files... [ 27%] submodules/externalapi/nbi.git/docs/offeredapis/api_hub/swagger.json +copying downloadable files... [ 28%] submodules/externalapi/nbi.git/docs/offeredapis/api_hub/swagger.yaml +copying downloadable files... [ 29%] submodules/externalapi/nbi.git/docs/offeredapis/api_hub/api.plantuml +copying downloadable files... [ 30%] submodules/externalapi/nbi.git/docs/offeredapis/api_hub/model.xsd +copying downloadable files... [ 30%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceCatalog/swagger.json +copying downloadable files... [ 31%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceCatalog/swagger.yaml +copying downloadable files... [ 32%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceCatalog/api.plantuml +copying downloadable files... [ 33%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceCatalog/model.xsd +copying downloadable files... [ 34%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceInventory/swagger.json +copying downloadable files... [ 34%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceInventory/swagger.yaml +copying downloadable files... [ 35%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceInventory/api.plantuml +copying downloadable files... [ 36%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceInventory/model.xsd +copying downloadable files... [ 37%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceOrder/swagger.json +copying downloadable files... [ 38%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceOrder/swagger.yaml +copying downloadable files... [ 39%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceOrder/api.plantuml +copying downloadable files... [ 39%] submodules/externalapi/nbi.git/docs/offeredapis/api_serviceOrder/model.xsd +copying downloadable files... [ 40%] submodules/externalapi/nbi.git/docs/offeredapis/api_status/swagger.json +copying downloadable files... [ 41%] submodules/externalapi/nbi.git/docs/offeredapis/api_status/swagger.yaml +copying downloadable files... [ 42%] submodules/externalapi/nbi.git/docs/offeredapis/api_status/api.plantuml +copying downloadable files... [ 43%] submodules/externalapi/nbi.git/docs/offeredapis/api_status/model.xsd +copying downloadable files... [ 43%] submodules/externalapi/nbi.git/docs/offeredapis/pdf/nbicallflow.pdf +copying downloadable files... [ 44%] submodules/integration.git/docs/files/vpkg-preload.json +copying downloadable files... [ 45%] submodules/integration.git/docs/files/vfw-1-preload.json +copying downloadable files... [ 46%] submodules/integration.git/docs/files/vfw-2-preload.json +copying downloadable files... [ 47%] submodules/integration.git/docs/files/vfwdt-aai-postman.json +copying downloadable files... [ 47%] submodules/integration.git/docs/files/vFWCL_vPKG_report.json +copying downloadable files... [ 48%] submodules/integration.git/docs/files/vFWCL_vFWSNK_report.json +copying downloadable files... [ 49%] submodules/modeling/etsicatalog.git/docs/swagger/etsicatalog_API_v1.yaml +copying downloadable files... [ 50%] submodules/music.git/docs/swagger.json +copying downloadable files... [ 51%] submodules/oom.git/docs/openstack-k8s-controlnode.sh +copying downloadable files... [ 52%] submodules/oom.git/docs/openstack-k8s-workernode.sh +copying downloadable files... [ 52%] submodules/oom.git/docs/cluster.yml +copying downloadable files... [ 53%] submodules/oom.git/docs/openstack-nfs-server.sh +copying downloadable files... [ 54%] submodules/oom.git/docs/master_nfs_node.sh +copying downloadable files... [ 55%] submodules/oom.git/docs/slave_nfs_node.sh +copying downloadable files... [ 56%] submodules/optf/cmso.git/docs/sections/swaggerdoc/oof-cmso-service-api.json +copying downloadable files... [ 56%] submodules/optf/cmso.git/docs/sections/swaggerdoc/oof-cmso-optimizer-api.json +copying downloadable files... [ 57%] submodules/optf/cmso.git/docs/sections/swaggerdoc/oof-cmso-ticketmgt-api.json +copying downloadable files... [ 58%] submodules/optf/has.git/docs/sections/swaggerdoc/oof-has-api.json +copying downloadable files... [ 59%] submodules/optf/osdf.git/docs/sections/swaggerdoc/oof-osdf-has-api.json +copying downloadable files... [ 60%] submodules/policy/parent.git/docs/development/devtools/zip/result.zip +copying downloadable files... [ 60%] submodules/policy/parent.git/docs/development/devtools/zip/onap.zip +copying downloadable files... [ 61%] submodules/policy/parent.git/docs/development/devtools/json/example-apex-perf.json +copying downloadable files... [ 62%] submodules/policy/parent.git/docs/development/devtools/json/result.json +copying downloadable files... [ 63%] submodules/policy/parent.git/docs/PolicyAPI.postman_environment.json +copying downloadable files... [ 64%] submodules/policy/parent.git/docs/PolicyAPI.postman_collection.json +copying downloadable files... [ 65%] submodules/policy/parent.git/docs/xacml/tutorial/tutorial-policy-type.yaml +copying downloadable files... [ 65%] submodules/policy/parent.git/docs/xacml/tutorial/tutorial-policies.yaml +copying downloadable files... [ 66%] submodules/sdc.git/docs/swagger/swagger.json +copying downloadable files... [ 67%] submodules/sdc.git/docs/swagger/swagger.html +copying downloadable files... [ 68%] submodules/sdc.git/docs/swagger/swagger.pdf +copying downloadable files... [ 69%] submodules/so.git/docs/api/swagger/swagger.json +copying downloadable files... [ 69%] submodules/so.git/docs/api/swagger/swagger.html +copying downloadable files... [ 70%] submodules/so.git/docs/api/swagger/swagger.yaml +copying downloadable files... [ 71%] submodules/so.git/docs/api/swagger/SO_MONITORING_SWAGGER.json +copying downloadable files... [ 72%] submodules/so.git/docs/api/swagger/SO_MONITORING_SWAGGER.yaml +copying downloadable files... [ 73%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/simple.v1.csar +copying downloadable files... [ 73%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/simple.v2.csar +copying downloadable files... [ 74%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/cbam.package.zip +copying downloadable files... [ 75%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/etsi_config.json +copying downloadable files... [ 76%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/vfc.ns.create.request.json +copying downloadable files... [ 77%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/vfc.ns.instantiation.request.json +copying downloadable files... [ 78%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/vfc.ns.instantiation.request.direct.json +copying downloadable files... [ 78%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/vfc.ns.heal.request.json +copying downloadable files... [ 79%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple/vfc.vnf.scale.request.json +copying downloadable files... [ 80%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/simple.v1.csar +copying downloadable files... [ 81%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/simple.v2.csar +copying downloadable files... [ 82%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/etsi_config.json +copying downloadable files... [ 82%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/vfc.ns.create.request.json +copying downloadable files... [ 83%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/vfc.ns.instantiation.request.direct.json +copying downloadable files... [ 84%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/vfc.nslcm.scaledata.json +copying downloadable files... [ 85%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simple_cmcc/vfc.vnf.scale.request.json +copying downloadable files... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simpleDual/cbam.package.zip +copying downloadable files... [ 86%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simpleDual/vfc.ns.create.request.json +copying downloadable files... [ 87%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simpleDual/vfc.ns.instantiation.request.direct.json +copying downloadable files... [ 88%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simpleDual/vfc.ns.heal.request.json +copying downloadable files... [ 89%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sampleVnfs/simpleDual/vfc.vnf.scale.request.json +copying downloadable files... [ 90%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sample/cbam.post.collectConnectionPoints.js +copying downloadable files... [ 91%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sample/cbam.pre.collectConnectionPoints.js +copying downloadable files... [ 91%] submodules/vfc/nfvo/driver/vnfm/svnfm.git/nokiav2/docs/sample/cbam.collectConnectionPoints.js +copying downloadable files... [ 92%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/CATALOG_API/CATALOG_API_Specification_v1.json +copying downloadable files... [ 93%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/NSLCM_API/NSLCM_API_Specification_v1.json +copying downloadable files... [ 94%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/NSLCM_API/nslcm_SOL005_api.json +copying downloadable files... [ 95%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/NSLCM_API/nslcm_deprecated_api.json +copying downloadable files... [ 95%] submodules/vfc/nfvo/lcm.git/docs/platform/APIs/VNFLCM_API/VNFLCM_API_Specification_v1.json +copying downloadable files... [ 96%] submodules/vnfrqts/requirements.git/docs/Chapter8/input-VNF-API-pass-single_module.zip +copying downloadable files... [ 97%] submodules/vnfrqts/requirements.git/docs/Chapter8/input-VNF-API-fail-single_module.zip +copying downloadable files... [ 98%] submodules/vnfrqts/requirements.git/docs/Chapter8/CommonEventFormat_30.1_ONAP.json +copying downloadable files... [ 99%] submodules/vnfsdk/model.git/docs/swagger.json +copying downloadable files... [100%] submodules/vnfsdk/model.git/docs/swagger.yaml + +copying static files... ... done +copying extra files... done +dumping search index in English (code: en)... done +dumping object inventory... done +build succeeded, 1673 warnings. + +The HTML pages are in docs/_build/html. + +Checking sphinx-needs warnings +/home/tom/onapdocs/doc-test/doc/.tox/docs/lib/python3.6/site-packages/sphinx_rtd_theme/search.html:21: RemovedInSphinx30Warning: To modify script_files in the theme is deprecated. Please insert a <script> tag directly in your theme instead. + {% endblock %} +docs run-test: commands[1] | echo 'Generated docs available in /home/tom/onapdocs/doc-test/doc/docs/_build/html' +Generated docs available in /home/tom/onapdocs/doc-test/doc/docs/_build/html +___________________________________ summary ____________________________________ + docs: commands succeeded + congratulations :) diff --git a/tools/example.pagelist b/tools/example.pagelist new file mode 100644 index 000000000..fad01e525 --- /dev/null +++ b/tools/example.pagelist @@ -0,0 +1,27 @@ +# +# c2m example pagelist +# +# example pagelist (field descriptions below); it uses the delimiter "|" for the four fields per line +# copy/paste page id and title from wiki; to get the wiki page_id you have to login to the wiki, open the page and choose e.g. the history +# depth: use depth to follow down the child-pages hierarchy if required: -1=infinte, 0=no children, #=number of child-pages to follow +# every hierarchy "0" entry will lead into the creation of a dedicated working directory where the page and child-pages are stored +# for better readability you can add spaces to the list, but use "|" as a delimiter +# lines starting with a # are filtered by c2m +# +# hierarchy | page_id | page_title | depth +# +0 | 1018748 | ONAP Portal | 0 +1.1 | 1018759 | ONAP Portal for users | 0 +1.2 | 1018762 | ONAP Portal for administrators | 0 +1.2.1 | 1018764 | Admins | 0 +1.2.2 | 1018811 | Users | 0 +1.2.3 | 1018821 | Portal Admins | 0 +1.2.4 | 1018826 | Application Onboarding | 0 +1.2.5 | 1018832 | Widget Onboarding | 0 +1.2.6 | 1018835 | Edit Functional Menu | 0 +1.2.7 | 16004953 | Portal Microservices Onboarding | 0 +# +# in case you want to export to only one single output page (that contains all child-pages of the above example) use: +# +# 0 | 1018748 | ONAP Portal | -1 +# diff --git a/tools/warnstats.sh b/tools/warnstats.sh new file mode 100755 index 000000000..e38a734f1 --- /dev/null +++ b/tools/warnstats.sh @@ -0,0 +1,528 @@ +#!/bin/bash + +#set -x # uncomment for bash script debugging + +# ============================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END===================================================== + +### +### warnstats +### +### AUTHOR(S): +### Thomas Kulik, Deutsche Telekom AG, 2020 +### +### DESCRIPTION: +### warnstat helps to find the onap modules (projects) and rst-files which are +### responsible for the most warnings during the documentation build process. +### it requires a tox build logfile, parses it line by line, prints out some +### statistics and provides links to the local rst file, its html version, the +### related link to readthedocs and as well the doc8 test result for the rst. +### + +### +### CHANGELOG (LATEST ON TOP) +### +### 1.5.0 (2020-03-23) - doc8 test now executed for every rst file. result is +### provided in the output as "doc8_(nnnnn)" where nnnnn +### is the total number of accumulated doc8 errors. +### - improved readability of output +### 1.4.0 (2020-03-18) - the link to the local html and rst file is provided in +### the output. this may help to ease the debug process. +### use mouse-over/context menu functionality of bash to +### easily open files with your browser or rst editor. +### - improved handling for module names (in case they are +### no real onap projects/modules but directories which +### contain additional documentation in rst format). +### 1.3.1 (2020-03-10) - fixed minor typo in usage message +### 1.3.0 (2020-03-09) - initial release +### + +script_version="1.5.0 (2020-03-23)" +doc8_dir=$(pwd)/doc8_results +logfile=$1; +doc8_command="doc8 --verbose"; #add options if required +web_base_url="https://docs.onap.org/en/latest"; + +echo " "; +echo " warnstats version ${script_version}"; + +declare -A module_array +declare -A message_short_array +declare -A message_long_array +declare -A rstfile_array +declare -A rstfilepath_array +declare -A htmlfilepath_array +declare -A webpath_array +declare -A doc8_result_array + +### +### simple script argument handling +### + +# check if there is an argument at all +if [[ "$logfile" == "" ]] ; then + echo 'Usage: warnstats [tox-logfile]' + exit 1 +fi + +# check if argument is a file +if [ ! -f $logfile ] ; then + echo "Error: can't find tox-logfile \"$logfile\"" + exit 1 +fi + +# create and clean doc8 directory +if [ ! -d "$doc8_dir" ]; then + mkdir $doc8_dir; +else + rm ${doc8_dir}/*.txt 2>/dev/null; +fi + +# get local html build directory +html_build_dir=$(grep "Generated docs available in" $logfile); +html_build_dir=$(echo "$html_build_dir" | grep -oP " /.*/doc/docs/_build/html$"); +html_build_dir=$(echo "$html_build_dir" | sed -r 's:^ ::'); +echo " html build directory ..... $html_build_dir" +echo " web base url ............. $web_base_url"; +echo " doc8 command ............. $doc8_command"; +echo " doc8 results directory ... $doc8_dir"; +echo " tox logfile .............. $logfile"; + +# read in the tox build logfile - use only lines which contain a warning +readarray -t logfile_array < <(grep ": WARNING:" $logfile); + +# process filtered logfile line by line +for line in "${logfile_array[@]}" +do + + # count warning lines + (( counter++ )); + echo -n -e " lines processed .......... $counter (doc8 check may take a while ...)\r"; + + # + # extract path to local rst file + # + path_rst=$line; + #echo "DBUG line: $line" + # remove problematic text in line that causes regex to fail + path_rst=$(echo "$path_rst" | sed -r 's:, other instance in.*::'); + #echo "DBUG path_rst: $path_rst" + # grep the rst file path + path_rst=$(echo "$path_rst" | grep -oP "^/.*\.rst"); + #echo "DBUG path_rst: $path_rst" + if [[ "$path_rst" == "" ]] ; then + path_rst="path_to_rst_missing" + #echo "DBUG path_rst: $path_rst" + fi + # finally embed the full rst path in a message to use mouse-over/context menu of bash to open file + path_rst_link='\e]8;;file:'$path_rst'\arst\e]8;;\a'; + #echo -e "DBUG path_rst: "$path_rst; + + # + # extract path to the html version of the local rst file + # + path_html=$line; + #echo "DBUG line: $line" + # remove problematic text in line that causes regex to fail + path_html=$(echo "$path_html" | sed -r 's:, other instance in.*::'); + #echo "DBUG path_html: $path_html" + # grep the rst file path and modify it so we get the local html build path; grep a little bit more to be save + path_html=$(echo "$path_html" | grep -oP "(^|/)docs(/.*|)/[\w -]*\.rst"); + #echo "DBUG path_html: $path_html" + path_html=$(echo "$path_html" | sed -r 's:^/docs::'); + #echo "DBUG path_html: $path_html" + path_html=$(echo "$path_html" | sed -r 's:.rst:.html:'); + #echo "DBUG path_html: $path_html" + # create also the path to the web version + path_web_link='\e]8;;'${web_base_url}${path_html}'\aweb\e]8;;\a'; + #echo "DBUG path_web_link: $path_web_link" + # finally embed the full html path in a message to use mouse-over/context menu of bash to open file + path_html_link='\e]8;;file:'${html_build_dir}${path_html}'\ahtml\e]8;;\a'; + #echo -e "DBUG path_html_link: "$path_html_link; + + # extract module name from line (remove all text before module name; then cut out module name) + module=$(echo "$line" | sed -r 's:(^.*/doc/docs/submodules/|^docs/submodules/|checking consistency... )::' | cut -f1 -d\/); + #echo "DBUG line: $line" + #echo "DBUG module: $module" + + # in case the extraction has not lead to a valid module name do some additional investigation + if [[ "$module" == "" ]] ; then + + if [[ $line =~ doc/docs/release ]] ; then + module="docs_release" + #echo "DBUG line: $line" + #echo "DBUG module: $module" + elif [[ $line =~ doc/docs/use-cases ]] ; then + module="docs_use-cases" + #echo "DBUG line: $line" + #echo "DBUG module: $module" + elif [[ $line =~ doc/docs/guides ]] ; then + module="docs_guides" + #echo "DBUG line: $line" + #echo "DBUG module: $module" + else + module="docs" + #echo "DBUG line: $line" + #echo "DBUG module: $module" + fi + + fi + #echo "DBUG line: $line"; + #echo "DBUG module: $module"; + + # get the maximum length of the variable entries to adjust table width later on + if [[ ${#module} -gt "$maxlength_module" ]]; then + maxlength_module=${#module}; + fi + #echo "DBUG maxlength_module=$maxlength_module"; + + # extract rst file name from line and do some formatting to use it later as an array name + #echo "DBUG line: $line"; + rstfile=$(echo "$line" | grep -oP "[\w -]*\.rst"); + rstfile=$(echo -e ${rstfile} | tr '[:blank:]' '_'); + #echo "DBUG rst-file: $rstfile"; + + # get the maximum length of the variable entries to adjust table width later on + if [[ ${#rstfile} -gt "$maxlength_rstfile" ]]; then + maxlength_rstfile=${#rstfile}; + fi + #echo "DBUG maxlength_rstfile=$maxlength_rstfile"; + + # count the number of warnings for the module/rstfile combination + (( rstfile_array[$module | $rstfile]++ )); + + # count the number of warnings for the single module + #echo "DBUG $module | $rstfile | $message"; + (( module_array[$module]++ )); + + # now we have all the information to fill the html/rst/web (file) path arrays + htmlfilepath_array[$module | $rstfile]=$path_html_link; + rstfilepath_array[$module | $rstfile]=$path_rst_link; + webpath_array[$module | $rstfile]=$path_web_link; + + # extract the warning message and do some formatting + #message=$(echo "$line" | sed -r 's:^/.+WARNING\:\ ::'); + message=$(echo "$line" | sed -r 's:^.+WARNING\:\ ::'); + message=$(echo -e ${message} | tr '[:blank:]' '_'); + message=$(echo -e ${message} | tr '/' '_'); + message=$(echo -e ${message} | tr '.' '_'); + + # remove all characters from message which may cause problems in the shell + message="$(echo -e "${message}" | sed -e 's/[^A-Za-z0-9_-]//g')"; + #echo "DBUG message=\"$message\"" + + # count the number of warnings for the single message (long version) + message_long="$(echo -e "${message}")"; + (( message_long_array[$message_long]++ )) + + # reduce length of message to group them more easily and then ... + # count the number of warnings for the single message (short version) + message_short="$(echo -e "${message}" | cut -c -16)"; + (( message_short_array[$message_short]++ )) + + # check rst files with doc8 and store results + doc8_result_path="${doc8_dir}/${module}-${rstfile}.txt"; + #echo "DBUG ---------------------------------------------" + #echo "DBUG doc8_result_path=\"$doc8_result_path\"" + # doc8 check only if result file does not exists yet AND if rst file is valid (exists) + if [[ ! -f "$doc8_result_path" && -f "$path_rst" ]] ; then + echo "FILE:$path_rst" >$doc8_result_path; + $doc8_command "$path_rst" >>$doc8_result_path; + total_acc_err=$(grep "Total accumulated errors = " $doc8_result_path); + #echo "DBUG total_acc_err=$total_acc_err"; + total_acc_err=$(echo $total_acc_err | sed 's:Total accumulated errors = ::'); + #echo "DBUG total_acc_err=$total_acc_err"; + total_acc_err=$(printf "%05d" $total_acc_err); + #echo "DBUG command:doc8 ${path_rst} >>${doc8_result_path}"; + #echo "DBUG total_acc_err=$total_acc_err"; + fi + doc8_result='\e]8;;file:'${doc8_result_path}'\adoc8_('$total_acc_err')\e]8;;\a'; + doc8_result_array[$module | $rstfile]=$doc8_result; + +done + +#format counter to have always x digits +counter=$(printf "%05d" $counter); +echo " "; +echo " $counter LINES WITH WARNING IN FILE '$logfile'"; + +echo " "; +echo "################################################################################"; +echo "~~~ MESSAGES LONG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"; +echo "################################################################################"; +echo " "; + +#print array content and append to temporary outfile +for i in "${!message_long_array[@]}" +do + m=$i; + n=${message_long_array[$i]}; + ((nc += n)) + #format counter to have always x digits + n=$(printf "%05d" $n); + echo " $n | $m" >>tempoutfile; +done + +#format counter to have always x digits +nc=$(printf "%05d" $nc); +echo " $nc WARNINGS IN TOTAL WITH ${#message_long_array[@]} UNIQUE MESSAGES" >>tempoutfile; + +#print a sorted version of the temporary outfile +sort -br tempoutfile + +# clean up +rm tempoutfile +nc=0 + +echo " "; +echo "################################################################################"; +echo "~~~ MESSAGES SHORTENED (FOR SIMPLE GROUPING) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"; +echo "################################################################################"; +echo " "; + +#print array content and append to temporary outfile +for i in "${!message_short_array[@]}" +do + m=$i; + n=${message_short_array[$i]}; + ((nc += n)) + #format counter to have always x digits + n=$(printf "%05d" $n); + echo " $n | $m" >>tempoutfile; +done + +#format counter to have always x digits +nc=$(printf "%05d" $nc); +echo " $nc WARNINGS IN TOTAL WITH ${#message_short_array[@]} UNIQUE MESSAGES" >>tempoutfile; + +#print a sorted version of the temporary outfile +sort -br tempoutfile + +# clean up +rm tempoutfile +nc=0 + +echo " "; +echo "################################################################################"; +echo "~~~ MODULES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"; +echo "################################################################################"; +echo " "; + +#create temporary outfile +for i in "${!module_array[@]}" +do + m=$i; + n=${module_array[$i]}; + ((nc += n)) + n=$(printf "%05d" $n); + echo " $n | $m" >>tempoutfile; +done + +#format counter to have always x digits +nc=$(printf "%05d" $nc); +echo " $nc WARNINGS IN TOTAL IN ${#module_array[@]} MODULES" >>tempoutfile; + +#print a sorted version of the temporary outfile +sort -br tempoutfile +rm tempoutfile +nc=0 + +echo " "; +echo "################################################################################"; +echo "~~~ MODULES WITH RSTFILES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"; +echo "################################################################################"; +echo " "; + +#print array content and append to temporary outfile +for i in "${!rstfile_array[@]}" +do + m=$i; + n=${rstfile_array[$i]}; + p=${htmlfilepath_array[$i]} + r=${rstfilepath_array[$i]} + w=${webpath_array[$i]} + d=${doc8_result_array[$i]}; + #echo "DBUG -------------------------------" + #echo "DBUG i=$i" + #echo "DBUG m=$m" + #echo "DBUG n=$n" + #echo "DBUG p=$p" + #echo -e "DBUG p=$p" + ((nc += n)) + #format counter to have always x digits + n=$(printf "%05d" $n); + + # extend module name to the max for better readability + tmp_mod=$(echo "$m" | sed -r 's: \|.+$::'); + #echo "DBUG tmp_mod=$tmp_mod" + len_tmp_mod=${#tmp_mod} + to_add="$(($maxlength_module-$len_tmp_mod))" + #echo "DBUG to_add=$to_add" + while [ $to_add -gt 0 ]; do + tmp_mod="${tmp_mod} "; + ((to_add--)); + #echo "DBUG to_add=$to_add" + #echo "DBUG tmp_mod=\"$tmp_mod\"" + done + + # extend rst name to the max for better readability + tmp_rst=$(echo "$m" | sed -r 's:^.+ \| ::'); + #echo "DBUG tmp_rst=$tmp_rst" + len_tmp_rst=${#tmp_rst} + to_add="$(($maxlength_rstfile-$len_tmp_rst))" + #echo "DBUG to_add=$to_add" + while [ $to_add -gt 0 ]; do + tmp_rst="${tmp_rst} "; + ((to_add--)); + #echo "DBUG to_add=$to_add" + #echo "DBUG tmp_rst=\"$tmp_rst\"" + done + + # recombine module and rst names + m="${tmp_mod} | ${tmp_rst}"; + + # print out to temp file + echo -e " $m | $r $p $w $d | $n" >>tempoutfile; +done + +#format counter to have always x digits +nc=$(printf "%05d" $nc); +#in case the name (e.g) index.rst is used multiple times in the same module warnings are combined +echo " $nc WARNINGS IN TOTAL IN APPROX. ${#rstfile_array[@]} RST FILES" >>tempoutfile; + +#print a sorted version of the temporary outfile +sort -b tempoutfile + +# clean up +rm tempoutfile +nc=0 + +echo " "; +echo "################################################################################"; +echo "~~~ RSTFILES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"; +echo "################################################################################"; +echo " "; + +#print array content and append to temporary outfile +for i in "${!rstfile_array[@]}" +do + m=$i; + n=${rstfile_array[$i]}; + p=${htmlfilepath_array[$i]} + r=${rstfilepath_array[$i]} + w=${webpath_array[$i]} + d=${doc8_result_array[$i]}; + ((nc += n)) + #format counter to have always x digits + n=$(printf "%05d" $n); + + # extend module name to the max for better readability + tmp_mod=$(echo "$m" | sed -r 's: \|.+$::'); + #echo "DBUG tmp_mod=$tmp_mod" + len_tmp_mod=${#tmp_mod} + to_add="$(($maxlength_module-$len_tmp_mod))" + #echo "DBUG to_add=$to_add" + while [ $to_add -gt 0 ]; do + tmp_mod="${tmp_mod} "; + ((to_add--)); + #echo "DBUG to_add=$to_add" + #echo "DBUG tmp_mod=\"$tmp_mod\"" + done + + # extend rst name to the max for better readability + tmp_rst=$(echo "$m" | sed -r 's:^.+ \| ::'); + #echo "DBUG tmp_rst=$tmp_rst" + len_tmp_rst=${#tmp_rst} + to_add="$(($maxlength_rstfile-$len_tmp_rst))" + #echo "DBUG to_add=$to_add" + while [ $to_add -gt 0 ]; do + tmp_rst="${tmp_rst} "; + ((to_add--)); + #echo "DBUG to_add=$to_add" + #echo "DBUG tmp_rst=\"$tmp_rst\"" + done + + # recombine module and rst names + m="${tmp_mod} | ${tmp_rst}"; + + # print out to temp file + echo -e " $n | $m | $r $p $w $d" >>tempoutfile; +done + +#format counter to have always x digits +nc=$(printf "%05d" $nc); +#in case the name (e.g) index.rst is used multiple times in the same module warnings are combined +echo " $nc WARNINGS IN TOTAL IN APPROX. ${#rstfile_array[@]} RST FILES" >>tempoutfile; + +#print a sorted version of the temporary outfile +sort -br tempoutfile + +# clean up +rm tempoutfile +nc=0 + +echo " "; +exit + +### +### backup code for future extensions +### + +# +# Block_quote_ends_without_a_blank_line_unexpected_unindent +# Bullet_list_ends_without_a_blank_line_unexpected_unindent +# Citation_[\w-]_is_not_referenced +# Citation_unit_test_is_not_referenced +# Content_block_expected_for_the_code_directive_none_found +# Content_block_expected_for_the_container_directive_none_found +# Could_not_lex_literal_block_as_bash__Highlighting_skipped +# Could_not_lex_literal_block_as_console__Highlighting_skipped +# Could_not_lex_literal_block_as_guess__Highlighting_skipped +# Could_not_lex_literal_block_as_json__Highlighting_skipped +# Could_not_lex_literal_block_as_yaml__Highlighting_skipped +# Definition_list_ends_without_a_blank_line_unexpected_unindent +# document_isnt_included_in_any_toctree +# download_file_not_readable +# Duplicate_explicit_target_name +# duplicate_label +# Enumerated_list_ends_without_a_blank_line_unexpected_unindent +# Error_in_code_directive +# Error_in_code-block_directive +# Error_in_image_directive +# Explicit_markup_ends_without_a_blank_line_unexpected_unindent +# Field_list_ends_without_a_blank_line_unexpected_unindent +# Footnote_[0-9.*]_is_not_referenced +# image_file_not_readable +# Include_file +# Inconsistent_literal_block_quoting +# Inline_emphasis_start-string_without_end-string +# Inline_interpreted_text_or_phrase_reference_start-string_without_end-string +# Inline_strong_start-string_without_end-string +# Inline_substitution_reference_start-string_without_end-string +# Literal_block_ends_without_a_blank_line_unexpected_unindent +# Literal_block_expected_none_found +# Malformed_table +# Pygments_lexer_name_asn_is_not_known +# Title_level_inconsistent +# Title_overline__underline_mismatch +# Title_overline_too_short +# Title_underline_too_short +# toctree_contains_reference_to_nonexisting_document +# Too_many_autonumbered_footnote_references_only_0_corresponding_footnotes_available +# undecodable_source_characters_replacing_with +# undefined_label +# Unexpected_indentation +# Unknown_directive_type_clode-block +# unknown_document +# Unknown_target_name @@ -1,6 +1,8 @@ [tox] minversion = 1.6 -envlist = docs +envlist = docs, +# docs-linkcheck, + skipsdist = true [testenv:docs] @@ -25,10 +27,13 @@ whitelist_externals = echo git -[testenv:linkcheck] +[testenv:docs-linkcheck] basepython = python3 deps = -r{toxinidir}/etc/requirements.txt -commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = echo "Link Checking not enforced" +#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +whitelist_externals = + echo [testenv:spellcheck] basepython = python3 |