Skip to content

Commit c6405e0

Browse files
committed
update versions of bahmniendtb, bahmniapps, and bahmni-endtb-batch to install; remove custom install of bahmni core
1 parent d376760 commit c6405e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playbooks/examples/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bahmni_repo_url: https://dl.bintray.com/bahmni/rpm/
22
implementation_name: endtb
33
timezone: Asia/Kolkata
4-
omods: ["https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.2.0/bahmniendtb-2.2.0.omod", "https://modules.openmrs.org/modulus/api/releases/1545/download/dataintegrity-4.2.3.omod", "https://s3.amazonaws.com/endtb-artifacts/1.6/bahmnicore-omod-0.88-SNAPSHOT.omod", "https://github.com/Bahmni/bacteriology/releases/download/1.1/bacteriology-1.1.omod"]
4+
omods: ["https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.3.0/bahmniendtb-2.3.0.omod", "https://modules.openmrs.org/modulus/api/releases/1545/download/dataintegrity-4.2.3.omod", "https://github.com/Bahmni/bacteriology/releases/download/1.1/bacteriology-1.1.omod"]

playbooks/roles/bahmni-endtb-batch/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# yum: name=https://github.com/endtb/bahmni-endtb-batch/releases/download/2.1.0/bahmni-endtb-batch-2.1.0-11.noarch.rpm state=present
66

77
- name: Install bahmni-endtb-batch
8-
yum: name=https://github.com/endtb/bahmni-endtb-batch/releases/download/2.2.0/bahmni-endtb-batch-2.2.0-15.noarch.rpm state=present
8+
yum: name=https://github.com/endtb/bahmni-endtb-batch/releases/download/2.3.0/bahmni-endtb-batch-2.3.0-17.noarch.rpm state=present

playbooks/roles/bahmniapps/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# turn this one or off by adding this role the "all.yml" file
33

44
- name: Download bahmniapps from remote location as zip file
5-
get_url: url=http://bamboo.pih-emr.org/bahmni-repo/endtb-bahmniapps-0.88-latest.zip dest=/tmp/bahmniapps.zip
5+
get_url: url=https://github.com/endtb/openmrs-module-bahmniapps/releases/download/2.3.0/endtb-bahmniapps-0.89-44.zip dest=/tmp/bahmniapps.zip
66

77
- name: Clear out existing bahmniapps content
88
file: path=/opt/bahmni-web/etc/bahmniapps state=absent

0 commit comments

Comments
 (0)