[
https://jira.jboss.org/browse/ARQ-285?page=com.atlassian.jira.plugin.syst...
]
Aslak Knutsen commented on ARQ-285:
-----------------------------------
BeforeStart / AfterStart are Container related Events fired from the SuiteContext.
ContainerStarter
fire BeforeStart
DeployableContainer.start
fire AfterStart
ContainerStopper
fire BeforeStop
DeployableContainer.stop
fire AfterStop
use the SuiteContextAppender SPI to register EventHandlers to BeforeStart and AfterStop.
integrate arquillian with compute clouds
----------------------------------------
Key: ARQ-285
URL:
https://jira.jboss.org/browse/ARQ-285
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Cloud
Reporter: Adrian Cole
Assignee: Adrian Cole
Priority: Optional
Fix For: 1.0.0.Beta1
Original Estimate: 2 weeks
Remaining Estimate: 2 weeks
It would be useful to integrate arquillian with compute cloud provisioning apis such as
EC2 and Rackspace. In doing so, one can test on a specific set of operating systems,
larger and smaller sizes, and also ensure they know how to build the configuration from
scratch.
One implementation idea:
BeforeStart = Run Node with Start Server Shell command
AfterStop = Destroy Node
jclouds could provide the mechanism to run/destroy/query independent of cloud provider
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira