cf-mta-examples icon indicating copy to clipboard operation
cf-mta-examples copied to clipboard

The repository contains multitarget application (MTA) examples for SAP BTP, Cloud Foundry environment. Examples demonstrate how to achieve different goals using MTAs and show the capabilities of MTA d...

Results 34 cf-mta-examples issues
Sort by recently updated
recently updated
newest added

feature docs: https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6ef40dfc2ef14bb08c28cd53b4de4c0b.html resources of type: org.cloud-foundry.existing-service, treated as not managed(read-only) but bound/deployed to.

Hooks feature documentation: https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/b9245ba90aa14681a416065df8e8c593.html TLDR: Run a CF task before/after an app get's started or on other steps of the deploy-process in order to achieve capabilities as triggering long graceful...

MTA deployment-service feature docs: https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/a1c184c585f24c1c8dfaf4d1fcc2fde7.html Details on CF tasks: https://docs.cloudfoundry.org/devguide/using-tasks.html https://blogs.sap.com/2019/05/01/cloudfoundryfun-4-fetch-football-scores-periodically/

A missing example: Sharing a dynamically generated route of one app to the environment of another app during MTA deployment.

Hi Team, This is more of a question. I want to know, how can I use the parameters to update service credentials. UseCase: There are a few services for which...

Hi, I have tried to make use of the feature to remove a property/parameter using the extension descriptor. Following the sample https://github.com/SAP-samples/cf-mta-examples/tree/main/parameter-and-property-metadata#deploy-mta-with-not-null-property-and-remove-it-in-the-extension-descriptor I haven't succeeded to remove the property "not-null-property"....

Hello, I tried blue-green deployment strategy with modules: - name: myName parameters: keep-existing: service-bindings: true but service bindings were not transferred to the new "-idle" instance of the app. When...