From f8e7956824162c816f0426618412817f7965ba87 Mon Sep 17 00:00:00 2001 From: SivaMaplelabs Date: Thu, 23 Aug 2018 17:43:16 +0530 Subject: [PATCH] PNDA-4910 Export the repo_path used by the hdfs cleaner archiving to pnda_env --- bootstrap-scripts/saltmaster-common.sh | 1 + pnda_env_example.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bootstrap-scripts/saltmaster-common.sh b/bootstrap-scripts/saltmaster-common.sh index 1f39786..b9e955f 100644 --- a/bootstrap-scripts/saltmaster-common.sh +++ b/bootstrap-scripts/saltmaster-common.sh @@ -129,6 +129,7 @@ aws.archive_region: '$PNDA_ARCHIVE_REGION' aws.archive_key: '$PNDA_ARCHIVE_ACCESS_KEY_ID' aws.archive_secret: '$PNDA_ARCHIVE_SECRET_ACCESS_KEY' pnda.archive_container: '$PNDA_ARCHIVE_CONTAINER' +pnda.archive_repo_path: '$PNDA_ARCHIVE_REPO_PATH' pnda.archive_type: 's3a' pnda.archive_service: '' diff --git a/pnda_env_example.yaml b/pnda_env_example.yaml index 0e8f24d..4e7e198 100644 --- a/pnda_env_example.yaml +++ b/pnda_env_example.yaml @@ -170,6 +170,9 @@ pnda_data_archive: # S3 container to use for archiving PNDA datasets PNDA_ARCHIVE_CONTAINER: pnda-archive + # Repo path to use for archiving PNDA datasets + PNDA_ARCHIVE_REPO_PATH: pnda-archive-repo + # AWS region that contains the PNDA_ARCHIVE_CONTAINER bucket PNDA_ARCHIVE_REGION: eu-west-1