prima-twig 1.3.5 → 1.3.10

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: 975828594ae14f606a510643c544f4cd363ef6d86be3df0e2e3a1681e4422389
4
- data.tar.gz: 6e30a88cd7ecf87e520b0c96c946a58cd6a5abd022840eae4fee841a9a5fd8d7
3
+ metadata.gz: 545c1bcc7e9059683edfb3d934d178637db98f00cacd38458e8eee905a581013
4
+ data.tar.gz: 28d35ccfe96eef80ecf0980fd6086438b7e42522bcd119c16dba5c18ee1c73cd
5
5
  SHA512:
6
- metadata.gz: 7c2c214e6a37ee5103ff495cfb63717bde238d740810426dd2639d25d57b7d6825659749c423b8e55518f20866b05f4c940f465124d38b3a43cc50725bca322a
7
- data.tar.gz: 1e7127439d07ff017821ca372dcde66465aa7eb43a25391ee6ccd7bd033e41f6639402edadfcecb434dfbc728a30b9a633b3e8bc1fddb41f59fbd0b8a03d1b4e
6
+ metadata.gz: 9b144c96b989a05d2e67881a4dbf6ef870da0c2213408b7892df1f7843716697eeccd53dcc7e14ee0366532224f00c2464c7b7aa7c1245a321ea0fbaa10f283f
7
+ data.tar.gz: 9500987fa7cd3314d097021030e01426c6f81de8b349d45903c732c9e10b8843f4d8b927319ac21718081b37c52246014135f57c59ede05d1736b36e3eeafa9f
data/bin/twig-feature CHANGED
@@ -50,7 +50,11 @@ class Release
50
50
  'toretto' => {},
51
51
  'lira' => {},
52
52
  'frontale' => {},
53
- 'baggio' => {}
53
+ 'baggio' => {},
54
+ 'mario' => {},
55
+ 'zuhause' => {},
56
+ 'pyxis' => {},
57
+ 'caritas' => {}
54
58
  }
55
59
  @base_stack_name_alb = 'ecs-alb-http-public-qa-'
56
60
  @base_stack_name_alb_ws = 'ecs-alb-ws-public-qa-'
data/bin/twig-update-ami CHANGED
@@ -39,15 +39,11 @@ 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])
42
44
  end
43
45
  end
44
46
 
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
-
51
47
  output 'Saving new ami in ami_state.yml'.light_green
52
48
  File.open(@state_path, 'r') do |f|
53
49
  @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.5
4
+ version: 1.3.10
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: 2020-12-16 00:00:00.000000000 Z
17
+ date: 2021-03-05 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: aws-sdk-autoscaling