Skip to content

Commit

Permalink
Issue #000 fix: keyspace variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshkumargangula committed Jan 11, 2021
1 parent 1e6b867 commit 4e2a6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ hierarchy_keyspace_name: "{{instance}}_hierarchy_store"
orchestrator_keyspace_name: "{{instance}}_script_store"
dialcode_keyspace_name: "{{instance}}_dialcode_store"
category_keyspace_name: "{{instance}}_category_store"
assessment_keyspace_name: "{{instance}}_question_store"


dp_cassandra_connection: "{{ groups['dp-cassandra'][0] }}:9042"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm_charts/datapipeline_jobs/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ questionset-publish:
router.parallelism = 1
}
question {
keyspace = "dev_question_store"
keyspace = "{{ assessment_keyspace_name }}"
table = "question_data"
}
questionset {
keyspace = "dev_hierarchy_store"
keyspace = "{{ hierarchy_keyspace_name }}"
table = "questionset_hierarchy"
}

Expand Down

0 comments on commit 4e2a6d9

Please sign in to comment.