cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
837
Views
0
Helpful
2
Replies

” Cannot have kpi_data enabled and have no kpi provided. Please specify at least one kpi “error message when I am committing the CSR provisiong request to ESC from NSO using the NFVO2.1.0 package.

kannan raman
Level 4
Level 4

Attached the environment setup, configuration and debug message details as a document format.

1 Accepted Solution

Accepted Solutions

frjansso
Cisco Employee
Cisco Employee

If you instantiating a VNF as managed, you have to make sure you have at one connection point marked as the management interface in the VNFD:

admin@ncs% show nfvo vnfd CSR1kv external-connection-point-descriptor

external-connection-point-descriptor left {

    layer-protocol IPv4;

}

external-connection-point-descriptor mgmt {

    layer-protocol IPv4;

    management;

}

View solution in original post

2 Replies 2

frjansso
Cisco Employee
Cisco Employee

If you instantiating a VNF as managed, you have to make sure you have at one connection point marked as the management interface in the VNFD:

admin@ncs% show nfvo vnfd CSR1kv external-connection-point-descriptor

external-connection-point-descriptor left {

    layer-protocol IPv4;

}

external-connection-point-descriptor mgmt {

    layer-protocol IPv4;

    management;

}

Hi Fredrik,

Thank you for providing the information.

After marking the mgmt external connection point as management – the KPI issue was resolved and I’m able to instantiate the VNF via NSO on OpenStack(VIM).

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the NSO Developer community: