Class: Elasticity::GangliaBootstrapAction

Inherits:
BootstrapAction show all
Defined in:
lib/elasticity/ganglia_bootstrap_action.rb

Instance Attribute Summary

Attributes inherited from BootstrapAction

#arguments, #name, #script

Instance Method Summary collapse

Methods inherited from BootstrapAction

#to_aws_bootstrap_action

Constructor Details

#initializeGangliaBootstrapAction

Returns a new instance of GangliaBootstrapAction.



5
6
7
8
# File 'lib/elasticity/ganglia_bootstrap_action.rb', line 5

def initialize
  super('s3://elasticmapreduce/bootstrap-actions/install-ganglia')
  self.name = 'Elasticity Bootstrap Action (Install Ganglia)'
end