Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#OB-553 fix: Deployment issue fixes for OCI #1633

Merged
merged 31 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1394e66
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 20, 2023
a6fe4af
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 20, 2023
16fe19c
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 20, 2023
f6a9ce2
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 20, 2023
03a8bd5
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 21, 2023
6f6213e
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 21, 2023
fda6588
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 21, 2023
56661bf
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 21, 2023
661b05a
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 21, 2023
01858fa
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 21, 2023
33c89a3
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 21, 2023
23cb2f8
added cloud_storage_privatereports_bucketname variable
SadanandGowda Nov 21, 2023
b806412
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 22, 2023
521e900
Merge pull request #1 from SadanandGowda/csp_migration
sowmya-dixit Nov 22, 2023
d78959f
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 22, 2023
0e03d1b
Merge branch 'release-5.2.0' of github.com:sowmya-dixit/sunbird-data-…
sowmya-dixit Nov 22, 2023
e2208fb
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Nov 22, 2023
7719246
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Dec 4, 2023
7927433
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Dec 4, 2023
a558861
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Dec 4, 2023
cd1fac6
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Dec 4, 2023
5b2ad02
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Dec 7, 2023
9493def
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Dec 11, 2023
72d858c
#OB-553 fix: Deployment issue fixes for OCI
sowmya-dixit Dec 12, 2023
1148923
#OB-553 fix: Deployment issue fixes for OCI - Secor
sowmya-dixit Dec 12, 2023
f84ee02
#OB-553 fix: Deployment issue fixes for OCI - Secor
sowmya-dixit Dec 12, 2023
4c85ce9
#OB-553 fix: Deployment issue fixes for OCI - Secor
sowmya-dixit Dec 12, 2023
9d9f233
#OB-553 fix: Deployment issue fixes for OCI - Secor
sowmya-dixit Dec 12, 2023
90fcbe1
#OB-553 fix: Deployment issue fixes for OCI - Secor
sowmya-dixit Dec 12, 2023
c2c6b01
Merge branch 'release-5.2.0' of github.com:Sunbird-Obsrv/sunbird-data…
sowmya-dixit Dec 12, 2023
638b54d
#OB-553 fix: Deployment issue fixes for OCI - Secor
sowmya-dixit Dec 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ansible/roles/data-products-deploy/templates/common.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ service.search.path="{{ service.search.path }}"
spark.cassandra.connection.host="{{groups['dp-cassandra'][0]}}"
cassandra.keyspace_prefix="{{ cassandra_keyspace_prefix }}"
cassandra.hierarchy_store_prefix="{{ cassandra_hierarchy_store_prefix }}"

cloud_storage_type="{{ cloud_service_provider }}"
cloud_storage_endpoint_with_protocol="{{ cloud_private_storage_endpoint }}"

storage.key.config="{{ dp_storage_key_config }}"
storage.secret.config="{{ dp_storage_secret_config }}"
reports.storage.key.config="{{ dp_reports_storage_key_config }}"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm_charts/secor/config/secor.common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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
aws.client.pathstyleaccess=
#aws.client.pathstyleaccess=

###########################
# START AWS S3 ENCRYPTION #
Expand Down Expand Up @@ -358,7 +358,7 @@ secor.max.message.size.bytes=100000
# Class that will manage uploads. Default is to use the hadoop
# interface to S3.
# secor.upload.manager.class=com.pinterest.secor.uploader.AzureUploadManager
secor.upload.manager.class=
#secor.upload.manager.class=com.pinterest.secor.uploader.S3UploadManager

#Set below property to your timezone, and the events will be parsed and converted to the timezone specified
secor.message.timezone=UTC
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/helm_charts/secor/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ azure_account: "{{ cloud_private_storage_accountname }}"
azure_secret: "{{ cloud_private_storage_secret }}"
azure_container_name: "telemetry-data-store"

s3_access_key: "{{s3_storage_key}}"
s3_secret_id: "{{s3_storage_secret}}"
s3_region: "{{oci_region}}"
s3_endpoint: "{{s3_storage_endpoint}}"
s3_access_key: "{{cloud_private_storage_accountname}}"
s3_secret_id: "{{cloud_private_storage_secret}}"
s3_region: "{{cloud_private_storage_region}}"
s3_endpoint: "{{cloud_private_storage_endpoint}}"
s3_path_style_access: "{{s3_path_style_access}}"
s3_bucket_name: "telemetry-data-store"

Expand Down