vagrant-orchestrate 0.7.0.pre.5 → 0.7.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5abc9e0a13a47f776ac26c1f35eabd1f3dced190
|
|
4
|
+
data.tar.gz: 2838b195b2509a4dbb2f78e2ed8c8e787f0a9d6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7726810419490361fbdfe442e38be4cc612d17f58a535ffc0e857f10432358b2b6bb49402a462cb1d0aac56c0b58eca13aacc56453482892e2e8ecd385298050
|
|
7
|
+
data.tar.gz: 21227671e9cc64b6aa3b9dc8bd6f32bf0f16a50e60afd55eeb7ffb8463dacf456865c6f12ba5d1af01d9ec24f6c0012185815f9da9ab044975e9dc163cd41bcb
|
data/CHANGELOG.md
CHANGED
data/docs/deployment_tracker.md
CHANGED
|
@@ -9,7 +9,7 @@ whether you're deploying from your laptop to a cloud instance or from a build sl
|
|
|
9
9
|
1. Deployments starting
|
|
10
10
|
2. Deployment starting on a server
|
|
11
11
|
3. Deployment completing on a server
|
|
12
|
-
4. Vagrant
|
|
12
|
+
4. Vagrant console output
|
|
13
13
|
5. Deployment completion
|
|
14
14
|
|
|
15
15
|
The summary record for a successful deployment to 4 servers using the half_half strategy is recorded as follows:
|
|
@@ -18,6 +18,7 @@ module VagrantPlugins
|
|
|
18
18
|
return unless host
|
|
19
19
|
@logger.debug("Tracking deployment end to #{host}.")
|
|
20
20
|
id = VagrantPlugins::Orchestrate::DEPLOYMENT_ID
|
|
21
|
+
ui.info("Deployment tracked in deployment-tracker with ID: #{id}")
|
|
21
22
|
result = success ? "success" : "failure"
|
|
22
23
|
elapsed_seconds = (Time.now - start).to_i
|
|
23
24
|
deployment = { deployment_id: id,
|
|
@@ -18,7 +18,7 @@ module VagrantPlugins
|
|
|
18
18
|
def track_deployment_start(host, status, ui, args)
|
|
19
19
|
return unless host
|
|
20
20
|
id = VagrantPlugins::Orchestrate::DEPLOYMENT_ID
|
|
21
|
-
ui.info("Deployment
|
|
21
|
+
ui.info("Deployment tracked in deployment-tracker with ID: #{id}")
|
|
22
22
|
@logger.debug("Tracking deployment start to #{host}.")
|
|
23
23
|
hostname = `hostname`.chomp
|
|
24
24
|
deployment = {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-orchestrate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.0
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Baldauf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deployment-tracker-client
|
|
@@ -162,9 +162,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
162
162
|
version: '0'
|
|
163
163
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
requirements:
|
|
165
|
-
- - '
|
|
165
|
+
- - '>='
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version:
|
|
167
|
+
version: '0'
|
|
168
168
|
requirements: []
|
|
169
169
|
rubyforge_project:
|
|
170
170
|
rubygems_version: 2.0.14
|