Skip to content

Commit

Permalink
Deployment issue fixes for OCI - secor & Druid (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmya-dixit authored Feb 8, 2024
1 parent 57fe2d4 commit 0a52f98
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ postgres:
db_port: 5432
db_admin_user: analytics
db_admin_password: "{{dp_vault_pgdb_admin_password}}"
dp_ssl: ""
dp_ssl: false
dp_db_name: analytics

postgres_address_space: 0.0.0.0/0 # Postgres trust address space
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/analytics-druid/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ default_druid_configs:
s3_bucket: "{{ cloud_storage_telemetry_bucketname }}"
s3_endpoint: "{{ cloud_private_storage_endpoint }}"
s3_segment_dir: "druid/raw/segments"
s3_path_like_access: "{{ cloud_storage_pathstyle_access }}"
s3_path_like_access: "{{ s3_path_style_access }}"
s3_v4_sign_region: "{{ cloud_private_storage_region }}"
#Logging the indexing logs to s3
s3_logging_bucket: "{{ cloud_storage_telemetry_bucketname }}"
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/helm_charts/secor/config/secor.common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cloud.service={{ $.Values.storage_type }}

# AWS authentication credentials.
# Leave empty if using IAM role-based authentication with s3a filesystem.
aws.access.key=
aws.secret.key=
#aws.access.key=
#aws.secret.key=
aws.role=

# Optional Proxy Setting. Set to true to enable proxy
Expand All @@ -51,8 +51,8 @@ aws.proxy.http.port=
# secor.upload.manager.class.
#
# http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
aws.region=
aws.endpoint=
#aws.region=
#aws.endpoint=

# Toggle the AWS S3 client between virtual host style access and path style
# access. See http://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ secor.kafka.group={{ get (get $.Values.secor_jobs $.Release.Name) "consumer_grou
secor.message.parser.class={{ get (get $.Values.secor_jobs $.Release.Name) "message_parser" }}

# S3 path where sequence files are stored.
secor.s3.path=
#secor.s3.path=

# Swift path where sequence files are stored.
secor.swift.path=secor_dev/partition
Expand Down Expand Up @@ -67,6 +67,6 @@ secor.max.file.age.policy=oldest
# currentTime - Time of upload in HH-mm format
# currentDate - Time of upload in YYYYMMDD format
# folder - Folder to use based on message id map lookup
secor.s3.output_file_pattern=
#secor.s3.output_file_pattern=

secor.partition.message.channel.identifier={{ get (get $.Values.secor_jobs $.Release.Name) "message_channel_identifier" }}
2 changes: 1 addition & 1 deletion kubernetes/helm_charts/secor/config/secor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include=secor.common.properties
###############

# Name of the s3 bucket where log files are stored.
secor.s3.bucket=
#secor.s3.bucket=

###############
# Using Swift #
Expand Down

0 comments on commit 0a52f98

Please sign in to comment.