-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: FIS 1.0 - OpenShift Fuse 3.1-GA
-
Fix Version/s: FIS 1.0 - OpenShift Fuse 3.1-GA
-
Component/s: FIS-Quickstarts
-
Labels:None
Using 'new-app' with any quickstart that exposes a service results in a broken app due to the following missing pieces:
- DeploymentConfig is missing port definition for HTTP service port
- Service definition is missing port definition for HTTP service port
- No route definition is created to expose the service outside of OpenShift
We should really create templates for the user and include them in the quickstart/archetype so that a user can do:
oc create -f [quickstart-template.json]
|
oc new-app [quickstart template name]
|
Would be a good idea to parameterize things the user might want to change (e.g. git url).