As I know Cloudify's Chef Plugin allow to define operation in keyword:
runlists:
with default prefixs are:
cloudify.interfaces.lifecycle, cloudify.interfaces.relationship_lifecycle
So now I want to run relationship's operations such as
cloudify.interfaces.relationship_lifecycle.preconfigure
as below
runlists:
----preconfigure: scripts/pre.sh
then I don't know which interface will be run? Source interface or target? And if I want to specify to run target interface, how can i do that?