prima-twig 1.3.7 → 1.3.8

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: a95ae976ed363de270085df7243c4eb91ed3a081a19e4e695f252ce15666bec4
4
- data.tar.gz: de8d04ef78a19770304483698c220a28eb8336d16ef7a8a09906556629f0aee3
3
+ metadata.gz: 05b8e6ea2b34f2253c198695c6e46ac763b7ac290f3f9070ce6f2bbd27f2bf6b
4
+ data.tar.gz: 67b7416f8b613001af2f4b56ebed3f213d5f7c7cc905e7bd8e1b98fe04c3e311
5
5
  SHA512:
6
- metadata.gz: 1c2bcf8e5f627d36dbd8330342a9e4263d3a5ff193f76ef1a9ff93df4e90d0d81d484a1eb3496d14173b325619f77882607ed2b79c7f13b1426702afe38e5264
7
- data.tar.gz: 9af61547c40b6d1b04446de8139451de9e406dc6e88e9cdb3801c6543a261722d17e00ca2dc3a3e45ba79aa6c089db3957ef3c16b604bb20bae70e03bba55a45
6
+ metadata.gz: 889052a90214299137f00075a6e866192bc9b8ba12146fec2dce7eddfc5bf24e3931c7882fac4ab160a0539c943f19601984672fe40828b1f542285523ad4ea6
7
+ data.tar.gz: cfb1b7273e8249961a8616c99c3b6c4411cfbeae1b6035bddb0d36727fb9a50c5097b548b344c4c577e63e429b14227ed23a8efce7738489e4fa8b4fab4498fa
@@ -51,7 +51,8 @@ class Release
51
51
  'lira' => {},
52
52
  'frontale' => {},
53
53
  'baggio' => {},
54
- 'mario' => {}
54
+ 'mario' => {},
55
+ 'zuhause' => {}
55
56
  }
56
57
  @base_stack_name_alb = 'ecs-alb-http-public-qa-'
57
58
  @base_stack_name_alb_ws = 'ecs-alb-ws-public-qa-'
@@ -39,11 +39,15 @@ class TwigUpdateAmi
39
39
  end
40
40
 
41
41
  update_stack_reuse_template(stack, stack_parameters)
42
- # update stack sequentially to avoid alb throttling
43
- wait_for_stack_ready(stack, %w[CREATE_FAILED ROLLBACK_IN_PROGRESS ROLLBACK_FAILED DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETE UPDATE_ROLLBACK_FAILED UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_ROLLBACK_COMPLETE ROLLBACK_COMPLETE])
44
42
  end
45
43
  end
46
44
 
45
+ stacks.each do |stack|
46
+ next if stack.include?('qa')
47
+
48
+ wait_for_stack_ready(stack, %w[CREATE_FAILED ROLLBACK_IN_PROGRESS ROLLBACK_FAILED DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETE UPDATE_ROLLBACK_FAILED UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_ROLLBACK_COMPLETE ROLLBACK_COMPLETE])
49
+ end
50
+
47
51
  output 'Saving new ami in ami_state.yml'.light_green
48
52
  File.open(@state_path, 'r') do |f|
49
53
  @config = YAML.load(f.read)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.7
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2021-01-26 00:00:00.000000000 Z
17
+ date: 2021-01-27 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: aws-sdk-autoscaling