Class: RightScale::InfrastructureAgentDeployer

Inherits:
AgentDeployer
  • Object
show all
Defined in:
lib/right_infrastructure_agent/scripts/infrastructure_agent_deployer.rb

Class Method Summary collapse

Class Method Details

.runObject

Create and run deployer

Return

true

Always return true



103
104
105
106
# File 'lib/right_infrastructure_agent/scripts/infrastructure_agent_deployer.rb', line 103

def self.run
  d = InfrastructureAgentDeployer.new
  d.deploy(d.parse_args)
end