From 6c6979f0eaab440408c2e1cf9bc27c1996d83bf5 Mon Sep 17 00:00:00 2001 From: yangyan Date: Fri, 10 Nov 2017 14:26:53 +0800 Subject: Add doc missing part Issue-ID: VFC-591 Change-Id: Ie851bf51bd4ecf8428b3aa2f0bd2d088b28dfdb8 Signed-off-by: yangyan --- docs/platform/administration.rst | 1 + docs/platform/consumedapis.rst | 10 +++++----- docs/platform/logging.rst | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/platform') diff --git a/docs/platform/administration.rst b/docs/platform/administration.rst index 5d0ab06a..1968df34 100644 --- a/docs/platform/administration.rst +++ b/docs/platform/administration.rst @@ -15,6 +15,7 @@ Processes Actions +++++++ All actions performed on the VF-C components are docker-based. + * Action X * Action Y diff --git a/docs/platform/consumedapis.rst b/docs/platform/consumedapis.rst index cd39a5ec..2aef466e 100644 --- a/docs/platform/consumedapis.rst +++ b/docs/platform/consumedapis.rst @@ -5,11 +5,11 @@ Consumed APIs ============= References to APIs offered by other components -A&AI: Use A&AI API to operate the instance data stored in A&AI, this opration includes CURL -SDC: Use Catalog external API to query csar package -DCAE: Use DCAE Ves collector API to report FCAPS data to DCAE -MSB: Use MSB to register and find microservice -Modeling: Use nfvparser API to parse tosca template + - A&AI: Use A&AI API to operate the instance data stored in A&AI, this opration includes CURL + - SDC: Use Catalog external API to query csar package + - DCAE: Use DCAE Ves collector API to report FCAPS data to DCAE + - MSB: Use MSB to register and find microservice + - Modeling: Use nfvparser API to parse tosca template diff --git a/docs/platform/logging.rst b/docs/platform/logging.rst index df74134a..a4e15ca1 100644 --- a/docs/platform/logging.rst +++ b/docs/platform/logging.rst @@ -13,6 +13,6 @@ Use docker logs command to get the log. :: - docker logs &{docker-name} + docker logs ${docker-name} -- cgit 1.2.3-korg