bbc-cosmos-tools 0.5.1 → 0.5.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1b3b62925024f13d3a5b7faae3e72eefa93f6dc
|
|
4
|
+
data.tar.gz: ffdad2cc037fcf0f7a80e0621a5e112866caf6bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70676ba07d90b32de1b3d0e780f5bc505728c9e2668719b55e9aed3a61298b3f65077a907ff46ba8eb4c72003be0bb58671a836cf5439728e823fc60473f9b2f
|
|
7
|
+
data.tar.gz: cbb8ec4259306edc4f0269acca9b06173ccfb0c16d310057d19e9c512baf26c7729bbab071d2026fb4b0712c3e681fb7c35654861bed976eee37fa90c9728291
|
|
@@ -7,7 +7,7 @@ module BBC
|
|
|
7
7
|
module Cloudformation
|
|
8
8
|
class Generator
|
|
9
9
|
|
|
10
|
-
RESERVED_MAIN_STACK_PARAMS = ['Environment', 'PublicSubnet1Id', 'PublicSubnet2Id', 'PublicSubnet3Id', 'ImageId', 'VpcId', 'PrivateSubnet1Id', 'PrivateSubnet2Id', 'PrivateSubnet3Id', 'BastionAccessSecurityGroup', 'DomainNameBase', 'KeyName']
|
|
10
|
+
RESERVED_MAIN_STACK_PARAMS = ['Environment', 'PublicSubnet1Id', 'PublicSubnet2Id', 'PublicSubnet3Id', 'ImageId', 'VpcId', 'PrivateSubnet1Id', 'PrivateSubnet2Id', 'PrivateSubnet3Id', 'BastionAccessSecurityGroup', 'DomainNameBase', 'KeyName', 'S3BucketArn']
|
|
11
11
|
|
|
12
12
|
def self.component_exists?(component, config)
|
|
13
13
|
config.resources['cloudformation']['components'][component]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bbc-cosmos-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Jack
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -151,3 +151,4 @@ signing_key:
|
|
|
151
151
|
specification_version: 4
|
|
152
152
|
summary: Tool for pusing config to cosmos and controlling cloudformation templates
|
|
153
153
|
test_files: []
|
|
154
|
+
has_rdoc:
|