From bbf3d4b2ed06f199260ba49943ef68d6ba3fc43f Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Tue, 24 Oct 2017 17:20:13 +0300 Subject: Update ReadTheDocs docs folder Change-Id: Ie1eb45f5116d420e2caa1dce39e5c7ca5dd2de18 Issue-ID: VID-71 Signed-off-by: Ofir Sonsino --- docs/docs-configuration.rst | 59 +++++++++++++++++++++++++++++++++++---------- docs/docs-logging.rst | 10 -------- docs/index.rst | 21 ++++++++-------- 3 files changed, 57 insertions(+), 33 deletions(-) (limited to 'docs') diff --git a/docs/docs-configuration.rst b/docs/docs-configuration.rst index 085f9c667..9142c4c61 100644 --- a/docs/docs-configuration.rst +++ b/docs/docs-configuration.rst @@ -4,24 +4,57 @@ Configuration ============= -.. note:: - * This section is used to describe the options a software component offers for configuration. +Configurations files are located under ``WEB-INF/conf/`` - * Configuration is typically: provided for platform-component and sdk projects; - and referenced in developer and user guides. - - * This note must be removed after content has been added. +system.properties file +---------------------- +``db.connectionURL`` + The connection URL for VID database +``db.userName`` + The username for VID database -Example ... +``db.password`` + The password for VID database -You can provide the following in ``basic.conf`` +``aai.server.url.base`` + Base URL for A&AI server -``host=ADDRESS`` - The address of the host +``aai.server.url`` + URL for A&AI server including its version (default: v11) -``port=PORT`` - The port used for signaling +``aai.vid.username``, ``aai.vid.pass`` + Credentials for accessing A&AI - Optional. Default: ``8080`` +``mso.server.url`` + Base URL for SO server + +``mso.polling.interval.msecs`` + Interval in milliseconds for polling SO for instantiation status + +``mso.max.polls`` + Max polling tryings fo SO instantiation status + +``mso.user.name``, ``mso.password.x`` + Credentials for accessing SO + +``scheduler.server.url`` + Base URL for Scheduler + +``scheduler.create.new.vnf.change.instance``, ``scheduler.get.time.slots``, ``scheduler.submit.new.vnf.change``, ``scheduler.get.schedules`` + Scheduler endpoints + +asdc.properties file +---------------------------- +``asdc.client.rest.protocol`` + States the protocol for accessing SDC: http or https + +``asdc.client.rest.host`` + States the hostname of SDC instance + +``asdc.client.rest.port`` + States the port of SDC instance + +``asdc.client.rest.auth`` + Basic authorization string to access SDC \ No newline at end of file diff --git a/docs/docs-logging.rst b/docs/docs-logging.rst index b65f2aef4..374837695 100644 --- a/docs/docs-logging.rst +++ b/docs/docs-logging.rst @@ -4,16 +4,6 @@ Logging ======= -.. note:: - * This section is used to describe the informational or diagnostic messages emitted from - a software component and the methods or collecting them. - - * This section is typically: provided for a platform-component and sdk; and - referenced in developer and user guides - - * This note must be removed after content has been added. - - Where to Access Information --------------------------- diff --git a/docs/index.rst b/docs/index.rst index b97127081..4f5b8db4c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,13 +6,14 @@ VID Documentation .. toctree:: :maxdepth: 2 - administration.rst - architecture.rst - configuration.rst - consumedapis.rst - offeredapis.rst - delivery.rst - humaninterfaces.rst - installation.rst - logging.rst - release-notes.rst + + docs-architecture.rst + docs-offeredapis.rst + docs-consumedapis.rst + docs-delivery.rst + docs-logging.rst + docs-installation.rst + docs-configuration.rst + docs-administration.rst + docs-humaninterfaces.rst + docs-release-notes.rst -- cgit 1.2.3-korg