[
https://issues.jboss.org/browse/JBIDE-25871?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-25871 at 4/6/18 11:29 AM:
-------------------------------------------------------------------
I currently experience odd behaviours with OSO (east1, east2), the camel/springboot demo
app template is not fully executing, it won't create the service. When then trying to
remove the partial resources nothing happens, in Eclipse and in Web UI.
was (Author: adietish):
I currently experience odd behaviours with OSO east2, the camel/springboot demo app
template is not fully executing, it won't create the service. When then trying to
remove the partial resources nothing happens, in Eclipse and in Web UI.
Server adapter: spring-boot-camel-xml adapter cannot rsync: no rsync
nor tar available
--------------------------------------------------------------------------------------
Key: JBIDE-25871
URL:
https://issues.jboss.org/browse/JBIDE-25871
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.AM3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: rsync, server_adapter, springboot
Fix For: 4.5.3.Final
Attachments: fuse-on-openshift.zip, pod-running.png, rsync-fails.png
# ASSERT: have project *camel-ose-springboot-xml* imported to your workspace (from
attached archive fuse-on-openshift)
# ASSERT: have a connection to
https://console.starter-us-east-2.openshift.com with a
project *<username>-stage*
# EXEC: deploy project *camel-ose-springboot-xml* project via fabric-8 maven plugin:
{code}
mvn clean install fabric8:deploy \
-Dkubernetes.master=https://console.starter-us-east-2.openshift.com \
-Dkubernetes.namespace=adietish-stage \
-Dkubernetes.auth.basic.username=<username> \
-Dkubernetes.auth.basic.password=<password> \
-Dfabric8.mode=openshift \
-Dkubernetes.trust.certificates=true \
-Dfabric8.build.strategy=s2i \
-Dkubernetes.auth.tryServiceAccount=false \
-Dfabric8.generator.from=fabric8/s2i-java \
-Dfabric8.generator.fromMode=docker \
-Dkubernetes.auth.tryKubeConfig=false
{code}
# ASSERT: you have a pod running for a service *camel-ose-springboot-xml*
!pod-running.png!
# EXEC: create a server adapter for your service *camel-ose-springboot-xml*
# ASSERT: adapter starts automatically and starts to sync local project to OpenShift
Result:
RSync fails, you're told that the container has no strategy for syncing, neither
rsync nor tar are available.
!rsync-fails.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)