Class: Command::AmbariInstallCluster

Inherits:
AmbariClusterCommand show all
Defined in:
lib/command/ambari_install_cluster.rb

Overview

Command used to install every host component of a cluster.

Instance Attribute Summary

Attributes inherited from AmbariClusterCommand

#cluster_name

Attributes inherited from BasicCommand

#logger, #receiver

Instance Method Summary collapse

Methods inherited from AmbariClusterCommand

#initialize

Methods inherited from AmbariCommand

#initialize

Methods inherited from BasicCommand

#initialize

Constructor Details

This class inherits a constructor from Command::AmbariClusterCommand

Instance Method Details

#execObject

The execution of the command.



14
15
16
# File 'lib/command/ambari_install_cluster.rb', line 14

def exec()
  @receiver.install_cluster(@cluster_name)
end