diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-11-10 14:26:53 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-11-10 14:27:01 +0800 |
commit | 6c6979f0eaab440408c2e1cf9bc27c1996d83bf5 (patch) | |
tree | df2ac4d4a9173bdf71f4b08044235d909d9dd785 /docs/platform | |
parent | 9e102f0d449dc8c46e28fb786e6a0bedfeb1bd70 (diff) |
Add doc missing part
Issue-ID: VFC-591
Change-Id: Ie851bf51bd4ecf8428b3aa2f0bd2d088b28dfdb8
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/administration.rst | 1 | ||||
-rw-r--r-- | docs/platform/consumedapis.rst | 10 | ||||
-rw-r--r-- | docs/platform/logging.rst | 2 |
3 files changed, 7 insertions, 6 deletions
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} |