T-NOVA / TeNOR

Repository for T-NOVA Orchestrator components
9 stars 15 forks source link

Lifecycle - Remove of VNF instances #63

Closed jbatalle closed 8 years ago

jbatalle commented 8 years ago

When a VNF instance is removed, sometimes the Stack is removed from Openstack, but Openstack returns an error message. Then, the VNF Manager is not able to remove the Stack because no exists inside Openstack. The VNF instance should be removed after polling the Stack status.

miguelcastilho commented 8 years ago

Is this issue related to the error from mAPI?

jbatalle commented 8 years ago

Partially related, but basically is a job for the VNF Provisioning. When the Stack is removed from OpenStack (returns 404), the vnfr can be removed

miguelcastilho commented 8 years ago

The issue with mAPI is fixed here #67 The VNFR is removed when OpenStack fails to create the stack or when the VNF Manager receives a request to remove a VNF. Is there any other scenario where the VNFR has to be removed?