aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2018-11-05 14:28:33 -0500
committerTakamune Cho <takamune.cho@att.com>2018-11-06 18:25:33 +0000
commit544e7a2d0b6383e8fc5b37c5b44c2cfe09871975 (patch)
treed648edd77be9f5602750cb4c6c775a39f6d976bd
parent7da31661936af6dc58b713ab9758859504f039e2 (diff)
Update APPC deployment document
Adding ansible server and change to MariaDB from Mysql for docker contents Change-Id: Ia39b82349e2746a477e300db70be2be339808c87 Issue-ID: APPC-1227 Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
index e4cf5cd..c4b36fe 100644
--- a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
+++ b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
@@ -30,7 +30,7 @@ make up these functions. Therefore, this allows the cloud to be
abstracted from Virtual Functions in order to enable repeatable actions,
as well as enabling automation and a dynamic configuration approach.
-ONAP APPC is delivered with **3 Docker Containers**, which are deployed
+ONAP APPC is delivered with **4 Docker Containers**, which are deployed
using Docker Images already containing the APPC Framework Suite. NOTE:
All three containers are hosted on Ubuntu 14.04 LTS OS.
@@ -80,8 +80,11 @@ running APPC:
Active & Available Inventory (A&AI) Listener). Some of these
inherited SDN-C features/artifacts are necessary dependencies to
build and compile APPC features/artifacts.
-- **MySQL DB Container (Version 5.6)**: This is the database for APPC.
- It is currently using MySQL Community Version (Open-Source version).
+- **Maria DB Container (Version 10.1.11)**: This is the database for APPC.
+ It’s made by the original developers of MySQL and guaranteed to stay
+ open source.
+- **Ansible Server Container**: This ansible server is for VNF owner
+ to write playbook using APPC to send LCM API command.
- **Node Red / DGBuilder**: This container has the visual tool used to
assemble DGs in order to put together flows or services used to serve
Virtual Functions. NOTE: This container is deployed using a Docker