Sha256: bded4fc3e1ce229a5c9595c2423ade2d464091861d44c8efe01342e3ab443d7f

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

class Stack < Thor

	desc "stack create STACKFILE", "create a stack of servers"
  def create(stackfile)
    CloudstackCli::Cli.new.bootstrap_server(
        name,
        options[:zone],
        options[:template],
        options[:offering],
        options[:networks],
        options[:port_forwarding],
        options[:project]
      )
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cloudstack-cli-0.0.5 lib/cloudstack-cli/commands/stack.rb
cloudstack-cli-0.0.4 lib/cloudstack-cli/commands/stack.rb