Documentation update
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / docs / onboarding.rst
1 Onboard NS
2 ==========
3
4 Create licensing model
5 ----------------------
6
7
8 - Log into ONAP portal with designer role (cs0008)
9
10  - Create License model
11
12   - ONBOARD / Create new VLM
13
14    - name = select a name easy to remember
15
16   - Entitlement pool / add new Entitlement pool
17
18    - name = any
19
20   - License key group / add new license key group
21
22    - name = any
23
24    - type = universal
25
26   - Feature groups / add feature group
27
28    - name = any
29
30    - part number = 123456
31
32    - manufacturer reference number = 123456
33
34    - entitlement pool (add any with arrow button)
35
36    - license key group (add any with arrow button)
37
38    - save
39
40   - License agreements / Add license agreement
41
42    - name = any
43
44    - license term unlimited
45
46    - feature groups (add any with arrow button)
47
48   - Check in (lock icon at top)
49
50   - Submit (tick icon at top)
51
52 On-board VNF
53 ------------
54
55  - On-board / Create new VSP (vendor software package)
56
57   - Create VSP
58
59    - name = select a name easy to remember
60
61    - vendor = name of the license model
62
63    - category = Database (IMPORTANT NOT TO CHANGE THIS (linked to the global customer))
64
65    - onboarding procedure = network package
66
67    - description = any
68
69   - Upload CSAR
70
71    - overview / software product attachments / select file
72
73   - Select licence
74
75    - overview / software product details / license agreement
76
77    - licenses
78
79    - set license version, license agreement, feature groups
80
81    - click on save icon at top
82
83    - commit & submit using icons at top
84
85  - Create VF
86
87   - home / import / import vsp (select VSP from list)
88
89    - set General / Vendor model number to CBAM package VNFD ID
90
91   - set sVNFM property assignment / inputs / nf_type  set NokiaSVNFM
92
93   - commit
94
95   - submit for testing
96
97  - Test VF
98
99   - Log in as tester role
100
101   - Select VF
102
103   - Start testing button
104
105   - Accept testing
106
107 Design network service
108 ----------------------
109
110  - Create Service
111
112   - Log in with designer role (cs0008)
113
114   - home / add / add service
115
116   - name = select a name easy to remember
117
118   - project code = 123456
119
120   - Check in & check out (required to save a safe point to restore to if something goes wrong)
121
122  - Add created VF (Composition)
123
124   - drag icon to main picture (be patient only drag once, if multiple icons appear restart procedure )
125
126   - Check in
127
128   - Open service again and verify that the VF is part of the service under composition
129
130  - Submit for testing
131
132  - Test Service
133
134   - Log in with tester role (jm0007)
135
136   - start testing & accept
137
138  - Approve service
139
140   - Log in with governance role (gv0001)
141
142   - Select service and press approve
143
144  - Distribute the service
145
146   - Log in with operations role (op0001)
147
148   - Select service and push distribute
149
150   - Click on monitor (verify that the state of the service is distributed)