murakumo 0.4.2 → 0.4.3
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/etc/murakumo.server +3 -3
- data/etc/murakumo.yml.example +3 -3
- data/lib/misc/murakumo_const.rb +1 -1
- metadata +25 -25
data/etc/murakumo.server
CHANGED
|
@@ -85,14 +85,14 @@ max-ip-num: 8
|
|
|
85
85
|
#addr-excludes:
|
|
86
86
|
|
|
87
87
|
#balancing:
|
|
88
|
-
# ^app-.*: # destination
|
|
88
|
+
# ^app-.*: # destination alias regex
|
|
89
89
|
# algorithm: random # balancing algorithm
|
|
90
90
|
# max-ip-num: 1
|
|
91
|
-
# ^db-.*: # destination
|
|
91
|
+
# ^db-.*: # destination alias regex
|
|
92
92
|
# algorithm: fix_by_src # balancing algorithm
|
|
93
93
|
# sources: foo, bar # source alias name (fix_by_src only)
|
|
94
94
|
# max-ip-num: 8
|
|
95
|
-
# ^cache-.*: # destination
|
|
95
|
+
# ^cache-.*: # destination alias regex
|
|
96
96
|
# algorithm: fix_by_src2 # balancing algorithm
|
|
97
97
|
# sources: zoo # source alias name (fix_by_src only)
|
|
98
98
|
|
data/etc/murakumo.yml.example
CHANGED
|
@@ -25,14 +25,14 @@ max-ip-num: 8
|
|
|
25
25
|
#addr-excludes:
|
|
26
26
|
|
|
27
27
|
#balancing:
|
|
28
|
-
# ^app-.*: # destination
|
|
28
|
+
# ^app-.*: # destination alias regex
|
|
29
29
|
# algorithm: random # balancing algorithm
|
|
30
30
|
# max-ip-num: 1
|
|
31
|
-
# ^db-.*: # destination
|
|
31
|
+
# ^db-.*: # destination alias regex
|
|
32
32
|
# algorithm: fix_by_src # balancing algorithm
|
|
33
33
|
# sources: foo, bar # source alias name (fix_by_src only)
|
|
34
34
|
# max-ip-num: 8
|
|
35
|
-
# ^cache-.*: # destination
|
|
35
|
+
# ^cache-.*: # destination alias regex
|
|
36
36
|
# algorithm: fix_by_src2 # balancing algorithm
|
|
37
37
|
# sources: zoo # source alias name (fix_by_src only)
|
|
38
38
|
|
data/lib/misc/murakumo_const.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: murakumo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 9
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.4.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- winebarrel
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2012-01-06 00:00:00 +09:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -58,12 +58,12 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
hash:
|
|
61
|
+
hash: 17
|
|
62
62
|
segments:
|
|
63
63
|
- 0
|
|
64
64
|
- 2
|
|
65
|
-
-
|
|
66
|
-
version: 0.2.
|
|
65
|
+
- 3
|
|
66
|
+
version: 0.2.3
|
|
67
67
|
type: :runtime
|
|
68
68
|
version_requirements: *id003
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
@@ -97,34 +97,34 @@ extra_rdoc_files: []
|
|
|
97
97
|
|
|
98
98
|
files:
|
|
99
99
|
- README
|
|
100
|
-
- bin/
|
|
100
|
+
- bin/mrkmctl
|
|
101
101
|
- bin/murakumo
|
|
102
|
+
- bin/murakumo-install-init-script
|
|
103
|
+
- bin/murakumo-show-ec2-instances
|
|
102
104
|
- bin/murakumo-show-ec2-tags
|
|
103
105
|
- bin/murakumo-show-ip-address
|
|
104
|
-
- bin/murakumo-install-init-script
|
|
105
|
-
- bin/mrkmctl
|
|
106
106
|
- lib/cli/mrkmctl.rb
|
|
107
|
+
- lib/cli/mrkmctl_options.rb
|
|
107
108
|
- lib/cli/murakumo.rb
|
|
108
|
-
- lib/cli/murakumo_options.rb
|
|
109
109
|
- lib/cli/murakumo_initializer_context.rb
|
|
110
|
-
- lib/cli/
|
|
110
|
+
- lib/cli/murakumo_options.rb
|
|
111
111
|
- lib/misc/murakumo_const.rb
|
|
112
|
-
- lib/
|
|
113
|
-
- lib/
|
|
114
|
-
- lib/util/murakumo_self_ip_address.rb
|
|
115
|
-
- lib/util/murakumo_ec2_client.rb
|
|
112
|
+
- lib/srv/murakumo_balancer.rb
|
|
113
|
+
- lib/srv/murakumo_cloud.rb
|
|
116
114
|
- lib/srv/murakumo_health_check_context.rb
|
|
117
|
-
- lib/srv/murakumo_server.rb
|
|
118
115
|
- lib/srv/murakumo_health_check_notifier.rb
|
|
119
116
|
- lib/srv/murakumo_health_checker.rb
|
|
120
|
-
- lib/srv/
|
|
121
|
-
- lib/
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
117
|
+
- lib/srv/murakumo_server.rb
|
|
118
|
+
- lib/util/murakumo_ec2_client.rb
|
|
119
|
+
- lib/util/murakumo_ec2_instances.rb
|
|
120
|
+
- lib/util/murakumo_ec2_tags.rb
|
|
121
|
+
- lib/util/murakumo_self_ip_address.rb
|
|
122
|
+
- etc/dhclient-script.patch
|
|
125
123
|
- etc/gai.conf.example
|
|
124
|
+
- etc/murakumo-init.rb.for-ec2
|
|
126
125
|
- etc/murakumo-update-config-for-ec2
|
|
127
|
-
- etc/
|
|
126
|
+
- etc/murakumo.server
|
|
127
|
+
- etc/murakumo.yml.example
|
|
128
128
|
has_rdoc: true
|
|
129
129
|
homepage: https://bitbucket.org/winebarrel/murakumo
|
|
130
130
|
licenses: []
|
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
requirements: []
|
|
156
156
|
|
|
157
157
|
rubyforge_project:
|
|
158
|
-
rubygems_version: 1.
|
|
158
|
+
rubygems_version: 1.4.2
|
|
159
159
|
signing_key:
|
|
160
160
|
specification_version: 3
|
|
161
161
|
summary: Murakumo is the internal DNS server which manages name information using a gossip protocol.
|