Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.24 KB

File metadata and controls

29 lines (19 loc) · 1.24 KB

Installation Guide

Helm Install of Driver

Prior to installing the driver, it may be necessary to:

Download the Helm chart for the required version of the VNFM Driver. Run the following command to install the Helm chart with the default values:

helm install sol003-lifecycle-driver sol003-lifecycle-driver-<version>.tgz

Onboarding Driver into LM

Use lmctl for onboard the driver into LM. For full details on how to install or use lmctl, refer to its documentation.

The following command will onboard the VNFM Driver into into CP4NA environment called 'dev01':

lmctl lifecycledriver add --type sol003 --url http://sol003-lifecycle-driver:8296 dev01

NOTES:

  • The above example assumes lmctl has been configured with an environment called 'dev01'. Replace this environment name accordingly
  • If this configuration doesn't include the password for the environment, one will be prompted for