Open RuthDevlaeminck opened 6 years ago
Hi,
when you
Load VNF Package X requesting Image 1 then Image 2 if Image 1 not available
are you specifying the vimInstanceName?
If I delete the NSD and VNF Package and then reload it I get the expected behavior.
I think this is only a random behaviour... this needs deeper debug.
I will work on this in order to achieve this behaviour:
It is impossible to know at descriptor onboarding time if it will be deployed correctly or not. We must maintain the possibility to choose the vim at deployment time, thus the real check will be executed at deployment time
I was specifying the vim instance. And your solution sounds great!
Example Situation:
I would expect it to use Image 1 since Image 1 is now available but instead it uses Image 2. If I delete the NSD and VNF Package and then reload it I get the expected behavior. I believe the image id is being cached when the VNF package is uploaded and it is not being updated when the NSD is launched.