dbde7df77c49b4c9758748bc01a28e99e9617b7e
[vfc/nfvo/lcm.git] / docs / platform / cli-userguide / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4
5 VFC-Test Cli Command Guide
6 ==========================
7
8 Reference manual:
9
10 .. 1. https://onap.readthedocs.io/en/dublin/submodules/cli.git/docs/cmd_help_onap_dublin.html
11
12 2. https://git.onap.org/cli/tree/products/onap-dublin
13
14 Note:
15
16 1. The config. JSON included in the folder is a data guarantee for the example
17    in the guidance manual, which will be converted into Python recognizable
18    object body through the json. load method. Use "parameters" to receive the
19    converted results. (parameters = json. load (config))
20 2. You should go to the pod of the CLI environment in the corresponding test
21    environment to execute the command action steps
22
23 .. contents::
24    :depth: 2
25
26 Create cloud complex
27 --------------------
28
29 More Cli command defination and reference can be found in the following page:
30
31 .. toctree::
32    :maxdepth: 1
33
34    cloud_complex/index
35
36 Register all clouds
37 -------------------
38
39 More Cli command defination and reference can be found in the following page:
40
41 .. toctree::
42    :maxdepth: 1
43
44    register_all_clouds/index
45
46 create service and customer
47 ---------------------------
48
49 More Cli command defination and reference can be found in the following page:
50
51 .. toctree::
52    :maxdepth: 1
53
54    create_service_customer/index
55
56 Register vnfm
57 -------------
58 More Cli command defination and reference can be found in the following page:
59
60 .. toctree::
61    :maxdepth: 1
62
63    register_vnfm/index
64
65 Create csar file(by sdc)
66 ------------------------
67 More Cli command defination and reference can be found in the following page:
68
69 .. toctree::
70    :maxdepth: 1
71
72    create_csar_sdc/index
73
74 Create csar file(by local)
75 --------------------------
76
77 More Cli command defination and reference can be found in the following page:
78
79 .. toctree::
80    :maxdepth: 1
81
82    create_csar_local/index
83
84 VFC part
85 --------
86 More Cli command defination and reference can be found in the following page:
87
88 .. toctree::
89    :maxdepth: 1
90
91    VFC_part/index