]
Andre Dietisheim commented on JBIDE-26172:
------------------------------------------
Creating via templates in the web-ui works fine.
Creating via build images works fine.
Application wizard: cannot create apps via templates on OpenShift
online
------------------------------------------------------------------------
Key: JBIDE-26172
URL:
https://issues.jboss.org/browse/JBIDE-26172
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.6.0.Final
Reporter: Andre Dietisheim
Priority: Critical
Labels: application_wizard
Attachments: image-2018-07-05-14-52-49-127.png
steps:
# ASSERT: have a connection to OpenShift Online
(
https://console.starter-us-west-1.openshift.com)
# EXEC: launch application wizard via explorer ctx menu New > Application
# EXEC: select a template (ex. nodejs-mongo-persistent), hit "Finish"
Result:
The wizard complains that the API version in the data for
* route
* image
* build
* apps
does not match the expected API version v1.
!image-2018-07-05-14-52-49-127.png!
The services are create but other than that nothing is: neither bc, builds, rc, dc, is
etc.
There's no error in the Eclipse log.