aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/cli-userguide/VFC_part/index.rst
blob: 322dbc2f6cd121c0cda5dd468bd06a1e9ba3102e (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
Cli VFC part Command Guide
===============================

1. VFC nslcm create
-------------------

::

    usage: oclip vfc-nslcm-create
    vfc nslcm create ns
    Options:
    [-n | --ns-csar-name] [-m | --host-url] [-c | --ns-csar-uuid]
    [-C | --no-catalog] [-f | --format] [-h | --help]
    [-V | --verify] [-t | --no-title] [-d | --debug]
    [-v | --version] [-s | --long] [-D | --context]
    Error:
    On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
    For example:
    'oclip vfc-nslcm-create -m {} -c {} -n {} -q {} -S {}'.format(parameters["vfc-url"], \
      csar_id, ns.get("name"), parameters["customer_name"], parameters["service_name"])


2. VFC nslcm instance
---------------------

::

    usage: oclip vfc-nslcm-instance
    vfc nslcm instance ns
    Options:
    [[-m | --host-url] [-C | --no-catalog] [-f | --format]
    [-h | --help] [-V | --verify] [-t | --no-title]
    [-d | --debug] [-v | --version] [-c | --location-constraints]
    [-s | --long] [-D | --context] [-i | --ns-instance-id]
    [-n | --sdn-controller-id]
    Error:
    On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
    For example:
    'oclip vfc-nslcm-instantiate -m {} -i {} -c {} -n {}'.format(parameters["vfc-url"], \
        ns_instance_id, parameters["location"], parameters["sdc-controller-id"])


3. VFC nslcm terminate
----------------------

::

    usage: oclip vfc-nslcm-terminate
    vfc nslcm terminate ns
    Options:
    [[-m | --host-url] [-C | --no-catalog] [-f | --format]
    [-h | --help] [-V | --verify] [-t | --no-title]
    [-d | --debug] [-v | --version] [-c | --location-constraints]
    [-s | --long] [-D | --context] [-i | --ns-instance-id]
    Error:
    On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
    For example:
    'oclip vfc-nslcm-terminate -m {} -i {}'.format(parameters["vfc-url"], ns_instance_id)

4. VFC nslcm delete
----------------------

::

    usage: oclip vfc-nslcm-delete
    vfc nslcm terminate ns
    Options:
    [[-m | --host-url] [-C | --no-catalog] [-f | --format]
    [-h | --help] [-V | --verify] [-t | --no-title]
    [-d | --debug] [-v | --version] [-c | --location-constraints]
    [-s | --long] [-D | --context] [-c | --ns-instance-id]
    Error:
    On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
    For example:
    'oclip vfc-nslcm-delete -m {} -c {}'.format(parameters["vfc-url"], ns_instance_id)