Skip to content

Commit

Permalink
chore: update manifest to use latest idf modules
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Aug 30, 2024
1 parent 53dec57 commit 56046cb
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The AWS Lambda service no longer supports older versions (aka. node 12.x). We n
You will need to clone the ADDF repository and checkout a release branch using the below command:

```bash
git clone --origin upstream --branch release/1.2.1 https://github.com/awslabs/autonomous-driving-data-framework
git clone --origin upstream --branch release/3.6.0 https://github.com/awslabs/autonomous-driving-data-framework
```

> The release version can be replaced with the version of interest
Expand Down
18 changes: 9 additions & 9 deletions manifests/example-dev/core-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mwaa
path: git::https://github.com/awslabs/idf-modules.git//modules/orchestration/mwaa?ref=release/1.10.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/orchestration/mwaa?ref=release/1.11.0&depth=1
parameters:
- name: vpc-id
valueFrom:
Expand Down Expand Up @@ -35,7 +35,7 @@ parameters:
value: Rosbag-Scene-Metadata
---
name: opensearch
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/opensearch?ref=release/1.10.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/opensearch?ref=release/1.11.0&depth=1
parameters:
- name: opensearch_data_nodes
value: 1
Expand Down Expand Up @@ -65,10 +65,10 @@ parameters:
key: PrivateSubnetIds
---
name: eks
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/eks?ref=release/1.10.0
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/eks?ref=release/1.11.0
dataFiles:
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=release/1.10.0
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=release/1.10.0
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=release/1.11.0
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=release/1.11.0
parameters:
- name: replicated-ecr-images-metadata-s3-path
valueFrom:
Expand Down Expand Up @@ -205,7 +205,7 @@ parameters:
# - mitigate-log4shell
---
name: batch-compute
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/aws-batch?ref=release/1.10.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/compute/aws-batch?ref=release/1.11.0&depth=1
parameters:
- name: vpc-id
valueFrom:
Expand Down Expand Up @@ -243,7 +243,7 @@ parameters:
order: 1
---
name: neptune
path: git::https://github.com/awslabs/idf-modules.git//modules/database/neptune?ref=release/1.1.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/database/neptune?ref=release/1.11.0&depth=1
parameters:
- name: number-instances
value: 1
Expand All @@ -261,7 +261,7 @@ parameters:
key: PrivateSubnetIds
---
name: fsx-lustre
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/fsx-lustre?ref=release/1.10.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/fsx-lustre?ref=release/1.11.0&depth=1
parameters:
- name: vpc-id
valueFrom:
Expand All @@ -281,7 +281,7 @@ parameters:
value: 50
---
name: efs
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/efs?ref=release/1.10.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/efs?ref=release/1.11.0&depth=1
parameters:
- name: retention-type
value: RETAIN
Expand Down
6 changes: 3 additions & 3 deletions manifests/example-dev/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example-dev
toolchainRegion: us-west-2
toolchainRegion: us-east-1
groups:
- name: optionals
path: manifests/example-dev/optional-modules.yaml
Expand All @@ -21,10 +21,10 @@ groups:
# path: manifests/example-dev/ide-modules.yaml
targetAccountMappings:
- alias: primary
accountId: 1234567890
accountId: 500369900939
default: true
parametersGlobal:
dockerCredentialsSecret: aws-addf-docker-credentials
regionMappings:
- region: us-west-2
- region: us-east-1
default: true
2 changes: 1 addition & 1 deletion manifests/example-dev/example-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
key: FullAccessPolicyArn
---
name: docker-build
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.3.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.11.0&depth=1
parameters:
- name: ecr-repo-name
value: python-sample-app
Expand Down
2 changes: 1 addition & 1 deletion manifests/example-dev/optional-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networking
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.10.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/network/basic-cdk?ref=release/1.11.0&depth=1
parameters:
- name: internet-accessible
value: true
Expand Down
6 changes: 3 additions & 3 deletions manifests/example-dev/replicator-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: replication
path: git::https://github.com/awslabs/idf-modules.git//modules/replication/dockerimage-replication?ref=release/1.7.0&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/replication/dockerimage-replication?ref=release/1.11.0&depth=1
dataFiles:
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=v1.7.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=v1.7.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/1.29.yaml?ref=v1.11.0&depth=1
- filePath: git::https://github.com/awslabs/idf-modules.git//data/eks_dockerimage-replication/versions/default.yaml?ref=v1.11.0&depth=1
parameters:
- name: eks-version
value: "1.29"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
seed-farmer~=4.0.1
seed-farmer~=5.0.0

0 comments on commit 56046cb

Please sign in to comment.