org.apache.whirr.service.puppet
Class PuppetInstallClusterActionHandler
java.lang.Object
org.apache.whirr.service.ClusterActionHandler
org.apache.whirr.service.ClusterActionHandlerSupport
org.apache.whirr.service.puppet.PuppetInstallClusterActionHandler
- Direct Known Subclasses:
- PuppetClusterActionHandler
public class PuppetInstallClusterActionHandler
- extends ClusterActionHandlerSupport
Installs puppet (and ruby).
After this service is configured other services can use it to setup/start other services.
To test manually, run whirr launch-cluster with 1 puppet node, then ssh and confirm puppet exists
Methods inherited from class org.apache.whirr.service.ClusterActionHandlerSupport |
addRunUrl, addStatement, afterAction, afterBootstrap, afterConfigure, afterDestroy, afterOtherAction, beforeAction, beforeConfigure, beforeDestroy, beforeOtherAction, getCleanupFunction, getConfiguration, getConfiguration, getConfigureFunction, getFunctionName, getInstallFunction, getStartFunction, getStopFunction, prepareRemoteFileUrl |
PUPPET_INSTALL_ROLE
public static final String PUPPET_INSTALL_ROLE
- See Also:
- Constant Field Values
PuppetInstallClusterActionHandler
public PuppetInstallClusterActionHandler()
getRole
public String getRole()
- Specified by:
getRole
in class ClusterActionHandler
beforeBootstrap
protected void beforeBootstrap(ClusterActionEvent event)
throws IOException,
InterruptedException
- Overrides:
beforeBootstrap
in class ClusterActionHandlerSupport
- Throws:
IOException
InterruptedException
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.