Skip to content

Commit

Permalink
Merge pull request #933 from project-sunbird/fix-tag-2.4.0
Browse files Browse the repository at this point in the history
Fix tag 2.4.0 and merge to release-2.4.0
  • Loading branch information
beepdot authored Nov 22, 2019
2 parents b51e474 + 5e2d167 commit c155e0c
Show file tree
Hide file tree
Showing 190 changed files with 2,110 additions and 4,684 deletions.
3 changes: 1 addition & 2 deletions ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ zk_port: 2181

kafka_broker_host: "{{groups['kafka']|join(',')}}"
zookeeper_quorum: "{{groups['kafka']|join(':2182,')}}:2181"
sunbird_telemetry_kafka_topic: "{{env}}.telemetry.ingestion"
sunbird_telemetry_kafka_topic: "{{env}}.telemetry.ingest"
sunbird_data_pipeline_kafka_topic: "{{env}}.telemetry.ingest"
telemetry_proxy_url: "{{sunbird_ekstep_api_base_url}}/data/v3/telemetry"
sunbird_telemetry_request_max_count: 100
Expand Down Expand Up @@ -564,7 +564,6 @@ player_limit_memory: 512M
content_replicas: 1
content_reservation_memory: 1000M
content_limit_memory: 1000M
learner_reservation_cpu: 1
badger_replicas: 1
badger_reservation_memory: 500MB
badger_limit_memory: 500MB
Expand Down
3 changes: 1 addition & 2 deletions ansible/keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@
- name: After succesful migration and staring of keycloak, start back monit if installed
service: name=monit state=started
become: yes
when: ansible_facts.services.monit is defined

when: ansible_facts.services.monit is defined
7 changes: 7 additions & 0 deletions ansible/postgresql-data-update-managed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- hosts: localhost
gather_facts: no
become: yes
vars_files:
- ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml']
roles:
- postgresql-data-update-managed
5 changes: 2 additions & 3 deletions ansible/postgresql-data-update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
- hosts: localhost
gather_facts: no
- hosts: postgresql-master
become: yes
vars_files:
- ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml']
roles:
- postgresql-data-update
- postgresql-data-update
9 changes: 5 additions & 4 deletions ansible/roles/keycloak-deploy/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
- include: bootstrap.yml
tags:
- bootstrap

- include: deploy.yml
tags:
- deploy

- include: custom.yml
tags:
- deploy
- custom

- include: bootstrap.yml
tags:
- bootstrap
Loading

0 comments on commit c155e0c

Please sign in to comment.