Update PNF related information in Overview
[vnfrqts/requirements.git] / docs / Chapter5 / VNFM-Driver-Development-Steps.rst
1 .. Modifications Copyright © 2017-2018 AT&T Intellectual Property.
2
3 .. Licensed under the Creative Commons License, Attribution 4.0 Intl.
4    (the "License"); you may not use this documentation except in compliance
5    with the License. You may obtain a copy of the License at
6
7 .. https://creativecommons.org/licenses/by/4.0/
8
9 .. Unless required by applicable law or agreed to in writing, software
10    distributed under the License is distributed on an "AS IS" BASIS,
11    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12    See the License for the specific language governing permissions and
13    limitations under the License.
14
15
16 VNFM Driver Development Steps
17 -----------------------------
18
19 Refer to the ONAP documentation for VNF Provider instructions on integrating
20 vendor-specific VNFM adaptors with VF-C.  The VNF driver development steps are
21 highlighted below.
22
23 1. Use the VNF SDK tools to design the VNF with TOSCA models to output
24 the VNF TOSCA package.  Using the VNF SDK tools, the VNF package can be
25 validated and tested.
26
27 2. The VNF Provider supplies a vendor-specific VNFM driver in ONAP, which
28 is a microservice providing a translation interface from VF-C to
29 the vendor-specific VNFM. The interface definitions of vendor-specific
30 VNFM adaptors are supplied by the VNF Providers themselves.