shards 2.6.pre.rc1 → 2.6.pre.rc2

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
  SHA256:
3
- metadata.gz: 0b146af1b15c1dc1d7f0457425b62ac40c68c9203af0eb7cca60363965afd4bb
4
- data.tar.gz: 7488b0379cbedcebe48834b0a88a5845f7ab28e3ef99731686a5239c689071f4
3
+ metadata.gz: f33894e2cbca652dbbfda6a5497df61de900532b23f19461a6d4f943b17ae8e8
4
+ data.tar.gz: 03dc378b3cf0ad361f249a4c72cd440e897c319e8ce5512008788285538f8071
5
5
  SHA512:
6
- metadata.gz: 1fd6fffa5ae47d0ced60da19f74c523fb14570fde1960bf70fd577f9b4bb1f41fad39b9cb3a2d4d264c16541f56ba6418f079adfd12753780e66104909b2b869
7
- data.tar.gz: 1a3c3431fa7f69e53bfe95bbf0d9f937d5b712a1f0692c227f4cb82d42fa3b4c41af3b6511cf17ee69b24e425a3d5f52cc993fb91c821ddd5b09d1164b336492
6
+ metadata.gz: ae7d83e38fa8e928d247002b5410e5794c59b25bcb71f4fe1c46c2ca4aff78972874eff12c00ef9213dfb353a3fa8a067bf457cbee4e6b8ca1da5ad36de7e26f
7
+ data.tar.gz: e498a4ef0061b82bb00a29abf4a8f550c4b577ecef21f3d16e7ce710d841a43c177db38bb5fe70dbaee4bafc454f557be7f9229fee2ba44a525d7e929a674826
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shards (2.6.pre.rc1)
4
+ shards (2.6.pre.rc2)
5
5
  aws-sdk-ec2 (~> 1.48)
6
6
  aws-sdk-elasticloadbalancing (~> 1.5)
7
7
  aws-sdk-elasticloadbalancingv2 (~> 1.14)
@@ -65,11 +65,11 @@ shared_steps:
65
65
 
66
66
  loop_step:
67
67
  correct: puppet_agent_update
68
- message: The step %s will be executed after wait %d seconds.
68
+ message: The step %s will be executed and then wait %d seconds to the next loop.
69
69
  wrong: finish
70
70
  wrong_message: This is the %dth loop. The maximun is (%d).
71
- total_loops: 3
72
- seconds_between_loop: 300
71
+ total_loops: 5
72
+ seconds_between_loop: 180
73
73
 
74
74
  dns_upsert:
75
75
  message: The dns record with the host %s has been succesfully created.
@@ -29,7 +29,7 @@ fingerprints_by_api:
29
29
  wrong: finish
30
30
  wrong_message: This is the %dth loop. The maximun is (%d).
31
31
  total_loops: 1
32
- seconds_between_loop: 300
32
+ seconds_between_loop: 1
33
33
 
34
34
  correct_steps_summary:
35
35
  - validate_client
@@ -1,3 +1,3 @@
1
1
  module Shards
2
- VERSION = "2.6-rc1"
2
+ VERSION = "2.6-rc2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shards
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.pre.rc1
4
+ version: 2.6.pre.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego PL