Attached the environment setup, configuration and debug message details as a document format.
Solved! Go to Solution.
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;
}
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).