-
Notifications
You must be signed in to change notification settings - Fork 9
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.0.0 #1392
Comments
@1t5j0y |
Additionally configure AVNI_WEBAPP_TIMEOUT to increase timeouts to 30 days. |
Merged 5.0 branch of avni-client to master to ensure last few patch commits are also pushed to master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refer Release Documentation: https://avni.readme.io/docs/release-process-for-the-cloud
Components to release
rules-server(only build artifact related changes in 5.0)integration-service and integration-admin-app(Will be handled by Himesh)avni-media(already deployed on Oct 3)For each component
avni-server
Pre-deployment
/etc/openchs/avni_blacklisted_urls.json
with the following content/etc/openchs/openchs.conf
Post-deployment
/ping
as the load balancer target group health check url. It was set to/idp-details
to fix an issue in a previous release.params.formElement
fromformElement
- There are a few occurrences that need to be fixed manually.select o.name, form_element.group_id from form_element
join organisation o on form_element.organisation_id = o.id
where rule not like '%params.formElement%' and rule like '%formElement%' and form_element.is_voided = false;
avni-etl
Pre-deployment
Add following entry to
/etc/avni-etl-service_appserver.conf
asavni-etl-user
NOTE : If avni-media service is hosted on the same machine as the etl service, then
<env-integration-server> = http://localhost:3010
else<env-integration-server> = https://int-<avnienv>.avniproject.org
Remaining steps
The text was updated successfully, but these errors were encountered: