-
Notifications
You must be signed in to change notification settings - Fork 41
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
Partial deployment of application from a module without updating the services #141
Comments
Hi, We've tracked this problem and it should be fixed soon since currently if no module/resource is specified all of the modules/resources will be updated. You can specify the resources that you need to update via "-r" option and this way only the provided resources will be updated. Thanks and best regards, |
Hi @IvanBorislavovDimitrov Can you concretise "should be fixed soon" a bit? I still see the same behaviour with the latest plugin version 2.7.0. We also would prefer the requested behaviour that if we specify Options:
Assuming you have a lot of resources, and you really want to update all of them but just update a single module, we already have the flag We could also keep updating all resources on default and add a new flag I don't mind too much about which way, but the |
Is this plugin still supported? Not so much activity lately. |
Hi, I would suggest a workaround which will tells the MultiApps Controller to skip the service updates via the parameter called @Kiemes I can see that you are part of SAP so I will send the internal backlog item and you can subscribe to it. Best Regards, |
Hi,
we've got a module which requires a lot of resources/services, that don't change.
If I make a partial deployment via "cf deploy -m <module_name>" then all resources also get's processed/updated.
Is it possible to just "update" one application/module without updating all the resources/services?
Thanks,
Steve
The text was updated successfully, but these errors were encountered: