Align beijing docs with 'latest' 81/59881/1 beijing
authorTschaen, Brendan (bt054f) <bt054f@att.com>
Thu, 9 Aug 2018 15:17:14 +0000 (11:17 -0400)
committerTschaen, Brendan (bt054f) <bt054f@att.com>
Thu, 9 Aug 2018 15:18:33 +0000 (11:18 -0400)
Change-Id: Ic472e95006f3934f77247e4dc4f0d6cdd42edaf8
Issue-ID: MUSIC-94
Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
docs/architecture.rst
docs/authentication.rst
docs/configuration.rst
docs/consumedapis.rst [deleted file]
docs/delivery.rst [deleted file]
docs/index.rst
docs/installation.rst
docs/logging.rst
docs/release-notes.rst
docs/setup.rst
docs/single.rst

index 8daa0d3..ae29f9e 100644 (file)
@@ -4,15 +4,7 @@
 Architecture
 ============
 
-.. note::
-   * This section is used to describe a software component from a high level
-     view of capability, common usage scenarios, and interactions with other
-     components required in the usage scenarios.  
-   
-   * The architecture section is typically: provided in a platform-component
-     and sdk collections; and referenced from developer and user guides.
-   
-   * This note must be removed after content has been added.
+` See ONAP Wiki <https://wiki.onap.org/display/DW/MUSIC-Multi-site+State+Coordination+Service>`_
 
 
 Capabilities
index 3c6f48a..87dbea0 100644 (file)
@@ -1,22 +1,25 @@
- `For Single install:`_
+Authentication
+==============
 
- `Multi-Site Install:`_
+`Single-Site Install`_
 
- `Headers:`_
+`Multi-Site Install`_
 
- `AAF Authentication`_
+`Headers`_
 
- `AID Authentication Non-AAF`_
+`AAF Authentication`_
+
+`AID Authentication Non-AAF`_
 
 `Onboarding API`_
 
-`Add Application`_
+ `Add Application`_
 
-`Get Application`_
+ `Get Application`_
 
-`Edit Application`_
+ `Edit Application`_
 
-`Delete Application`_
+ `Delete Application`_
 
 
 Steps to test AAF MUSIC has been enhanced to support applications which are already authenticated using AAF and applications which are not authenticated using AAF.
@@ -33,7 +36,7 @@ In the cassandra bin dir run ./cqlsh and log in to db then:
 
 If you want to save the following in a file you can then run ./cqlsh -f <file.cql>
 
-For Single install:
+Single-Site Install
 ^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -58,7 +61,7 @@ For Single install:
     );
 
 
-Multi-Site Install:
+Multi-Site Install
 ^^^^^^^^^^^^^^^^^^^
 
 ::
@@ -83,7 +86,7 @@ Multi-Site Install:
    PRIMARY KEY (uuid)
  );
 
-Headers:
+Headers
 ^^^^^^^^
 
 For AAF applications all the 3 headers ns, userId and password are mandatory.
index 085f9c6..279e5bd 100644 (file)
@@ -4,24 +4,25 @@
 Configuration
 =============
 
-.. note::
-   * This section is used to describe the options a software component offers for configuration.
+See the following pages for Configuration Information:
 
-   * 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.
+.. toctree::
+   :maxdepth: 1
 
+   Single-Site Install <single>
+   Multi-Site Install <multi>
+   Authentication <authentication>
 
 
-Example ...
 
-You can provide the following in ``basic.conf``
+.. Example ...
 
-``host=ADDRESS``
-  The address of the host
+.. You can provide the following in ``basic.conf``
 
-``port=PORT``
-  The port used for signaling
+.. ``host=ADDRESS``
+..   The address of the host
 
-  Optional. Default: ``8080``
+.. ``port=PORT``
+..   The port used for signaling
+
+..   Optional. Default: ``8080``
diff --git a/docs/consumedapis.rst b/docs/consumedapis.rst
deleted file mode 100644 (file)
index c2af4c2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Consumed APIs
-=============
-
-.. note::
-   * This section is used to reference APIs that a software component depends on
-     and uses from other sources.  
-   
-   * Consumed APIs should be a specific link to the offered APIs from another component
-     or external source.
-
-   * This note must be removed after content has been added.
-
-
diff --git a/docs/delivery.rst b/docs/delivery.rst
deleted file mode 100644 (file)
index f3f083a..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Delivery
-========
-
-.. note::
-   * This section is used to describe a software component packaging.
-     For a run-time component this might be executable images, containers, etc.
-     For an SDK this might be libraries.
-
-   * 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.
-
-Example use of a block diagram.
-
-.. blockdiag::
-   
-
-   blockdiag layers {
-   orientation = portrait
-   a -> m;
-   b -> n;
-   c -> x;
-   m -> y;
-   m -> z;
-   group l1 {
-       color = blue;
-       x; y; z;
-       }
-   group l2 {
-       color = yellow;
-       m; n; 
-       }
-   group l3 {
-       color = orange;
-       a; b; c;
-       }
-
-   }
-
-
index 3ef9775..437a50d 100755 (executable)
@@ -8,17 +8,17 @@ Music Developer Documentation
 .. toctree::
    :maxdepth: 1
 
-   Single-SIte Install <single>
-   Muili-Site Install <multi>
+   installation
    setup
    release-notes
-
+   architecture 
+   logging
+   configuration
+   
    
 ..   architecture
-..   configuration
 ..   consumedapis
 ..   delivery
 ..   index
-..   installation 
-..   logging
+..    
 ..   offeredapis
index be64a63..1b81711 100644 (file)
@@ -4,17 +4,17 @@
 Installation
 ============
 
-.. note::
-   * This section is used to describe how a software component is acquired and installed.
-   
-   * This section is typically: provided for a platform-component and application; and
-     referenced in user guides.
 
-   * This note must be removed after content has been added.
+.. toctree::
+   :maxdepth: 1
 
-Environment
------------
+   Single-Site Install <single>
+   Multi-Site Install <multi>
 
 
-Steps
------
+.. Environment
+.. -----------
+
+
+.. Steps
+.. -----
index 39eabfb..b1d3a18 100644 (file)
@@ -4,14 +4,8 @@
 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.
+Log file produced will be in /opt/app/music/logs/MUSIC/music.log,error.log,debug.log
+Log files are in EELF format. 
 
 
 Where to Access Information
@@ -20,3 +14,6 @@ Where to Access Information
 
 Error / Warning Messages
 ------------------------
+
+
+
index aead663..766fb12 100644 (file)
@@ -13,6 +13,11 @@ Version: 2.5.4
 
 **New Features**
 
+MUSIC provides a service with recipes that individual ONAP components and microservice can use for 
+    - state replication across multiple geo-distributed sites
+    - flexible fine-grained consistency management of state
+    - policy driven state-ownership across replicas of the service 
+
 
 **Bug Fixes**
 
index 208c779..b12acd0 100644 (file)
@@ -5,8 +5,8 @@ Setup for Developing MUSIC
    :maxdepth: 1
 
    Single-Site Install <single>
-   Muili-Site Install <multi>
-   Authentication
+   Multi-Site Install <multi>
+   Authentication <authentication>
 
 MUSIC is to be installed in a single Dir on a vm. 
 
@@ -46,5 +46,5 @@ Continue by selecting the link to the setup you are doing.
    :maxdepth: 1
 
    Single-Site Install <single>
-   Muili-Site Install <multi>
-   Authentication
+   Multi-Site Install <multi>
+   Authentication <authentication>
index 08c5e31..060f02b 100644 (file)
@@ -15,7 +15,7 @@ Instructions
 - Ensure you have OpenJDK 8 on your machine.
 - Download Apache Cassandra 3.0, install into /opt/app/music and follow these instructions http://cassandra.apache.org/doc/latest/getting_started/installing.html till and including Step
 - By the end of this you should have Cassandra working.
-- Download Apache Zookeeper 3.4.6, install into /opt/app/music and follow these instructions https://zookeeper.apache.org/doc/trunk/zookeeperStarted.html pertaining to the standalone operation. By the end of this you should have Zookeeper working.
+- Download Apache Zookeeper 3.4.6, install into /opt/app/music and follow these instructions https://zookeeper.apache.org/doc/r3.4.6/zookeeperStarted.html pertaining to the standalone operation. By the end of this you should have Zookeeper working.
 - Download the Version 8.5 Apache Tomcat and install it using these instructions https://tomcat.apache.org/download-80.cgi (this is for version 8.5).
 - Create a music.properties file and place it in /opt/app/music/etc/. Here is a sample of the file: