You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new blue-green strategy with deploy the process goes as follows:
Rename any existing application and suffix "-live" to the app-name
Create new application with of the newer version to be deployed with name "-idle"
Bind services to the app
Upload application/module "-idle"
Stage and start the application
If application starts successfully, then rename the application and remove the "-idle" suffix
Stop and remove old "-live" suffixed app
Cleanup
We are facing 2 issues with this approach:
When the application "-idle" is renamed and this prefix is removed, this new name does not flow down to Kibana (and probably many other bound services which depend on the application name). In kibana we still see the application name with the "-idle" prefix
17:12:49 Could not update application "my-app-idle" from MTA "my-app-mta-id" for subscription "shared-subscription": 404 Not Found: Application my-app-idle not found.
Your environment
MultiApps CF CLI Plugin version - 2.7.0
which CF vendor is used - SAP CP CF
The text was updated successfully, but these errors were encountered:
Regarding the first issue - the deploy-service just renames the application from "app-idle" to "app". It uses the Cloud Controller in order to do that. Do you experience this issue if you use "cf rename" command?
Second issue:
Could you attach the MTA operation logs? The command is printed at end of the deployment: "cf dmol -i <operation_id>". You can find the operation ids via "cf mta-ops --all".
Do you deploy these MTA applications simultaneously the "provider" and the "consumer" of the Cross MTA dependency?
Description
When using the new blue-green strategy with
deploy
the process goes as follows:We are facing 2 issues with this approach:
Your environment
The text was updated successfully, but these errors were encountered: