aggkit 0.3.8 → 0.3.8.9027
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 +5 -5
- data/Gemfile.lock +3 -2
- data/bin/aggstart +0 -5
- data/lib/aggkit/ci.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: f78468654793e7e0ff6e308609620569e4059ad4
|
|
4
|
+
data.tar.gz: c11d083c0e8316e26436ca31bfdbee43d9a1eb8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fb0694de6975ac965c61938d6386e7adf97ba7eedb4abb72260b2e837cee38a49accc61b6998538b03a62483485b4553b4ff5dfc5e5c3ccf68203d001979573
|
|
7
|
+
data.tar.gz: cad05033ac03271d7f3a608ff6d856069a3574abadf32afea811e282f0239c173024aa736aea9efac92b06929ef3d34c6a67f13af5953b8a505ad35ac9c5aa3a
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
aggkit (0.3.8)
|
|
4
|
+
aggkit (0.3.8.9027)
|
|
5
5
|
diplomat
|
|
6
6
|
dotenv
|
|
7
7
|
json
|
|
@@ -12,8 +12,9 @@ GEM
|
|
|
12
12
|
specs:
|
|
13
13
|
awesome_print (1.8.0)
|
|
14
14
|
diff-lcs (1.3)
|
|
15
|
-
diplomat (2.0.
|
|
15
|
+
diplomat (2.0.2)
|
|
16
16
|
faraday (~> 0.9)
|
|
17
|
+
json
|
|
17
18
|
dotenv (2.7.1)
|
|
18
19
|
faraday (0.15.4)
|
|
19
20
|
multipart-post (>= 1.2, < 3)
|
data/bin/aggstart
CHANGED
|
@@ -79,11 +79,6 @@ Aggkit::Watcher.new.exec do |watcher|
|
|
|
79
79
|
watcher.add "consul agent #{configs} -node #{@opts[:node_name]}".split
|
|
80
80
|
end
|
|
81
81
|
|
|
82
|
-
if File.exist?('/home/app/docker/start_checker.py')
|
|
83
|
-
watcher.add '/home/app/docker/start_checker.py'
|
|
84
|
-
end
|
|
85
|
-
|
|
86
|
-
|
|
87
82
|
execute!("aggwait -t 20 --consul-addr=#{@opts[:consul]} --consul", 'Timeout for consul service')
|
|
88
83
|
|
|
89
84
|
load_envs_from_consul(@opts[:consul], @opts[:service])
|
data/lib/aggkit/ci.rb
CHANGED
|
@@ -208,7 +208,7 @@ module Aggkit
|
|
|
208
208
|
execute('docker-compose ps')
|
|
209
209
|
execute('docker-compose pull')
|
|
210
210
|
|
|
211
|
-
consul = execute('docker
|
|
211
|
+
consul = execute('docker ps | grep consul').split(' ').first.strip
|
|
212
212
|
puts "CONSULT ID: #{consul}"
|
|
213
213
|
|
|
214
214
|
unless config_file.empty?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aggkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.8
|
|
4
|
+
version: 0.3.8.9027
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Godko Ivan
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-02-
|
|
12
|
+
date: 2019-02-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: diplomat
|
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
191
|
version: '0'
|
|
192
192
|
requirements: []
|
|
193
193
|
rubyforge_project:
|
|
194
|
-
rubygems_version: 2.
|
|
194
|
+
rubygems_version: 2.6.3
|
|
195
195
|
signing_key:
|
|
196
196
|
specification_version: 4
|
|
197
197
|
summary: Helper scripts for work with docker and consul in Aggredator
|