sample agent-flow.conf file
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/903eb6af Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/903eb6af Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/903eb6af Branch: refs/heads/master Commit: 903eb6afa4beb772b48576587e81272a46d5e08f Parents: 4135dcb Author: Nirmal Fernando <[email protected]> Authored: Mon Mar 10 15:09:53 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Mon Mar 10 15:09:53 2014 +0530 ---------------------------------------------------------------------- .../distribution/src/main/conf/agent-flow.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/903eb6af/products/cartridge-agent/modules/distribution/src/main/conf/agent-flow.conf ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/conf/agent-flow.conf b/products/cartridge-agent/modules/distribution/src/main/conf/agent-flow.conf new file mode 100644 index 0000000..f9ccb19 --- /dev/null +++ b/products/cartridge-agent/modules/distribution/src/main/conf/agent-flow.conf @@ -0,0 +1,14 @@ +[Initializing]=org.apache.stratos.cartridge.agent.phase.impl.InitializingPhase +org.apache.stratos.cartridge.agent.executor.impl.StartListenersExtensionExecutor +org.apache.stratos.cartridge.agent.executor.impl.ScriptExtensionExecutor=instance-started.sh + +[Starting]=org.apache.stratos.cartridge.agent.phase.impl.StartingPhase +org.apache.stratos.cartridge.agent.executor.impl.ScriptExtensionExecutor=start-servers.sh +org.apache.stratos.cartridge.agent.executor.impl.WaitTillActivateExtensionExecutor +org.apache.stratos.cartridge.agent.executor.impl.PersistenceVolumeExtensionExecutor + +[WorkingPhase]=org.apache.stratos.cartridge.agent.phase.impl.WorkingPhase +org.apache.stratos.cartridge.agent.executor.impl.LogPublisherExtensionExecutor +org.apache.stratos.cartridge.agent.executor.impl.KeepAgentLiveExtensionExecutor + +[CleanUpPhase]=org.apache.stratos.cartridge.agent.phase.impl.CleanUpPhase
