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: 59aea228f2a1e4823a9ee37bf871a5fbc145fc66
4
- data.tar.gz: 0d6ec5e9e2cd48d03b5eff1ba2788057b2d903a0
3
+ metadata.gz: 5abc9e0a13a47f776ac26c1f35eabd1f3dced190
4
+ data.tar.gz: 2838b195b2509a4dbb2f78e2ed8c8e787f0a9d6b
5
5
  SHA512:
6
- metadata.gz: 7c7d33a483e98f4a749defff7e7e3cf20c7531eceb7ca6686061a6b67a5a51f7d44b0cc9d823b62691e02adabf23cac3f9bddd7cea6c24863b89e785a4ad360f
7
- data.tar.gz: a9e96fe08b81ae251a82695e9e2a4251070745c616e6e1c6f7f083516287ba13f925c93ea704c5414c52fce12d4d66d35f647470b487346edf0ffc1a44c5dc77
6
+ metadata.gz: 7726810419490361fbdfe442e38be4cc612d17f58a535ffc0e857f10432358b2b6bb49402a462cb1d0aac56c0b58eca13aacc56453482892e2e8ecd385298050
7
+ data.tar.gz: 21227671e9cc64b6aa3b9dc8bd6f32bf0f16a50e60afd55eeb7ffb8463dacf456865c6f12ba5d1af01d9ec24f6c0012185815f9da9ab044975e9dc163cd41bcb
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- 0.7.0 (Unreleased)
1
+ 0.7.0 (July 15th, 2015)
2
2
 
3
3
  - Add support for tracking deployments with [deployment-tracker](https://github.com/Cimpress-MCP/deployment-tracker).
4
4
  Add configuration option `config.orchestrate.tracker_host = 'deploymenttracker.mydomain.com'`
@@ -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 log messages, including console output
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 being tracked in deployment-tracker with ID: #{id}")
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 = {
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Orchestrate
3
- VERSION = "0.7.0.pre.5"
3
+ VERSION = "0.7.0"
4
4
  end
5
5
  end
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.pre.5
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-13 00:00:00.000000000 Z
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: 1.3.1
167
+ version: '0'
168
168
  requirements: []
169
169
  rubyforge_project:
170
170
  rubygems_version: 2.0.14