Skip to content

Commit

Permalink
add fw + docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bojeanson committed Aug 15, 2024
1 parent a3a2502 commit 89db989
Show file tree
Hide file tree
Showing 12 changed files with 95 additions and 334 deletions.
13 changes: 0 additions & 13 deletions deployment/hub/aws/aws-greengrass-labs-s3-file-uploader/.gitignore

This file was deleted.

74 changes: 0 additions & 74 deletions deployment/hub/aws/aws-greengrass-labs-s3-file-uploader/main.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions deployment/hub/aws/greengrassv2/component-artifact-policy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": "arn:aws:s3:::bapo-greengrass-poc/*"
}
]
}
34 changes: 34 additions & 0 deletions deployment/hub/aws/greengrassv2/deployment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"targetArn": "arn:aws:iot:eu-west-1:767397954739:thinggroup/bapo-group",
"deploymentName": "Deploy VIO for bapo-group",
"components": {
"aws.greengrass.Cli": {
"componentVersion": "2.12.6"
},
"aws.greengrass.StreamManager": {
"componentVersion": "2.1.12"
},
"aws.greengrass.TokenExchangeService": {
"componentVersion": "2.0.3"
},
"aws.greengrass.DockerApplicationManager": {
"componentVersion": "2.0.11"
},
"vio": {
"componentVersion": "0.1.4"
}
},
"deploymentPolicies": {
"failureHandlingPolicy": "DO_NOTHING",
"componentUpdatePolicy": {
"timeoutInSeconds": 60,
"action": "NOTIFY_COMPONENTS"
},
"configurationValidationPolicy": {
"timeoutInSeconds": 60
}
},
"tags": {
"context": "poc-greengrass-by-bapo"
}
}
Loading

0 comments on commit 89db989

Please sign in to comment.