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

Release 5.1.0 patch 1 #1624

Open
wants to merge 29 commits into
base: release-5.1.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
86bb05f
updated codacy badge
Jan 7, 2019
ed56b42
Merge pull request #12 from project-sunbird/G33tha-patch-1
Jan 7, 2019
07a7a65
Issue #000 feat: updated circleci config file
Jan 8, 2019
ec56b14
Update config.yml
Jan 8, 2019
72667e5
updated circleci config file
Jan 8, 2019
5d88739
Update config.yml
Jan 8, 2019
70386a6
Update config.yml
Jan 8, 2019
6329132
Update config.yml
Jan 8, 2019
bae4ca0
Update config.yml
Jan 8, 2019
6880bce
Issue #000 feat: Merge release-1.13.1 to master
Feb 15, 2019
09efdb4
Issue #000 feat: Merge release-1.14-S3 to master
Apr 1, 2019
1b99f83
Merge release-1.14-S3 branch to master
sunilpes Apr 2, 2019
6a30b57
Issue #SB-14792 feat: Add ver filter for WFS config
sowmya-dixit Sep 20, 2019
44cb74f
Merge pull request #405 from sowmya-dixit/release-2.3.2
RevathiKotla Sep 20, 2019
50e1d58
Issue #SC-1009 fix: config changes for start/end date
sunilpes Sep 25, 2019
a34867a
Issue #SC-1009 fix: config changes for start/end date
sunilpes Sep 25, 2019
d64fc17
Merge pull request #413 from sunilpes/release-2.3.2
sowmya-dixit Sep 25, 2019
e17c958
Merge branch release-2.3.2 into master
Oct 10, 2019
4b6760e
Merge pull request #419 from anandp504/merge-2.3.2-master
sowmya-dixit Oct 10, 2019
1014fb4
Issue #000 chore: Merge release-3.0.2 to master
Jul 23, 2020
ec155a2
Merge pull request #933 from anandp504/master
SanthoshVasabhaktula Jul 23, 2020
3fdbdc3
Add files via upload
SanthoshVasabhaktula Jul 24, 2020
c042292
Issue SB-23962 feat: Github jira integration.
Apr 1, 2021
c56f74d
Merge pull request #1248 from manjudr/git-jira-integration
SanthoshVasabhaktula Apr 1, 2021
eb1e1a1
Merge pull request #1596 from Sunbird-Obsrv/release-5.0.0
anandp504 Jan 3, 2023
ad6b732
updated the zookeper version
Priya-1123 Sep 8, 2023
00ec1f0
Updated zookeeper version
Priya-1123 Sep 8, 2023
7a61cc3
:bug: zookeeper_url updated with archive link
srajasimman Sep 14, 2023
3694925
Merge pull request #1 from srajasimman/patch-1
Priya-1123 Sep 14, 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
Binary file added DataPipeline_HighLevel_Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ansible/roles/zookeeper-upgrade/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
zookeeper_version: 3.6.3
zookeeper_url: "https://downloads.apache.org/zookeeper/stable/apache-zookeeper-{{ zookeeper_version }}-bin.tar.gz"
zookeeper_url: "https://archive.apache.org/dist/zookeeper/zookeeper-{{zookeeper_version}}/apache-zookeeper-{{zookeeper_version}}-bin.tar.gz"
zookeeper_port: 2181
zk_jvm_opts: "-Xms128m -Xmx128m"
verify: True
Expand Down