I've run into a situation where I would like to deploy a collection of modules, via the deployCollectionXXX task, but need one of the modules to be deployed at an earlier runlevel than the others (as it loads some external data into a Persistent Data Store, which the other modules subsequently reference). Currently, I get deployment errors due to one of the relying modules referencing the PDS resource before it's created.
Would it be possible to add an optional runlevel parameter to each module in the deploy { ... } block? If not, do you have any suggestions on how to handle this situation?
Thanks in advance!
--Gary
I've run into a situation where I would like to deploy a collection of modules, via the
deployCollectionXXXtask, but need one of the modules to be deployed at an earlier runlevel than the others (as it loads some external data into a Persistent Data Store, which the other modules subsequently reference). Currently, I get deployment errors due to one of the relying modules referencing the PDS resource before it's created.Would it be possible to add an optional
runlevelparameter to each module in thedeploy { ... }block? If not, do you have any suggestions on how to handle this situation?Thanks in advance!
--Gary