awsborn 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.mdown +1 -10
- data/VERSION +1 -1
- data/lib/awsborn/server.rb +1 -1
- 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
|
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.
|
1
|
+
0.2.1
|
data/lib/awsborn/server.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
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-
|
17
|
+
date: 2010-04-15 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|