Questions tagged [openshift-client-tools]

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

329 questions
0
votes
1 answer

How to ssh a openshift3 pod if replicas are more than one?

if I have multiple replicas of my web service, how can I ssh and investigate a single pod?
0
votes
1 answer

Openshift: Unable to access service by cluster hostname

I setup an OpenShift environment on my Mac with following versions: Mac OS Sierra, Version:10.12.2 (16C67) oc v1.5.0-alpha.2+e4b43ee kubernetes v1.5.2+43a9be4 features: Basic-Auth I was able to get the developer version running by doing a oc…
MojoJojo
  • 3,897
  • 4
  • 28
  • 54
0
votes
1 answer

How do I install OpenShift Origin through Vagrant and VirtualBox?

I am trying to install OpenShift Origin All-in-one on my MacBook Pro, and I am struggling. I have tried following various tutorials, but (in my opinion) every source and every step involved with the process is fragmented because it's open source...…
user5964698
0
votes
1 answer

I can not get Openshift oc command line tool 32 bit version for linux (ubuntu)

On project overview page of Openshift v3 (developer preview) by going to help->Command Line Tools , it only shows 64 bit version for linux but not 32 bit.
0
votes
0 answers

Transferring existing applications from one domain to another in Openshift v3+

How to transfer existing applications from one domain to another domain in openshift version 3+. I am looking for a consolidated solution instead of pointing remote repository to new domain in git because there are so many developers working…
ankidaemon
  • 1,363
  • 14
  • 20
0
votes
1 answer

Web App works fine on locat tomcat server but giving 404 after pushing on shift

I have been working on a web app with spring mvc and jersey and almost complete the functionality. I was testing it on local tomcat server but today when i pushed it to openshift server its not working and giving me 404 not found. I have no idea…
0
votes
1 answer

OpenShift cloud Java web application Saving and displaying working dates in UI how to solve this?

I deployed my application in Openshift RedHat cloud Technology: Java (UI: Vaadin,service side: Spring Boot) Server:wildfly 8.1 DB: Mysql Example: If i save 25-07-2016 then its saving in DB like 24-07-2016 and while displaying this date its showing…
0
votes
1 answer

Openshift NodeJS App Deployment Port Error

I am using Openshift PaaS service to deploy me Node JS based web application. Everything is executing fine except one. If i am trying to run main node js file (server.js) then it is throwing the "Application 'bloggernodeapp' failed to start (port…
Shravan Jain
  • 720
  • 1
  • 11
  • 32
0
votes
1 answer

Log python on Openshift

I have configured my Django project on Openshift with success. But somewhere in my site I launch a command tool installed by pip and I think the command failed. But I don't find python log with rhc tail -a project Or when I got to…
general03
  • 855
  • 1
  • 10
  • 33
0
votes
2 answers

Openshift rhc port forward exception

I am trying to open ports so i access my database remotely from my pc I am running on Ruby200-x64 and when i try to access port forward rhc port-forward -a appname i get the following response/error: Checking available ports ...…
Lundira
  • 169
  • 3
  • 12
0
votes
0 answers

OPENSHIFT RHC SSH connection refused

I have 2 apps (old-app & new-app), I am able to connect to the newer app via RHC SSH new-app... but now I'm not able to SSH into my old-app. I get port 22: Connection refused. I tried deleting my express.conf and re-running RHC setup... but still…
Jay Marm
  • 556
  • 5
  • 12
0
votes
0 answers

Ruby fails after installing custom cartridge for OpenShift

So I am trying to install a custom cartridge that has python3.5 https://github.com/Praisebetoscience/openshift-cartridge-python-3.5 The command I'm running is: rhc app create bot nodejs-0.10…
0
votes
1 answer

Openshift Jenkins deployment location

I have a webservice hosted at openshift along with a Jenkins setup. I want a jenkins build to happen for each push. My question is; do I push to myapp? or push to jenkins? For instance I would like for the whole codebase to be on jenkins git, and…
C_B
  • 2,620
  • 3
  • 23
  • 45
0
votes
3 answers

OpenShift rhc fail on setup

I'm new with OpenShift, I have a Windows 10 (x86) machine, I'm trying to setup the rhc, but show me that message: rhc setup D:/Herramientas/Ruby/lib/ruby/2.2.0/rubygems/core_ext kernel_require.rb:54:in require': cannot load such file -- dl/import…
rro4785
  • 31
  • 1
  • 5
0
votes
1 answer

How can I open a port on open shift?

I'm trying to open a port on open shift for a java application. But when I run the app I get this error There was an error binding to port 1701. Port already in use. Any ideas?
user5768408