Skip to content

CF push with manifest does not honor the order of service bindings #1367

@madevr

Description

@madevr

Hi,

Using most recent CF CLI version.

The order of the service bindings in a manifest is not honored when doing a cf push.

For example:
I have an app that needs to be bound to serviceA and serviceB. serviceB requires that serviceA is already bound, and it also checks this when the binding to it happens. Therefore, I define the following service bindings in my manifest:

  • serviceA
  • serviceB

I expect that first, serviceA is bound, and then serviceB is bound to my app.

However, when executing cf push, it can happen that serviceB is bound first, resulting in an error.

Would it be possible to honor the order of the services? Or to provide an option for this?

Thanks and kind regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions