1TACKER(1)                     python-tackerclient                    TACKER(1)
2
3
4

NAME

6       tacker - Client for Tacker API
7

COMMAND LIST

9       The  following  list  covers  the extended commands for Tacker services
10       available in openstack command.
11
12       These commands can be referenced by doing openstack help and the detail
13       of individual command can be referred by openstack help <command-name>.
14
15          openstack vnf create                            Create a VNF.
16          openstack vnf delete                            Delete given VNF(s).
17          openstack vnf list                              List VNF(s) that belong to a given tenant.
18          openstack vnf resource list                     List resources of a VNF like VDU, CP, etc.
19          openstack vnf scale                             Scale a VNF.
20          openstack vnf show                              Show information of a given VNF.
21          openstack vnf set                               Update a given VNF.
22          openstack vnf descriptor create                 Create a VNFD.
23          openstack vnf descriptor delete                 Delete given VNFD(s).
24          openstack vnf descriptor list                   List VNFD(s) that belong to a given tenant.
25          openstack vnf descriptor show                   Show information of a given VNFD.
26          openstack vnf descriptor template show          Show template of a given VNFD.
27          openstack vim list                              List VIM(s) that belong to a given tenant.
28          openstack vim register                          Create a VIM.
29          openstack vim show                              Show information of a given VIM.
30          openstack vim set                               Update a given VIM.
31          openstack vim delete                            Delete given VIM(s).
32          openstack ns create                             Create a NS.
33          openstack ns delete                             Delete given NS(s).
34          openstack ns list                               List NS that belong to a given tenant.
35          openstack ns show                               Show information of a given NS.
36          openstack ns descriptor create                  Create a NSD.
37          openstack ns descriptor delete                  Delete a given NSD.
38          openstack ns descriptor list                    List NSD(s) that belong to a given tenant.
39          openstack ns descriptor show                    Show information of a given NSD.
40          openstack ns descriptor template show           Show template of a given NSD.
41          openstack vnf graph create                      Create a VNFFG.
42          openstack vnf graph delete                      Delete a given VNFFG.
43          openstack vnf graph list                        List VNFFG(s) that belong to a given tenant.
44          openstack vnf graph show                        Show information of a given VNFFG.
45          openstack vnf graph set                         Update a given VNFFG.
46          openstack vnf graph descriptor create           Create a VNFFGD.
47          openstack vnf graph descriptor delete           Delete a given VNFFGD.
48          openstack vnf graph descriptor list             List VNFFGD(s) that belong to a given tenant.
49          openstack vnf graph descriptor show             Show information of a given VNFFGD.
50          openstack vnf graph descriptor template show    Show template of a given VNFFGD.
51          openstack vnf chain list                        List SFC(s) that belong to a given tenant.
52          openstack vnf chain show                        Show information of a given SFC.
53          openstack vnf classifier list                   List FC(s) that belong to a given tenant.
54          openstack vnf classifier show                   Show information of a given FC.
55          openstack vnf network forwarding path list      List NFP(s) that belong to a given tenant.
56          openstack vnf network forwarding path show      Show information of a given NFP.
57          openstack nfv event show                        Show event given the event id.
58          openstack nfv event list                        List events of resources.
59          openstack vnf package create                    Create a new individual VNF package resource.
60          openstack vnf package list                      List all VNF packages.
61          openstack vnf package show                      Show package details.
62          openstack vnf package upload                    Upload a VNF package by providing the address information
63                                                          of the VNF package.
64          openstack vnf package delete                    Delete given VNF package(s).
65

VNF PACKAGE COMMANDS

67       VNF Package commands are CLI interface of VNF Package Management Inter‐
68       face in ETSI NFV-SOL 005.
69
70   vnf package create
71       Create a new VNF Package
72
73          openstack vnf package create
74              [-f {json,shell,table,value,yaml}]
75              [-c COLUMN]
76              [--noindent]
77              [--prefix PREFIX]
78              [--max-width <integer>]
79              [--fit-width]
80              [--print-empty]
81              [--user-data <key=value>]
82
83       -f <FORMATTER>, --format <FORMATTER>
84              the output format, defaults to table
85
86       -c COLUMN, --column COLUMN
87              specify the column(s) to include, can be repeated
88
89       --noindent
90              whether to disable indenting the JSON
91
92       --prefix <PREFIX>
93              add a prefix to all variable names
94
95       --max-width <integer>
96              Maximum display width, <1 to  disable.  You  can  also  use  the
97              CLIFF_MAX_TERM_WIDTH  environment  variable,  but  the parameter
98              takes precedence.
99
100       --fit-width
101              Fit the table to  the  display  width.  Implied  if  --max-width
102              greater  than  0. Set the environment variable CLIFF_FIT_WIDTH=1
103              to always enable
104
105       --print-empty
106              Print empty table if there is no data to show.
107
108       --user-data <key=value>
109              User defined data for the VNF package (repeat option to set mul‐
110              tiple user defined data)
111
112       This command is provided by the python-tackerclient plugin.
113
114   vnf package delete
115       Delete VNF Package
116
117          openstack vnf package delete <vnf-package> [<vnf-package> ...]
118
119       vnf-package
120              Vnf package(s) ID to delete
121
122       This command is provided by the python-tackerclient plugin.
123
124   vnf package list
125       List VNF Package
126
127          openstack vnf package list
128              [-f {csv,json,table,value,yaml}]
129              [-c COLUMN]
130              [--quote {all,minimal,none,nonnumeric}]
131              [--noindent]
132              [--max-width <integer>]
133              [--fit-width]
134              [--print-empty]
135              [--sort-column SORT_COLUMN]
136
137       -f <FORMATTER>, --format <FORMATTER>
138              the output format, defaults to table
139
140       -c COLUMN, --column COLUMN
141              specify the column(s) to include, can be repeated
142
143       --quote <QUOTE_MODE>
144              when to include quotes, defaults to nonnumeric
145
146       --noindent
147              whether to disable indenting the JSON
148
149       --max-width <integer>
150              Maximum  display  width,  <1  to  disable.  You can also use the
151              CLIFF_MAX_TERM_WIDTH environment  variable,  but  the  parameter
152              takes precedence.
153
154       --fit-width
155              Fit  the  table  to  the  display  width. Implied if --max-width
156              greater than 0. Set the environment  variable  CLIFF_FIT_WIDTH=1
157              to always enable
158
159       --print-empty
160              Print empty table if there is no data to show.
161
162       --sort-column SORT_COLUMN
163              specify  the column(s) to sort the data (columns specified first
164              have a priority,  non-existing  columns  are  ignored),  can  be
165              repeated
166
167       This command is provided by the python-tackerclient plugin.
168
169   vnf package show
170       Show VNF Package Details
171
172          openstack vnf package show
173              [-f {json,shell,table,value,yaml}]
174              [-c COLUMN]
175              [--noindent]
176              [--prefix PREFIX]
177              [--max-width <integer>]
178              [--fit-width]
179              [--print-empty]
180              <vnf-package>
181
182       -f <FORMATTER>, --format <FORMATTER>
183              the output format, defaults to table
184
185       -c COLUMN, --column COLUMN
186              specify the column(s) to include, can be repeated
187
188       --noindent
189              whether to disable indenting the JSON
190
191       --prefix <PREFIX>
192              add a prefix to all variable names
193
194       --max-width <integer>
195              Maximum  display  width,  <1  to  disable.  You can also use the
196              CLIFF_MAX_TERM_WIDTH environment  variable,  but  the  parameter
197              takes precedence.
198
199       --fit-width
200              Fit  the  table  to  the  display  width. Implied if --max-width
201              greater than 0. Set the environment  variable  CLIFF_FIT_WIDTH=1
202              to always enable
203
204       --print-empty
205              Print empty table if there is no data to show.
206
207       vnf-package
208              VNF package ID
209
210       This command is provided by the python-tackerclient plugin.
211
212   vnf package upload
213       Upload VNF Package
214
215          openstack vnf package upload
216              (--path <file> | --url <Uri>)
217              [--user-name <user-name>]
218              [--password <password>]
219              <vnf-package>
220
221       --path <file>
222              Upload VNF CSAR package from local file
223
224       --url <Uri>
225              Uri of the VNF package content
226
227       --user-name <user-name>
228              User name for authentication
229
230       --password <password>
231              Password for authentication
232
233       vnf-package
234              VNF package ID
235
236       This command is provided by the python-tackerclient plugin.
237

AUTHOR

239       OpenStack Contributors
240
242       OpenStack Contributors
243
244
245
246
247                                 Mar 13, 2020                        TACKER(1)
Impressum