aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/cli-userguide/cloud_complex/index.rst
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-09-29 17:09:59 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-09-29 17:10:06 +0800
commitc855e6604cd37c028936dada1e282823c9fdabb7 (patch)
tree4a98fb08558666d70795312fbc98f4680989e25c /docs/platform/cli-userguide/cloud_complex/index.rst
parent3c8c20ec43b670acc0e185c448b87c5f5b4e3db0 (diff)
update part of cli command guide about vfc test
Change-Id: I1a49e5bd1ed7ec189b19027c5ca6a9613540c361 Issue-ID: VFC-1524 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/cli-userguide/cloud_complex/index.rst')
-rw-r--r--docs/platform/cli-userguide/cloud_complex/index.rst40
1 files changed, 39 insertions, 1 deletions
diff --git a/docs/platform/cli-userguide/cloud_complex/index.rst b/docs/platform/cli-userguide/cloud_complex/index.rst
index 75c5a03c..efbbe2bd 100644
--- a/docs/platform/cli-userguide/cloud_complex/index.rst
+++ b/docs/platform/cli-userguide/cloud_complex/index.rst
@@ -30,4 +30,42 @@ Cli cloud complex Command Guide
parameters["lata"], parameters["city"], parameters["postal-code"], \
parameters["complex_name"], parameters["country"], parameters["elevation"], \
parameters["identity_url"], parameters["aai_url"], parameters["aai_username"], \
- parameters["aai_password"]) \ No newline at end of file
+ parameters["aai_password"])
+
+2. complex-list
+-----------------
+
+::
+
+
+ usage: oclip complex-list
+ List the configured complexes
+ Options:
+ [-m | --host-url] [-C | --no-catalog] [-f | --format]
+ [-h | --help] [-V | --verify] [-t | --no-title]
+ [-d | --debug] [-v | --version] [-s | --long]
+ [-D | --context] [-u | --host-username] [-a | --no-auth]
+ [-p | --host-password]
+ For example:
+ "oclip complex-list -m {} -u {} -p {}".format(parameters["aai_url"], parameters["aai_username"], \
+ parameters["aai_password"])
+
+
+3. complex-delete
+-----------------
+
+::
+
+
+ usage: oclip complex-delete
+ Delete a complex from Onap
+ Options:
+ [-m | --host-url] [-C | --no-catalog] [-f | --format]
+ [-h | --help] [-V | --verify] [-t | --no-title]
+ [-d | --debug] [-v | --version] [-y | --resource-version]
+ [-s | --long] [-D | --context] [-x | --complex-name]
+ [-u | --host-username] [-a | --no-auth] [-p | --host-password]
+ For example:
+ oclip complex-delete -m https://159.138.61.203:30233 -u AAI -p AAI -x clli1 -y 1568444028429
+ Note:
+ complex-name and resource-version is the result returned after executing the complex-list command(command 2)