cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2275
Views
1
Helpful
1
Replies

How to remove zombie services

neetimit
Cisco Employee
Cisco Employee

Hello!!

 

I am trying to remove some service instances that I created using NFVO FP.

Basically when I created the CSR provisioning service instance, the ESC deployment failed. So I deleted the NSO service instance, expecting that it would remove the service as well as ESC failed deployment, but after deleting I noticed it has left a zombie service show below.

 

I don't see any vnf-info in NSO for this service, not sure why this is leftover? How do I cleanup these zombie services?

 

Also what is the right process to remove vnf service on nso without creating any zombie? any actions or delete service package available?

 

 

 

zombies service /nfv/cisco-nfvo:vnf-info[name='CSR-VM-22']

 delete-path /nfv/cisco-nfvo:vnf-info[name='CSR-VM-22']

                                                                                                  POST    

                                                     BACK                                         ACTION  

TYPE        NAME                                     TRACK  GOAL  STATE   STATUS       WHEN  ref  STATUS  

----------------------------------------------------------------------------------------------------------

self        self                                     false  -     init    reached      -     -    -       

                                                                  ready   not-reached  -     -    -       

deployment  austx-lab-dev-esc-01-vnf-info-CSR-VM-22  false  -     init    reached      -     -    -       

                                                                  create  reached      -     -    -       

                                                                  ready   not-reached  -     -    -       

 

1 Reply 1

neetimit
Cisco Employee
Cisco Employee

I was able to do it, by using:

 

nfv internal netconf-deployment-plan ..... force-back-track for each component

and then re-deploy of zombie service.