openbaton / generic-vnfm

Repository containing the source code of the generic VNFM
Apache License 2.0
20 stars 20 forks source link

Lifecycle event in MODIFY is not executed #36

Closed lorenzotomasini closed 6 years ago

lorenzotomasini commented 7 years ago

If in the modify there is a script with underscore but without any relation type (just a script to be executed) it is not executed because:

https://github.com/openbaton/generic-vnfm/blob/develop/src/main/java/org/openbaton/vnfm/generic/core/LifeCycleManagement.java#L126-L140

however i don't know if we want to forbid the execution of a script without relation in the modify

gc4rella commented 7 years ago

yes, as long as there is a script in MODIFY, it should be executed. We should also consider that (in theory) the MODIFY lifecycle event may be used also whenever the VNFR configuration parameters are modified by users.

marcellom commented 6 years ago

being fixed in rel 6.