geemus
|
32960d165a
|
[compute] fixes/skips to get examples working
|
2011-06-24 14:27:31 -07:00 |
|
geemus
|
794ff0d181
|
[compute|aws] remove debug output from last commit
|
2011-06-23 17:13:58 -07:00 |
|
geemus
|
7ae749c2c3
|
[compute|aws] improve consistency of waiting for ssh to be ready
|
2011-06-23 17:10:38 -07:00 |
|
geemus
|
69407efdbb
|
[compute] refactor provider/service namespacing
|
2011-06-16 16:29:14 -07:00 |
|
geemus
|
18992e951b
|
Merge remote branch 'phlipper/scp-options'
Conflicts:
lib/fog/compute/models/aws/server.rb
lib/fog/compute/models/bluebox/server.rb
lib/fog/compute/models/go_grid/server.rb
lib/fog/compute/models/rackspace/server.rb
lib/fog/compute/models/slicehost/server.rb
lib/fog/compute/models/virtual_box/server.rb
lib/fog/core/scp.rb
|
2011-06-13 10:53:08 -07:00 |
|
Phil Cohen
|
a840dd7224
|
use a hash not nil for default scp_options
|
2011-06-11 00:50:45 -07:00 |
|
Phil Cohen
|
b9198da1f7
|
add Net::SCP options parameter to Fog::SCP proxy
|
2011-06-11 00:08:30 -07:00 |
|
Luke Robins
|
2e567a870d
|
Add an options hash to scp. Set to {} by default
|
2011-06-08 12:27:20 +10:00 |
|
Luke Robins
|
1066d9eded
|
Add recursive argument to server scp methods. Set to false by default
|
2011-06-05 17:11:57 +10:00 |
|
Martin Emde
|
df63e9bc43
|
[aws|compute] Use #public_ip_address instead of deprecated #ip_address in Server#setup
|
2011-06-02 16:49:40 -07:00 |
|
Michael Conigliaro
|
9d65d9544d
|
:size should be a number in GB, not an instance size (e.g. "t1.micro")
|
2011-05-20 23:21:44 -06:00 |
|
geemus
|
05f072eddb
|
[compute|aws] change default flavor to t1.micro (so it will be 64-bit)
|
2011-04-15 10:43:18 -07:00 |
|
geemus
|
945df29845
|
default to Ubuntu 10.04 LTS 64bit for image id
|
2011-04-14 16:31:58 -07:00 |
|
Gerred Dillon
|
340bd9038f
|
Adding the ENV has key check, making the File open syntax cleaner
|
2011-04-02 10:06:22 -06:00 |
|
Gerred Dillon
|
83ddf309d6
|
Making the naming even less brittle
|
2011-03-31 02:09:53 -06:00 |
|
Gerred Dillon
|
66d155d3cc
|
Making some tests, and making writable public
|
2011-03-31 01:48:34 -06:00 |
|
Gerred Dillon
|
b367e7848d
|
Making key pair names a little less potentially brittle
|
2011-03-31 01:39:44 -06:00 |
|
Gerred Dillon
|
9f9fc7d90d
|
Updating key pair for write method to write out keypairs into properly chmodded files
|
2011-03-31 01:31:33 -06:00 |
|
Pieter van de Bruggen
|
a093f7c31f
|
Connection#keypairs has been moved to Connection#key_pairs.
|
2011-03-28 13:47:57 -07:00 |
|
geemus
|
bf7f269ce6
|
[aws|compute] move remaining rspec to shindo
|
2011-03-21 16:45:52 -07:00 |
|
gilles
|
01cfd42011
|
parser is much closer to the original XML
test updates @data
|
2011-03-15 15:35:32 -07:00 |
|
gilles
|
87b5a30e19
|
monitor / unmonitor for AWS
|
2011-03-11 13:06:49 -08:00 |
|
geemus
|
5d1fa26e5e
|
[compute|aws] make FLAVORS a constant
closes #203
|
2011-03-07 11:55:11 -08:00 |
|
Eric Abbott
|
8af0538cd9
|
tag.destroy was resulting in NoMethodError: undefined method "keys" for "":String. changed 2nd attribute to delete_tags to be the expected hash.
|
2011-03-02 03:10:14 +08:00 |
|
Allan
|
de7a6b0564
|
[aws|server] fixed deprecation warnings for ip_address
|
2011-02-25 08:49:10 +08:00 |
|
Allan
|
8ccbd4917d
|
added basic scp support
|
2011-02-25 08:49:10 +08:00 |
|
geemus
|
6f7dd6ddea
|
should extend with deprecation, not include
|
2011-02-23 10:45:50 -08:00 |
|
geemus
|
9a40a17e9f
|
[compute] consolidate ip accessors
closes #60
|
2011-02-22 16:36:15 -08:00 |
|
crazed
|
4f9972efcd
|
[aws|compute] authorize/revoke security group requests name should be required param
|
2011-02-23 02:54:54 +08:00 |
|
geemus
|
70af200dda
|
removing more deprecated stuff
|
2011-02-16 16:41:39 -08:00 |
|
geemus
|
3784effdd1
|
[compute] disable password auth for current user, rather than always root
|
2011-01-31 17:42:53 -08:00 |
|
Tom Stuart
|
5694180508
|
Make :private_key optional in Fog::*::Compute::Server#ssh
Net::SSH can authenticate with the ssh-agent, so a private key is only
required if ENV['SSH_AGENT_SOCK'] is not set.
|
2011-01-25 03:14:46 +08:00 |
|
phiggins
|
a66cb9e157
|
Fix some more broken paths.
|
2011-01-15 02:22:20 +08:00 |
|
geemus
|
3be53104be
|
[compute] consolidate
|
2011-01-07 16:52:09 -08:00 |
|