Skip to content

Commit

Permalink
add s3 param
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Jan 23, 2025
1 parent a9243a4 commit e53d997
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ AWS_RESOURCE_NAME=YOUR_COST_MANAGEMENT_AWS_ARN

# Glue
SCHEMA_SUFFIX="" # if DEVELOPMENT=True, this can be left empty and will default to $USER; otherwise, set this value to something unique
TRINO_SCHEMA_PREFIX=""
TRINO_S3A_OR_S3=s3

AWS_CATALOG_ID=589173575009
MINIO_ENDPOINT=http://koku-minio:9000
Expand Down
3 changes: 2 additions & 1 deletion ci/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function run_smoke_tests_stage() {
bonfire deploy \
${APP_NAME} \
--ref-env insights-production \
--set-template-ref ${APP_NAME}/${COMPONENT_NAME}=${ghprbActualCommit} \
--set-template-ref ${COMPONENT_NAME}=${ghprbActualCommit} \
--set-image-tag ${IMAGE}=${IMAGE_TAG} \
--namespace ${NAMESPACE} \
${COMPONENTS_ARG} \
Expand All @@ -113,6 +113,7 @@ function run_smoke_tests_stage() {
--set-parameter koku/DBM_INVOCATION=${DBM_INVOCATION} \
--set-parameter koku/IMAGE=${IMAGE} \
--set-parameter koku/SCHEMA_SUFFIX=_${IMAGE_TAG} \
--set-parameter koku/TRINO_S3A_OR_S3=s3 \
--set-parameter trino/HIVE_PROPERTIES_FILE=glue.properties \
--set-parameter trino/GLUE_PROPERTIES_FILE=hive.properties \
--no-single-replicas \
Expand Down
1 change: 1 addition & 0 deletions smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ bonfire deploy \
--no-single-replicas \
--set-parameter rbac/MIN_REPLICAS=1 \
--set-parameter koku/SCHEMA_SUFFIX=_${IMAGE_TAG} \
--set-parameter koku/TRINO_S3A_OR_S3=s3 \
--set-parameter trino/HIVE_PROPERTIES_FILE=glue.properties \
--set-parameter trino/GLUE_PROPERTIES_FILE=hive.properties \
${COMPONENTS_ARG} \
Expand Down

0 comments on commit e53d997

Please sign in to comment.