This repository was archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Develop #4
Merged
Merged
Develop #4
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f7e45a1
updated templates for free_$ARCH
amiracle 672d6db
updated image and tested 320
amiracle b8a0e00
Updated templates fixed lint issues
amiracle 2bc6b1d
added ignoring E9007 cfn lint issues
amiracle c9917e6
second update to exclude rule check 9007
amiracle bb525e3
fixed taskcat file
amiracle 67583ee
Updated taskcat file to include all arch and build
amiracle 3e7671b
E9007 global exclude until upstream fixes emerge
andrew-glenn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
project: | ||
name: aws-quickstart-cribl-logstream | ||
owner: [email protected] | ||
package_lambda: false | ||
parameters: | ||
webAccessCidr: 0.0.0.0/0 | ||
QSS3KeyPrefix: logstream/ | ||
QSS3BucketRegion: $[taskcat_current_region] | ||
QSS3BucketName: aws-quickstart | ||
tests: | ||
cribl-deploy-new-vpc-arm: | ||
parameters: | ||
AvailabilityZones: $[taskcat_getaz_2] | ||
VPCCIDR: 10.0.0.0/16 | ||
PublicSubnet1CIDR: 10.0.128.0/20 | ||
PublicSubnet2CIDR: 10.0.144.0/20 | ||
PrivateSubnet1CIDR: 10.0.0.0/19 | ||
PrivateSubnet2CIDR: 10.0.32.0/19 | ||
VPCTenancy: default | ||
QSS3BucketRegion: $[taskcat_current_region] | ||
template: templates/cribl-single-arm64-new-vpc.template.yaml | ||
regions: | ||
- us-west-1 | ||
cribl-deploy-new-vpc-logging-arm: | ||
parameters: | ||
AvailabilityZones: $[taskcat_getaz_2] | ||
VPCCIDR: 10.0.0.0/16 | ||
PublicSubnet1CIDR: 10.0.128.0/20 | ||
PublicSubnet2CIDR: 10.0.144.0/20 | ||
PrivateSubnet1CIDR: 10.0.0.0/19 | ||
PrivateSubnet2CIDR: 10.0.32.0/19 | ||
VPCTenancy: default | ||
QSS3BucketRegion: $[taskcat_current_region] | ||
LogFilePrefix: cribl-vpc-logs | ||
TrafficType: ALL | ||
SQS: cribl-sqs-vpc-logs-arm | ||
template: templates/cribl-single-arm64-new-vpc.template.yaml | ||
regions: | ||
- us-west-2 | ||
cribl-deploy-new-vpc-x86: | ||
parameters: | ||
AvailabilityZones: $[taskcat_getaz_2] | ||
VPCCIDR: 10.0.0.0/16 | ||
PublicSubnet1CIDR: 10.0.128.0/20 | ||
PublicSubnet2CIDR: 10.0.144.0/20 | ||
PrivateSubnet1CIDR: 10.0.0.0/19 | ||
PrivateSubnet2CIDR: 10.0.32.0/19 | ||
VPCTenancy: default | ||
QSS3BucketRegion: $[taskcat_current_region] | ||
template: templates/cribl-single-x86-new-vpc.template.yaml | ||
regions: | ||
- us-east-1 | ||
cribl-deploy-new-vpc-logging-x86: | ||
parameters: | ||
AvailabilityZones: $[taskcat_getaz_2] | ||
VPCCIDR: 10.0.0.0/16 | ||
PublicSubnet1CIDR: 10.0.128.0/20 | ||
PublicSubnet2CIDR: 10.0.144.0/20 | ||
PrivateSubnet1CIDR: 10.0.0.0/19 | ||
PrivateSubnet2CIDR: 10.0.32.0/19 | ||
VPCTenancy: default | ||
QSS3BucketRegion: $[taskcat_current_region] | ||
LogFilePrefix: cribl-vpc-logs | ||
TrafficType: ALL | ||
SQS: cribl-sqs-vpc-logs-x86 | ||
template: templates/cribl-single-x86-new-vpc.template.yaml | ||
regions: | ||
- us-east-2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,32 +3,22 @@ project: | |
owner: [email protected] | ||
package_lambda: false | ||
regions: | ||
- us-east-1 | ||
- us-east-2 | ||
- us-west-1 | ||
- us-west-2 | ||
parameters: | ||
instanceType: c6g.large | ||
webAccessCidr: 0.0.0.0/0 | ||
QSS3KeyPrefix: logstream/ | ||
QSS3BucketRegion: us-west-2 | ||
QSS3BucketName: aws-quickstart | ||
tests: | ||
simple: | ||
template: ./templates/cribl-single-template.yaml | ||
regions: | ||
- us-west-2 | ||
newvpcX86: | ||
template: ./templates/cribl-single-template-vpc.yaml | ||
regions: | ||
- us-west-2 | ||
newvpcloggingX86: | ||
template: ./templates/cribl-single-template-vpc-logging.yaml | ||
regions: | ||
- us-west-2 | ||
simple: | ||
template: ./templates/cribl-single-template-arm64.yaml | ||
regions: | ||
- us-west-2 | ||
newvpcX86: | ||
template: ./templates/cribl-single-template-vpc-arm64.yaml | ||
regions: | ||
- us-west-2 | ||
newvpcloggingX86: | ||
template: ./templates/cribl-single-template-vpc-logging-arm64.yaml | ||
regions: | ||
- us-west-2 | ||
cribl-deploy-new-vpc-arm: | ||
parameters: | ||
AvailabilityZones: $[taskcat_getaz_2] | ||
VPCCIDR: 10.0.0.0/16 | ||
PublicSubnet1CIDR: 10.0.128.0/20 | ||
PublicSubnet2CIDR: 10.0.144.0/20 | ||
PrivateSubnet1CIDR: 10.0.0.0/19 | ||
PrivateSubnet2CIDR: 10.0.32.0/19 | ||
VPCTenancy: default | ||
QSS3BucketRegion: $[taskcat_current_region] | ||
template: templates/cribl-single-arm64-new-vpc.template.yaml |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add this back.