snap-ebs 0.0.9 → 0.0.10
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.
- checksums.yaml +4 -4
- data/lib/plugins/mongo_plugin.rb +2 -2
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20a456f55759accb49bb143e880073a910aa8307
|
|
4
|
+
data.tar.gz: faca27231b579fb71c4b1e79bc3c5fa0a2f37b74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b6c03a64d3ea56701df0c969981264bd1802b66f4145a160fe4d000eb4df5b2690f8b5602b33e0617c49c015d824d875e903937295ae9eb8ba7734ba4b33fe1
|
|
7
|
+
data.tar.gz: eeab94deac2c8e2e4504ec821e84aeff95ecd5ced1e8c8531152de5d4c8948e329302da36222bf3ac77154b133ea02e949c030bdc9dc4a13963c8ab82c47364a
|
data/lib/plugins/mongo_plugin.rb
CHANGED
|
@@ -6,7 +6,7 @@ class SnapEbs::Plugin::MongoPlugin < SnapEbs::Plugin
|
|
|
6
6
|
{
|
|
7
7
|
shutdown: 'Shutdown mongodb server (this is required if your data and journal are on different volumes',
|
|
8
8
|
command: 'Command to start mongodb if the server must be shut down (i.e. multi-volume Wired Tiger)',
|
|
9
|
-
|
|
9
|
+
retry: 'How many times to retry starting or unlocking mongodb (default: 720)',
|
|
10
10
|
interval: 'Interval (in seconds) to wait when retrying (default: 5)',
|
|
11
11
|
user: 'Mongo user',
|
|
12
12
|
password: 'Mongo password',
|
|
@@ -23,7 +23,7 @@ class SnapEbs::Plugin::MongoPlugin < SnapEbs::Plugin
|
|
|
23
23
|
{
|
|
24
24
|
shutdown: false,
|
|
25
25
|
command: "service mongod start",
|
|
26
|
-
|
|
26
|
+
retry: 720,
|
|
27
27
|
interval: 5,
|
|
28
28
|
port: '27017',
|
|
29
29
|
host: 'localhost',
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snap-ebs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bryan Conrad
|
|
@@ -14,56 +14,56 @@ dependencies:
|
|
|
14
14
|
name: fog
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.31'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.31'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: httparty
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0.13'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0.13'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: mysql
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '2.9'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.9'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: mongo
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '2.0'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '2.0'
|
|
69
69
|
description: Easy EBS snapshots that work
|
|
@@ -91,17 +91,17 @@ require_paths:
|
|
|
91
91
|
- lib
|
|
92
92
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- -
|
|
94
|
+
- - '>='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
|
-
- -
|
|
99
|
+
- - '>='
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0'
|
|
102
102
|
requirements: []
|
|
103
103
|
rubyforge_project:
|
|
104
|
-
rubygems_version: 2.4.
|
|
104
|
+
rubygems_version: 2.4.3
|
|
105
105
|
signing_key:
|
|
106
106
|
specification_version: 4
|
|
107
107
|
summary: Easy EBS snapshots that work
|