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
1
vote
1 answer

How to get the openshift deployment history from the commandine?

We are using Openshift Online Pro. I am wanting to document / script how to review openshift deployment revisions on the commandline to facilitate rolling back to specific revisions. On the Web Console there is a "History" tab for the deployment…
simbo1905
  • 6,321
  • 5
  • 58
  • 86
1
vote
1 answer

List all PVCs of an Openshift cluster

How to list from the commandline, all PVCs of an Openshift cluster ? From my understanding, the scope of PVCs is the namespace/project, in which it was created. Listing the PVCs implies being connected (using) or at least mentioning the…
1
vote
1 answer

OpenShift - how to create a new image stream?

I am building an OpenShift s2i image. And to help streamline development I would like to create an image stream based on this s2i image, so that I can quickly test if changes to the s2i - and if changes in the source code base - works. I cannot find…
Magick
  • 4,603
  • 22
  • 66
  • 103
1
vote
1 answer

How to create openshift application for OPENSHIFT ONLINE 3 STARTER (NEW!) server in Eclipse IDE?

I am trying to create an openshift3 application in Eclipse IDE after installing JBoss Developer tool plugin in IDE, But getting below error at the time Sign into OpenShift. Error: The server type, credentials, or auth scheme might be incorrect: I…
1
vote
0 answers

What is default Server URL for creating openshift project using eclipse plugin?

I am trying to create openshift application using jboss plugin in eclipse. While creating project I given following server URL: https://openshift.redhat.com and choose authentication protocol as basic and provided correct user id and password. But…
1
vote
1 answer

Openshift privileges cluster managment

Are there users with administrator privileges to handle cluster features (cluster management)? How can I assign permissions to other users? I would like to run the following command : [root@localhost ~]# oc adm policy add-cluster-role-to-user admin…
1
vote
0 answers

Multichain and Openshift

I'm currently experimenting with multichain and was wondering if open shift would be able to host the software. For it to work I'll need to run shell commands and network multiple instances. Can open shift accommodate this?
Kendall
  • 5,065
  • 10
  • 45
  • 70
1
vote
3 answers

Deploy an ssh repository to Openshift NextGen

I'm an OpenShift newbie and I'm trying to deploy a Rails app to the Openshift NextGen from a private BitBucket repository. I followed this page and gave in the generated ssh key to BitBucket. Now the point is, according to that page you must create…
Simon
  • 701
  • 6
  • 25
1
vote
1 answer

Remotely connect to openshift database

I am trying to remotely connect to my Openshift v3 mysql database. As far as my understanding goes this is not possible without proper configuration as services are not natively reachable from the outside. I tried port forwarding, which gives me the…
Henry
  • 727
  • 1
  • 6
  • 25
1
vote
2 answers

Broken Pipe during Git Push to Openshift from Netbeans

I recently tried deploy a Java application to openshift from Netbeans 8.0 ,Git 1.9.1, Ubuntu 14.04 using Wildfly 9.0 and MongoDb catridges. The application was successfully deployed and hosted on Openshift . However i had to make some changes to…
ayojava
  • 11
  • 1
1
vote
0 answers

Fix SSL verification fail with OpenShift Client (rhc)

I have my own OpenShift Cluster. With an API running on 172.17.0.6. I'm trying to setup OpenShift Client Tool. But I can't setup my client because of self signed cert. Here is the debug: $ rhc setup --server 172.17.0.6 --debug --insecure DEBUG:…
1
vote
2 answers

Could not find a valid gem 'rhc'. SSL_connect server certificate verify failed on Windows, Unable to connect OpenShift Server

C:\>gem install rhc ERROR: Could not find a valid gem 'rhc' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed…
Vivaswan
  • 337
  • 4
  • 17
1
vote
1 answer

How can i install SMB Client on Openshift Gear

How can i install SMB Client on Openshift Gear Actually i have successfully installed OwnCloud Using https://hub.openshift.com/quickstarts/4-owncloud but the only problem is after installing the External storage support plugin it gives me hard…
1
vote
1 answer

How to specify a different location for ssh keys loading during rhc setup?

I am using rhc cli tool for OpenShift projects. I have encountered a problem with default rhc ssh key. On any ssh related action (setup, app-create, etc..) rhc creates ~/.ssh/id_rsa key if it does not exist. I do not like that behaviour, and I…
King-Wizard
  • 15,628
  • 6
  • 82
  • 76
1
vote
2 answers

Openshift - rhc setup - in 'require': cannot load such file

I am trying to install the Openshift client tools using the procedure available here. At the step requiring to perform rhc set-up, I get the following error message: I am on a Windows 10 64 bit laptop. Anyone knows how to solve this?
Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453