Sha256: e795201d7ae64f374059724b43f1ce06f66549b8acbb39b3bbe1a9df1f4d7218
Contents?: true
Size: 654 Bytes
Versions: 18
Compression:
Stored size: 654 Bytes
Contents
require "poolparty" require 'poolparty-extensions' pool "poolparty" do instances 1 cloud "vmware" do keypair "id_rsa" using :vmware do image_id "/Users/nmurray/Documents/VMware/Ubuntu-jaunty.vmwarevm/Ubuntu-jaunty.vmx" public_ip "192.168.133.128" end has_hermes has_file "/etc/motd", :content => "welcome to your instance" has_convenience_helpers end end # hermes # want to be able to run cloud configure to update it # but want to be able to pull from locally to configure it # submodules? # node name # install path # how to upload the escript target system # how to upload the tar.gz of the release
Version data entries
18 entries across 18 versions & 3 rubygems