-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add nucleus connectivity validation
- Loading branch information
Tianci Shen
committed
May 14, 2024
1 parent
cdf1ce9
commit aacbfdf
Showing
17 changed files
with
735 additions
and
81 deletions.
There are no files selected for viewing
This file contains 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 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 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
17 changes: 17 additions & 0 deletions
17
...esources/com/aws/greengrass/integrationtests/deployment/connectivityValidationConfig.yaml
This file contains 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,17 @@ | ||
services: | ||
main: | ||
dependencies: | ||
- aws.greengrass.Nucleus | ||
aws.greengrass.Nucleus: | ||
componentType: NUCLEUS | ||
configuration: | ||
awsRegion: us-east-1 | ||
greengrassDataPlanePort: 443 | ||
iotCredEndpoint: xxxxxx.credentials.iot.us-east-1.amazonaws.com | ||
iotDataEndpoint: xxxxxx-ats.iot.us-east-1.amazonaws.com | ||
iotRoleAlias: roleAliasName | ||
mqtt: | ||
port: 8080 | ||
runWithDefault: | ||
posixUser: nobody | ||
windowsUser: integ-tester |
Oops, something went wrong.