cfndsl 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/cfndsl/aws_types.yaml +15 -63
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -3
- data/sample/codedeploy.rb +0 -48
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjY4NTc4ZGEzZGUzODQ2MzgxYTg1MDc0YmRmMDM3Njg0NWFlZmJmMw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2JiZmIzZGI3NGViZDQwOWY2NDg5OWYwMGNhZGE1OTg3NGIwNzJlOA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZmE3MmViOGQwZDNmZjI1MTQ2YTA0NDllMTg2YTllYTMwYzcyNjRlZTU1YzA5
|
10
|
+
YWFmNDNlNTdjNzY2YjNlYTk3ZjRhOGMzYmExNzUyZWI0MzEzYzg1NTk4ODQ4
|
11
|
+
OGJlMjYzYjUxMTU2ODA5YWUyODRhZTRjYTE5ZTE1MzFiNDdhZWI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YmM2Y2VjNTMwODk5MjEwOTg0ZTY5MjQ1MWI1ZmE3YjliZTk0Zjc5NzRlNzZj
|
14
|
+
MzdmYTgyMDY5ZmEzMWQ3ZGEyMDVlNTU5OTdiNjFkNTFjZmNhYjRjYzRmNTMx
|
15
|
+
MmYxMTczNGQzMmM3N2FiZGJkMjViOGE4ZDI4NTFlYTk0ZTVhM2U=
|
data/lib/cfndsl/aws_types.yaml
CHANGED
@@ -326,26 +326,20 @@ Resources:
|
|
326
326
|
VpnGatewayId : String
|
327
327
|
"AWS::ElastiCache::CacheCluster" :
|
328
328
|
Properties:
|
329
|
-
AutoMinorVersionUpgrade
|
330
|
-
|
331
|
-
CacheNodeType
|
332
|
-
CacheParameterGroupName
|
333
|
-
CacheSecurityGroupNames
|
334
|
-
CacheSubnetGroupName
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
PreferredMaintenanceWindow : String
|
344
|
-
SnapshotArns : [ String ]
|
345
|
-
SnapshotName : String
|
346
|
-
SnapshotRetentionLimit : Integer
|
347
|
-
SnapshotWindow : String
|
348
|
-
VpcSecurityGroupIds : [String]
|
329
|
+
AutoMinorVersionUpgrade: Boolean
|
330
|
+
ClusterName: String
|
331
|
+
CacheNodeType: String
|
332
|
+
CacheParameterGroupName: String
|
333
|
+
CacheSecurityGroupNames: [String]
|
334
|
+
CacheSubnetGroupName: String
|
335
|
+
Engine: String
|
336
|
+
EngineVersion: String
|
337
|
+
NotificationTopicArn: String
|
338
|
+
NumCacheNodes: String
|
339
|
+
Port: Integer
|
340
|
+
PreferredAvailabilityZone: String
|
341
|
+
PreferredMaintenanceWindow: String
|
342
|
+
VpcSecurityGroupIds: [String]
|
349
343
|
"AWS::ElastiCache::ReplicationGroup" :
|
350
344
|
Properties:
|
351
345
|
AutomaticFailoverEnabled: Boolean
|
@@ -373,7 +367,7 @@ Resources:
|
|
373
367
|
Properties: [ String ]
|
374
368
|
"AWS::ElastiCache::SecurityGroup" :
|
375
369
|
Properties:
|
376
|
-
|
370
|
+
Decription: String
|
377
371
|
"AWS::ElastiCache::SecurityGroupIngress" :
|
378
372
|
Properties:
|
379
373
|
CacheSecurityGroupName: String
|
@@ -708,20 +702,6 @@ Resources:
|
|
708
702
|
Properties:
|
709
703
|
ContainerDefinitions: [ ECSContainerDefinition ]
|
710
704
|
Volumes: [ ECSVolume ]
|
711
|
-
"AWS::CodeDeploy::Application" :
|
712
|
-
Properties: {}
|
713
|
-
"AWS::CodeDeploy::DeploymentConfig" :
|
714
|
-
Properties:
|
715
|
-
MinimumHealthyHosts: CDMinimumHealthyHosts
|
716
|
-
"AWS::CodeDeploy::DeploymentGroup" :
|
717
|
-
Properties:
|
718
|
-
ApplicationName: String
|
719
|
-
AutoScalingGroups: [ String ]
|
720
|
-
Deployment: CDDeployment
|
721
|
-
DeploymentConfigName: String
|
722
|
-
Ec2TagFilters: [ CDEc2TagFilters ]
|
723
|
-
OnPremisesInstanceTagFilters: [ CDOnPremisesInstanceTagFilters ]
|
724
|
-
ServiceRoleArn: String
|
725
705
|
|
726
706
|
Types:
|
727
707
|
String: String
|
@@ -978,31 +958,3 @@ Types:
|
|
978
958
|
ECSVolume:
|
979
959
|
Name: String
|
980
960
|
Host: ECSHost
|
981
|
-
CDMinimumHealthyHosts:
|
982
|
-
Type: String
|
983
|
-
Value: Integer
|
984
|
-
CDGitHubLocation:
|
985
|
-
CommitId: String
|
986
|
-
Repository: String
|
987
|
-
CDS3Location:
|
988
|
-
Bucket: String
|
989
|
-
BundleType: String
|
990
|
-
ETag: String
|
991
|
-
Key: String
|
992
|
-
Version: String
|
993
|
-
CDRevision:
|
994
|
-
GitHubLocation: CDGitHubLocation
|
995
|
-
RevisionType: String
|
996
|
-
S3Location: CDS3Location
|
997
|
-
CDDeployment:
|
998
|
-
Description: String
|
999
|
-
IgnoreApplicationStopFailures: Boolean
|
1000
|
-
Revision: CDRevision
|
1001
|
-
CDEc2TagFilters:
|
1002
|
-
Key: String
|
1003
|
-
Type: String
|
1004
|
-
Value: String
|
1005
|
-
CDOnPremisesInstanceTagFilters:
|
1006
|
-
Key: String
|
1007
|
-
Type: String
|
1008
|
-
Value: String
|
data/lib/cfndsl/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfndsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Jack
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-10-
|
12
|
+
date: 2015-10-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -68,7 +68,6 @@ files:
|
|
68
68
|
- sample/autoscale.template
|
69
69
|
- sample/autoscale2.rb
|
70
70
|
- sample/circular.rb
|
71
|
-
- sample/codedeploy.rb
|
72
71
|
- sample/ecs.rb
|
73
72
|
- sample/t1.rb
|
74
73
|
- sample/t1.yaml
|
data/sample/codedeploy.rb
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
CloudFormation {
|
2
|
-
DESCRIPTION ||= "CodeDeploy description"
|
3
|
-
|
4
|
-
Description DESCRIPTION
|
5
|
-
|
6
|
-
Parameter("ServiceRoleArn") {
|
7
|
-
Description "CodeDeploy Service Role"
|
8
|
-
Type "String"
|
9
|
-
}
|
10
|
-
|
11
|
-
Resource('MyCodeDeployApp') {
|
12
|
-
Type 'AWS::CodeDeploy::Application'
|
13
|
-
}
|
14
|
-
|
15
|
-
Resource('MyDeploymentConfig') {
|
16
|
-
Type 'AWS::CodeDeploy::DeploymentConfig'
|
17
|
-
Property('MinimumHealthyHosts', {
|
18
|
-
Type: "FLEET_PERCENT",
|
19
|
-
Value: "50"
|
20
|
-
})
|
21
|
-
}
|
22
|
-
|
23
|
-
Resource('MyDeploymentGroup') {
|
24
|
-
Type 'AWS::CodeDeploy::DeploymentGroup'
|
25
|
-
Property('ApplicationName', Ref('MyCodeDeployApp'))
|
26
|
-
Property('Deployment', {
|
27
|
-
Description: 'My App CodeDeploy',
|
28
|
-
IgnoreApplicationStopFailures: true,
|
29
|
-
Revision: {
|
30
|
-
RevisionType: 'S3',
|
31
|
-
S3Location: {
|
32
|
-
Bucket: 'my_code_deploy_bucket',
|
33
|
-
Key: '/my_app_code_deloy',
|
34
|
-
BundleType: 'zip',
|
35
|
-
ETag: '1234567890ABCDEF',
|
36
|
-
Version: '10'
|
37
|
-
}
|
38
|
-
}
|
39
|
-
})
|
40
|
-
Property('Ec2TagFilters', [{
|
41
|
-
Key: 'Role',
|
42
|
-
Value: 'myapp',
|
43
|
-
Type: 'KEY_AND_VALUE',
|
44
|
-
}])
|
45
|
-
Property('ServiceRoleArn', Ref('ServiceRoleArn'))
|
46
|
-
}
|
47
|
-
|
48
|
-
}
|