Sha256: 9f1a26711f2c3ce858adcae6210a95c6c132b22a7dcdc99ec76fa661a3ffd38c

Contents?: true

Size: 408 Bytes

Versions: 10

Compression:

Stored size: 408 Bytes

Contents

#!/usr/bin/env ruby
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require "poolparty"
require "poolpartycl"

o = PoolParty::Optioner.new(ARGV) do |opts, optioner|
  opts.on('-n name', '--name name', 'Host name')    { |h| optioner.hostname h }
  opts.on('-k', '--kill', 'Kill the server')    { optioner.kill true }
end

o.loaded_clouds.each do |cloud|
    
  PoolParty::Agent.run_for cloud
  
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
auser-poolparty-1.0.0 bin/server-start-agent
auser-poolparty-1.1.1 bin/server-start-agent
auser-poolparty-1.1.3 bin/server-start-agent
auser-poolparty-1.1.4 bin/server-start-agent
auser-poolparty-1.1.5 bin/server-start-agent
auser-poolparty-1.1.6 bin/server-start-agent
auser-poolparty-1.1.7 bin/server-start-agent
fairchild-poolparty-1.1.3 bin/server-start-agent
fairchild-poolparty-1.1.4 bin/server-start-agent
fairchild-poolparty-1.1.5 bin/server-start-agent