Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
lern-data-pipeline
Commits
ce93273f
Commit
ce93273f
authored
2 years ago
by
PrasadMoka
Browse files
Options
Download
Patches
Plain Diff
LR-269 using same variable from private repo
parent
7447fcd0
release-5.0.1
github/fork/rahulbowade/release-5.0.1-collection-certificate-generator-debug
release-5.0.1_RC2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/inventory/env/group_vars/all.yml
+1
-1
ansible/inventory/env/group_vars/all.yml
with
1 addition
and
1 deletion
+1
-1
ansible/inventory/env/group_vars/all.yml
+
1
−
1
View file @
ce93273f
...
...
@@ -122,7 +122,7 @@ enable_rc_certificate: true
### kafka and zookeeper ip vars and being used in kafka topiccreation role.
processing_zookeeper_ip
:
"
{{
groups['processing-cluster-zookeepers'][0]
}}"
## MultiDC flag for LERN data pipeline jobs
cassandra_isMultiDCEnabled
:
false
cassandra_isMultiDCEnabled
:
"
{{is_multidc_enabled}}"
# LERN BB specific kafka topics,have to be overridden in private devops repo to include BB Name for integrators.
kafka_topic_course_batch_job_request
:
"
{{env_name}}.coursebatch.job.request"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets