Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Removed old vpc submodule #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "submodules/quickstart-aws-vpc"]
path = submodules/quickstart-aws-vpc
url = ../../aws-quickstart/quickstart-aws-vpc.git
branch = master
url = https://github.com/aws-quickstart/quickstart-aws-vpc.git
32 changes: 32 additions & 0 deletions .taskcat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
project:
owner: [email protected]
name: quickstart-titian-mosaic
regions:
- eu-west-1
- us-east-1
- us-west-2
shorten_stack_name: true
s3_regional_buckets: true
package_lambda: false
template: ./templates/titian-mosaic-master.template
tests:
test1:
regions:
- eu-west-1
parameters:
pAvailabilityZones: $[taskcat_genaz_2]
pEC2KeyPair: sshvans
pPrivateSubnet1CIDR: 10.240.32.0/20
pPrivateSubnet2CIDR: 10.240.48.0/20
pPublicSubnet1CIDR: 10.240.0.0/20
pPublicSubnet2CIDR: 10.240.16.0/20
pVPCCIDR: 10.240.0.0/16
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
QSS3KeyPrefix: quickstart-titian-mosaic/
pDBPassword: $[taskcat_genpass_8A]
pDBTimezone: US/Central
pDBAllocatedStorage: 10
pDBEngine: oracle-se2
# pDBEngineLicenseModel: bring-your-own-license
pWebAccessCIDR: 10.240.0.0/16
15 changes: 0 additions & 15 deletions ci/taskcat.yml

This file was deleted.

3 changes: 1 addition & 2 deletions templates/titian-mosaic-master.template
Original file line number Diff line number Diff line change
Expand Up @@ -384,12 +384,11 @@ Resources:
Properties:
TemplateURL:
!Sub
- 'https://${S3Bucket}.s3.${S3Region}.${AWS::URLSuffix}/${QSS3KeyPrefix}submodules/quickstart-aws-vpc/templates/aws-vpc.template'
- 'https://${S3Bucket}.s3.${S3Region}.${AWS::URLSuffix}/${QSS3KeyPrefix}submodules/quickstart-aws-vpc/templates/aws-vpc.template.yaml'
- S3Region: !If [UsingDefaultBucket, !Ref 'AWS::Region', !Ref QSS3BucketRegion]
S3Bucket: !If [UsingDefaultBucket, !Sub '${QSS3BucketName}-${AWS::Region}', !Ref QSS3BucketName]
Parameters:
AvailabilityZones: !Join [ "," , !Ref pAvailabilityZones ]
KeyPairName: !Ref pEC2KeyPair
NumberOfAZs: 2
PrivateSubnet1ACIDR: !Ref pPrivateSubnet1CIDR
PrivateSubnet2ACIDR: !Ref pPrivateSubnet2CIDR
Expand Down