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
0 answers

Install Odoo v11 on Openshift Online

How can I install Odoo v11 on Openshift Online using the Docker Image of Odoo v11. In Openshift: I created a project called myodoo. What I did was to create a persistent postgresql storage with the following parameters in the web console: Memory…
Smiley
  • 479
  • 2
  • 5
  • 15
0
votes
1 answer

Install OpenShift command line interface in Windows

I am installing OpenShift command line interface (CLI) for window 7 32bit from the documentation: But error occur: [Window Title] C:\Users\Administrator\Desktop\oc_2\oc.exe The version of this file is not compatible with the version of Windows …
David
  • 1
0
votes
0 answers

Rhc login fail during the setup

I've tried to setup my OpenShift account using CLI and RHC. I followed the steps here https://developers.openshift.com/getting-started/osx.html#client-tools . When I try the "rhc setup", it asks me for login and password I enter my OpenShift account…
0
votes
1 answer

Create HTTPS-based Encrypted URLs Using Routes for Starter subscription

I am trying to follow this article Create HTTPS-based Encrypted URLs Using Routes. Will I be able to accomplish this on a Starter subscription account? Specifically, I tried to login using OC tool with ‘oc login’. But it asked for server. I am…
EmilyJ
  • 872
  • 2
  • 8
  • 19
0
votes
1 answer

how to active default ssl in openshift3 for running project on tomcat8?

I deploy a .war file "Red Hat JBoss Web Server 3.0 Tomcat 8" presented by openshift3 starter (step by step like this link). It deployed and I can see my welcome page in browser with http url(this sample) But https is not available (https of my…
MrSalesi
  • 377
  • 3
  • 17
0
votes
1 answer

Using Fabric8's Openshift Client, is there a way I can tell if a Project Name is available, as a regular user?

In the recent versions of OpenShift when you delete a project, the project will be taken off of the project list, but for whatever reason - the namespace will be unavailable until after some time. I imagine it is still cleaning up and/or shutting…
0
votes
1 answer

Open shift login issue with rhc

Am facing issue while login to openshift account through rhc. However i can able to login using web console not through rhc. It throws wrong user name and password. Am 100% sure am using right user name and password. From debug mode understood its…
0
votes
1 answer

OpenShift Online 3 with filezilla?

How can we connect filezilla with OpenShift Online 3 created account. Where we can get ftp details or from where we can add ssh public key.
Nikhilesh Patve
  • 1,760
  • 3
  • 13
  • 31
0
votes
2 answers

Pip install failed in openshift 3

I want to use the new platform Openshift 3 but I can't install lxml for Weblate with pip when build process is launch. In logs the last line is "Running setup.py install for lxml" but no more error How can I found what happened ? Thanks
general03
  • 855
  • 1
  • 10
  • 33
0
votes
1 answer

eclipse/Git in openshift v3

I have been using eclipse (with openshift plugin) for my Openshift v2 project. Now, I have to migrate. In Openshift v2, I run local git repositories. Each repository branch has a correpsonding remote (I assume in Openshift V2). I can push/pull etc…
user1693207
  • 119
  • 2
  • 11
0
votes
0 answers

Importing application image from local docker registry

I have a docker application image created using s2i implementation. I was able to import it in the server(OpenShift) but when I create a project using this image, it does not detect any image. I am guessing that I have imported a whole application…
user8031952
0
votes
1 answer

How can I login into my openshift account via CLI?

When I type oc login, I get: Server [https://localhost:8443]: Now what url should I give to it? What is openshift server address? I just pressed enter and I got: error: dial tcp [::1]:8443: connectex: No connection could be made because the target…
Joseph
  • 1,676
  • 2
  • 10
  • 20
0
votes
1 answer

How to inform Maven/JVM options for S2I build in OpenShift3

OpenShift3 allows to build a container from a Github repository using the concept of "S2I - Source to Image". For example: oc new-app codecentric/springboot-maven3-centos~https://github.com/cbelleza/spring-boot-samples.git…
Carlos Alberto
  • 7,761
  • 13
  • 52
  • 72
0
votes
1 answer

Openshift v3 Java client throws null

These is my OpenShift Java client code: public class JavaClient { public static void main(String[] args) throws Exception { // TODO Auto-generated method stub IClient client = new…
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
0
votes
1 answer

Openshift3 Does free hosting work

I have created a small Web Application using struts/tiles/mysql/tomcat. I dont intend to earn any money. Once it is online, it might help parents of my school.