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