Bug 515594 - Should allow to deploy any application without a URL?
Summary: Should allow to deploy any application without a URL?
Status: RESOLVED FIXED
Alias: None
Product: CFT
Classification: ECD
Component: General (show other bugs)
Version: 1.0.3   Edit
Hardware: PC Mac OS X
: P3 normal
Target Milestone: 1.1.0 M7   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2017-04-21 13:06 EDT by Nieraj Singh CLA
Modified: 2017-05-19 14:31 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nieraj Singh CLA 2017-04-21 13:06:09 EDT
Currently, CFT requires a URL for certain web applications (e.g., dynamic web application). However, CF in general seems to allow "no-route" property to be set, meaning that any app can be deployed without a URL, even web applications.

For example, through CF cli, you can deploy a web application without a URL simply by specifying --no-route option in cli, or equivalent property in manifest.yml:

https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#no-route

Should we remove the restriction of having a URL when deploying web applications in CFT?

If we do support 'no-route' in CFT, we also need to be mindful of how it interacts with health check once health check is supported. See link above.
Comment 1 Nieraj Singh CLA 2017-05-19 14:31:00 EDT
Fixed for 1.1.0 M7