prima-twig 0.10.4 → 0.11.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 +4 -4
- data/bin/twig-feature +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c746f970a4e432db3b89405c3b42f2decf7be266
|
|
4
|
+
data.tar.gz: d4b1dfff43b78ee8abcd00dae9243b7ecf03465a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05f11f836c5f0a48250c0294d1eee3ce62ac3a7db04aa18300f8cd5f09b112988fc600579870548b23ac0153bc4589c9d64cfdcb791e4762a554328482e9df82
|
|
7
|
+
data.tar.gz: ef7558ae7a6add5d90d551f8d9b7fdcf1b69ce4610286edcdb1add691c166421ca2d068a8be6b8ae15ac3346c234ba0f21b8cbc156aeaf47f2764b973f120374
|
data/bin/twig-feature
CHANGED
|
@@ -214,10 +214,14 @@ class Release
|
|
|
214
214
|
{
|
|
215
215
|
parameter_key: "ALBShortName",
|
|
216
216
|
parameter_value: "ecs-task-web-qa-#{deploy_id}"[0..31]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
parameter_key: "WebQaBaseHostname",
|
|
220
|
+
parameter_value: "#{@dns_record_identifier}.qa.colaster.com"
|
|
217
221
|
}
|
|
218
222
|
]
|
|
219
223
|
if stack_exists?(stack_name_web)
|
|
220
|
-
update_stack(stack_name_web, stack_body, parameters) if @prima_built
|
|
224
|
+
update_stack(stack_name_web, stack_body, parameters) #if @prima_built
|
|
221
225
|
else
|
|
222
226
|
create_stack(stack_name_web, stack_body, parameters, tags)
|
|
223
227
|
end
|
|
@@ -460,7 +464,6 @@ class Release
|
|
|
460
464
|
stack_name: stack_name,
|
|
461
465
|
logical_resource_id: logical_resource_id
|
|
462
466
|
})
|
|
463
|
-
pp resp.stack_resource_detail.physical_resource_id
|
|
464
467
|
resp = @alb.describe_load_balancers({
|
|
465
468
|
load_balancer_arns: [resp.stack_resource_detail.physical_resource_id]
|
|
466
469
|
})
|
|
@@ -755,8 +758,6 @@ class Release
|
|
|
755
758
|
end
|
|
756
759
|
|
|
757
760
|
def create_asg_stack(stack_name, tags = [])
|
|
758
|
-
pp @ecs_cluster_name
|
|
759
|
-
|
|
760
761
|
stack_body = IO.read('cloudformation/stacks/asg/ecs-asg-allinone.yml')
|
|
761
762
|
parameters = [
|
|
762
763
|
{
|
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.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-
|
|
14
|
+
date: 2016-11-04 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: twig
|