Skip to content
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

"Cloud Foundry CLI" script failure due to incorrect URL parsing. #64

Closed
ivandavidov opened this issue Apr 27, 2017 · 3 comments
Closed
Labels

Comments

@ivandavidov
Copy link
Owner

The cf_cli overlay bundle currently uses hard coded value for the CF CLI URL. The problem is that the URL contains multiple = characters which break the URL parsing. This particular overlay bundle needs alternative approach for the URL parsing. One solution is to use source.

Alternatively, the overall approach regarding the URL parsing should be revised and updated in all scripts.

@ivandavidov
Copy link
Owner Author

I've been working with Cloud Foundry for quite some time and it really doesn't make much sense to have the CF CLI tool in MLL. In best case scenario it will be just for demonstration purposes.

In real life scenario CF CLI requires CF API endpoint and MLL neither provides such endpoint, nor it ever will, due to the complexity behind the CF installation process on local machine.

I see 2 possible options:

  • Keep the overlay bundle as it is now. This will be only for demonstration purposes.
  • Remove this overlay bundle.

Third option would be to fix the original issue... probably... one day...

@ivandavidov
Copy link
Owner Author

Possible solutions are described here.

@ivandavidov
Copy link
Owner Author

The issue has been fixed here and everything works fine. The same parsing mechanism could be used in #120.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant