You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two possible values: 'basic' or 'oauth_v2'. If 'oauth_v2' set as value, 'SIGNIN_REQ_PAH' and 'TOKEN_XPATH' configuration variables must be added as well (as in the next two rows).
This current filter value allows to get only the VNF Package where the attribute 'onboardingState' 'equals' 'ONBOARDED'. (e.g: '&filter=(eq,onboardingState,CREATED)')
No
2. VNFM
NAME
VALUE (from v3.2.1 and latest)
VALUE (uat30 version)
DESCRIPTION
REQUIRED
BASE_URL
/vnfm-webapp/
/ubi-etsi-mano/
Yes
BASE_URL_MS
/vnfm-webapp/sol003/
/ubi-etsi-mano/sol003/
Yes
AUTH_MODE
oauth_v2
Two possible values: 'basic' or 'oauth_v2'. If 'oauth_v2' set as value, 'SIGNIN_REQ_PAH' and 'TOKEN_XPATH' configuration variables must be added as well (as in the next two rows).
Keycloak server URL allows to get the NFVO authentication.
No (basic), Yes (oauth_v2)
TOKEN_XPATH
/root/access_token
No (basic), Yes (oauth_v2)
CAPABILITIES
100:ubi-v2.6.1
The capabilities allow to assign VNF Descriptor (VNF Package) to a specific VNFM which is going to be in charge of the VNF lifecycle. This variable values have to be matched with the values defined in the VNF Descriptor.
Yes
SOL003_VERSION
2.7.1
No
Workflows installation
cd /opt/fmc_repository/
git clone https://github.com/openmsa/etsi-mano-workflows.git
chown -R ncuser:ncuser ./etsi-mano-workflows
cd /opt/fmc_repository/Process/
ln -s ../etsi-mano-workflows etsi-mano-workflows
chown -R ncuser:ncuser etsi-mano-workflows
Python libraries
For custom modules create softlink according to the guide
cd /opt/fmc_repository/Process/PythonReference/custom
ln -s /opt/fmc_repository/etsi-mano-workflows/src/ ETSI
chown -R ncuser:ncuser ETSI