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
94
votes
7 answers

OpenShift rhc setup using multiple accounts

I have two accounts on Openshift platform. How can I setup my computer so that I can manage both of them with rhc? I cannot find any relevant option in the command line arguments.
lunr
  • 5,159
  • 4
  • 31
  • 47
13
votes
2 answers

Openshift rhc setup "The OpenShift server is not responding correctly."

I would like to setup access to my open shift application. I have rhc client installed and wanted to run rhc setup I'm asked about providing server hostname: Enter the server hostname: |openshift.redhat.com| so I enter the hostname of my…
Jakub
  • 3,129
  • 8
  • 44
  • 63
9
votes
5 answers

How to make oc cluster up persistent?

I'm using "oc cluster up" to start my Openshift Origin environment. I can see, however, that once I shutdown the cluster my projects aren't persisted at restart. Is there a way to make them persistent ? Thanks
Carla
  • 3,064
  • 8
  • 36
  • 65
9
votes
9 answers

Unable to login to Openshift

I have been trying to connect to my application via Openshift for days and still have no luck. I am no certain of which forum to go at this point because I am not getting help anywhere. 1) I am going via terminal and running sudo rhc setup (the…
HGB
  • 2,157
  • 8
  • 43
  • 74
9
votes
5 answers

Using openshift rhc tail command

How do you tail openshift log files? I issued the following command: rhc tail myapp It seems to show first error line and then stops, but doesn't exit. If I press ctrl+C it asks whether to stop batch or not. How can I display last few errors and…
synergetic
  • 7,756
  • 8
  • 65
  • 106
7
votes
1 answer

List pods that are servicing a service

I am trying to get the list of pods that are servicing a particular service There are 3 pods associated with my service. I tried to execute the below command oc describe svc my-svc-1 I am expecting to see the pods associated with this service. but…
7
votes
3 answers

How to download a file/folder from remote (openshift) to local system

How to download or backup or to save a copy of a file from openshift remote folder into my local-system folder using rhc client tool? or is there any other way other than rhc client tool to make a backup of it to my local system? Also, Is there a…
user4318530
7
votes
3 answers

Receiving "SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: sslv3 alert handshake failure" with openshift nodejs app

I have a nodejs app on openshift, and we use the rhc port-forward command to connect to our database when we develop locally. We have implemented passport to authenticate users through google and through facebook. I have authenticated my self, and…
user2796352
  • 974
  • 3
  • 14
  • 23
7
votes
7 answers

Cannot git-clone an OpenShift application

I just opened an OpenShift account, and went through this tutorial: https://www.openshift.com/blogs/any-version-of-nodejs-you-want-in-the-cloud-openshift-does-it-paas-style When I got to creating the app, I got the following…
Erel Segal-Halevi
  • 33,955
  • 36
  • 114
  • 183
7
votes
3 answers

How to redeploy a Tomcat 7 application on Openshift

I know that a git push origin master will let Openshift redeploy the application to its new version. But my situation is that my Tomcat application depends on another sub-module maven project, and they are both snapshot. Once its sub-module project…
Wenhao Ji
  • 5,121
  • 7
  • 29
  • 40
7
votes
5 answers

Can't use rhc after installation , for openshift

I'm running into a weird issue after installing rhc and vmc. None of the below seems to be working. For Openshift: https://openshift.redhat.com/app/getting_started For Cloudfoundry: http://docs.cloudfoundry.com/tools/vmc/installing-vmc.html I'm…
sbose
  • 1,791
  • 5
  • 24
  • 46
6
votes
4 answers

How to ssh into openshift app using the 'rhc' command on windows?

I am trying to ssh (from windows) into my Openshift app using the 'rhc' command rhc app-ssh I have followed the Openshift instruction here: https://www.openshift.com/forums/openshift/how-to-rhc-app-ssh-command Putty is returning the…
fat fantasma
  • 7,483
  • 15
  • 48
  • 66
6
votes
4 answers

OpenShift Deployment

Hi I am new to open shift . I don't know how to create repository and deploying our project to it. I have configured it through command prompt. After installing rhc successfully through command prompt I am getting confusion of help given on Open…
Ravi Dutt
  • 135
  • 2
  • 4
  • 16
5
votes
2 answers

How to get rollback to use the older image instead of staying on the newest (externally built)?

We are moving our build process outside our OpenShift 3.11 cluster and have noticed that when wanting to rollback to an older deployment the docker image used is not the old one but the newest one known to OpenShift. I saw for images built by an…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
5
votes
2 answers

Openshift CLI - update Application with template and oc new-app

I am currently building and deploying an Application with a template using oc new-app -f ./openshift/template.yaml I am using a template and not separate Deployment-, Build-, etc. configs because I also want to be able to pass parameters like oc…
1
2 3
21 22