jboss-openshift / application-templates

OpenShift application templates supporting JBoss Middleware based applications.
Apache License 2.0
153 stars 303 forks source link

[CLOUD-2542] adding template which starts postgresql while using jdbc object store for transaction data #486

Closed ochaloup closed 5 years ago

ochaloup commented 5 years ago

https://issues.jboss.org/browse/CLOUD-2542

This change depends on the PR: https://github.com/jboss-openshift/cct_module/pull/296

This PR adds a new template which uses postgresql as storage for transactional data - that means the JBoss EAP is configured to use txn jdbc object store and cct_module uses jdbc object store as storage for txn recovery data (as introduced by CLOUD-2261).

ochaloup commented 5 years ago

The PR will be moved to the https://github.com/jboss-container-images/jboss-eap-7-openshift-image/tree/eap-cd-dev/templates repository. Closing here.

ochaloup commented 5 years ago

related pr: https://github.com/jboss-container-images/jboss-eap-7-openshift-image/pull/154