awsborn 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.mdown +1 -10
  2. data/VERSION +1 -1
  3. data/lib/awsborn/server.rb +1 -1
  4. metadata +3 -3
data/README.mdown CHANGED
@@ -102,7 +102,7 @@ Keys that override server type settings:
102
102
  ### Launching a cluster
103
103
 
104
104
  The `launch` method on the cluster checks to see if each server is running by checking
105
- if *one of the server's disks is attached to an EC2 instance*, i.e., the server is
105
+ if the server's disks are attached to an EC2 instance, i.e., the server is
106
106
  defined by its content, not by its AMI or ip address.
107
107
 
108
108
  Servers that not running are started by calling the `start` method on the server,
@@ -159,14 +159,6 @@ This is what we use with the AMI above:
159
159
 
160
160
  No bugs are known at this time.
161
161
 
162
- If a server is defined with two disks and the disks are attached to different
163
- EC2 instances, the server will still be considered running. If one disk is
164
- attached and the other isn't, one of these things will happen:
165
-
166
- * The server is considered to be running, *or*
167
- * The server is considered down and an attempt to start it will likely fail since
168
- one disk is already attached to another instance.
169
-
170
162
  ### Untested features
171
163
 
172
164
  * Launching without ssh keys. (I suppose certain AMIs would support that.)
@@ -175,7 +167,6 @@ attached and the other isn't, one of these things will happen:
175
167
  ## To do / Could do
176
168
 
177
169
  * Tests.
178
- * Add cloud watch
179
170
  * Dynamic discovery of instance types and availability zones.
180
171
  * Hack RightAws to verify certificates.
181
172
  * Elastic Load Balancing.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -101,7 +101,7 @@ module Awsborn
101
101
  :availability_zone => constant(zone),
102
102
  :key_name => key_pair.name,
103
103
  :group_ids => security_group,
104
- :monitor_enabled => monitor
104
+ :monitoring_enabled => monitor
105
105
  )
106
106
  logger.debug @launch_response
107
107
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Vrensk
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-14 00:00:00 +02:00
17
+ date: 2010-04-15 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency