-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea6d0db
commit 8c99489
Showing
4 changed files
with
137 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
env = "mcp-dev" | ||
region = "us-west-2" | ||
vpc_id = "vpc-12345678" | ||
subnet_ids = ["subnet-12345678", "subnet-87654321"] | ||
auth_alb_subnet_ids = ["subnet-12345678", "subnet-87654321"] | ||
vpc_cidr = "10.2.0.0/16" | ||
permission_boundary_for_iam_roles = "name_of_permission_boundary_iam_role" | ||
database_availability_zones = ["us-west-2a"] | ||
aws_secretmanager_key_arn = "arn:aws:kms:us-west-2:12345678:key/abcdef-abcd-abcd-abcd-abcdef2527g" | ||
|
||
# Set node specific values the following lists in correct order. For the list of node names | ||
# the following node name format should be used. | ||
# (PDS_ATM, PDS_ENG, PDS_GEO, PDS_IMG, PDS_NAIF, PDS_RMS, PDS_SBN, PSA, JAXA, ROSCOSMOS) | ||
|
||
pds_node_names = ["PDS_SBN", "PDS_IMG"] | ||
pds_nucleus_opensearch_urls = ["https://abcdef.us-west-2.aoss.amazonaws.com", "https://pqrst.us-west-2.aoss.amazonaws.com"] | ||
pds_nucleus_opensearch_credential_relative_url = "http://<IP ADDRESS>/AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" | ||
pds_nucleus_harvest_replace_prefix_with_list = ["s3://pds-sbn-nucleus-staging", "s3://pds-img-nucleus-staging"] | ||
|
||
|
||
airflow_env_name = "pds-nucleus-airflow-env" | ||
mwaa_dag_s3_bucket_name = "pds-nucleus-airflow-dags-bucket-mcp-dev" | ||
pds_nucleus_staging_bucket_name_postfix = "staging-mcp-dev" | ||
pds_nucleus_hot_archive_bucket_name_postfix = "archive-hot-mcp-dev" | ||
pds_nucleus_cold_archive_bucket_name_postfix = "archive-cold-mcp-dev" | ||
pds_nucleus_config_bucket_name = "pds-nucleus-config-mcp-dev" | ||
|
||
pds_nucleus_default_airflow_dag_id = "pds-basic-registry-load-use-case" | ||
|
||
pds_registry_loader_harvest_task_role_arn = "arn:aws:iam::12345678:role/pds-registry-loader-harvest-role" |
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,30 @@ | ||
env = "mcp-test" | ||
region = "us-west-2" | ||
vpc_id = "vpc-12345678" | ||
subnet_ids = ["subnet-12345678", "subnet-87654321"] | ||
auth_alb_subnet_ids = ["subnet-12345678", "subnet-87654321"] | ||
vpc_cidr = "10.2.0.0/16" | ||
permission_boundary_for_iam_roles = "name_of_permission_boundary_iam_role" | ||
database_availability_zones = ["us-west-2a"] | ||
aws_secretmanager_key_arn = "arn:aws:kms:us-west-2:12345678:key/abcdef-abcd-abcd-abcd-abcdef2527g" | ||
|
||
# Set node specific values the following lists in correct order. For the list of node names | ||
# the following node name format should be used. | ||
# (PDS_ATM, PDS_ENG, PDS_GEO, PDS_IMG, PDS_NAIF, PDS_RMS, PDS_SBN, PSA, JAXA, ROSCOSMOS) | ||
|
||
pds_node_names = ["PDS_SBN", "PDS_IMG"] | ||
pds_nucleus_opensearch_urls = ["https://abcdef.us-west-2.aoss.amazonaws.com", "https://pqrst.us-west-2.aoss.amazonaws.com"] | ||
pds_nucleus_opensearch_credential_relative_url = "http://<IP ADDRESS>/AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" | ||
pds_nucleus_harvest_replace_prefix_with_list = ["s3://pds-sbn-nucleus-staging", "s3://pds-img-nucleus-staging"] | ||
|
||
|
||
airflow_env_name = "pds-nucleus-airflow-env" | ||
mwaa_dag_s3_bucket_name = "pds-nucleus-airflow-dags-bucket-mcp-dev" | ||
pds_nucleus_staging_bucket_name_postfix = "staging-mcp-dev" | ||
pds_nucleus_hot_archive_bucket_name_postfix = "archive-hot-mcp-dev" | ||
pds_nucleus_cold_archive_bucket_name_postfix = "archive-cold-mcp-dev" | ||
pds_nucleus_config_bucket_name = "pds-nucleus-config-mcp-dev" | ||
|
||
pds_nucleus_default_airflow_dag_id = "pds-basic-registry-load-use-case" | ||
|
||
pds_registry_loader_harvest_task_role_arn = "arn:aws:iam::12345678:role/pds-registry-loader-harvest-role" |