prima-twig 0.50.84 → 0.50.85

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +8 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 951addd01ac56f60be1d426ed4dd745e3cb2ce560e791658355af62c71ad9961
4
- data.tar.gz: 8de083fb14db740c31990df456d95d669f3f320c199147cde32c89ac2f823483
3
+ metadata.gz: 9635bb10351a3c33f5f18f34182f09082fd5f2e77b3c02c2315601cf7780e9b4
4
+ data.tar.gz: 8612ffe7f1a8ef2ae86f45dde3b3749a2ad09b6b145a51c6332162b1882490e7
5
5
  SHA512:
6
- metadata.gz: 0d4012064c3f487afcba70627b83c89d656a64e3478d63a8753f5f4bce674b91697583ef1c45129cda5fc2cd39341e5bc77c9c1f2a70c020013362d2ffcc6eab
7
- data.tar.gz: 8c163173874a612e534babe51d1747695b64153d2779aced0c58d7e08b1e011440e0a2b2df682e4382b6e81df70ed2e8b2a0fea5d310be9d879fa76201483f37
6
+ metadata.gz: 1d434ae47b6ebd52beae41b0bf178440e51f815e5d7e874ad41c7f2f4e5d7d1f3b5a62f6fd64770152f7059e6ff7461c21583502862ba5dc5dd7fb5e26926a78
7
+ data.tar.gz: 6172fc477db35b1f387be9971addc7971328b840a06bb1b1cd9ffd880718a1c517d1c0b59302fd1a288f3b01b52901dac75e94d81e26cfd5bc9ce85ca2477d7f
@@ -1625,7 +1625,7 @@ class Release
1625
1625
  },
1626
1626
  {
1627
1627
  parameter_key: "ALBShortName",
1628
- parameter_value: "web-qa-#{deploy_id}"[0..27]
1628
+ parameter_value: "starsky-qa-#{deploy_id}"[0..27]
1629
1629
  },
1630
1630
  {
1631
1631
  parameter_key: "HostnamePattern",
@@ -1862,8 +1862,10 @@ class Release
1862
1862
  update_service_defaults(stack_name_skynet)
1863
1863
  update_service_defaults(stack_name_leftorium)
1864
1864
  update_service_defaults(stack_name_rachele)
1865
+ update_service_defaults(stack_name_starsky)
1865
1866
  update_service_defaults(stack_name_crash) unless !deploy_crash?
1866
1867
 
1868
+ starsky_hostname = get_route53_hostname(stack_name_starsky)
1867
1869
  activia_hostname = get_route53_hostname(stack_name_activia)
1868
1870
  assange_hostname = get_route53_hostname(stack_name_assange)
1869
1871
  bburago_hostname = get_route53_hostname(stack_name_bburago)
@@ -1887,6 +1889,7 @@ class Release
1887
1889
  > Backoffice (Borat) url: https://#{borat_hostname}
1888
1890
  > Urania url: http://#{urania_hostname}:81
1889
1891
  > Bburago url: http://#{bburago_hostname}:83
1892
+ > Starsky url: http://#{starsky_hostname}:3001
1890
1893
  > Ermes url: http://#{ermes_hostname}:10002
1891
1894
  > Hal9000 url: http://#{hal9000_hostname}:10031
1892
1895
  > Fidaty url: http://#{fidaty_hostname}:10021
@@ -1942,6 +1945,8 @@ class Release
1942
1945
  host = "leftorium-#{@dns_record_identifier}.qa.colaster.com"
1943
1946
  when stack_name.include?('rachele')
1944
1947
  host = "rachele-#{@dns_record_identifier}.qa.colaster.com"
1948
+ when stack_name.include?('starsky')
1949
+ host = "starsky-#{@dns_record_identifier}.qa.colaster.com"
1945
1950
  end
1946
1951
  host
1947
1952
  end
@@ -2047,6 +2052,8 @@ class Release
2047
2052
  logical_resource_id = 'ECSServiceRacheleQA'
2048
2053
  when stack_name.include?('crash')
2049
2054
  logical_resource_id = 'ECSServiceCrashQA'
2055
+ when stack_name.include?('starsky')
2056
+ logical_resource_id = 'ECSServiceStarskyQA'
2050
2057
  else
2051
2058
  raise "Service name non gestito per lo stack #{stack_name}"
2052
2059
  end
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: 0.50.84
4
+ version: 0.50.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino