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

rhc command for openshift Mysql ip

i need Mysql IP for custom wordpress installation as it not support "localhost" mysql host address.In rhc window client i use port forward command rhc port-forward -a appname but it show openshift IP address of HAPROXY and httpd not for Mysql.how to…
gill
  • 83
  • 1
  • 9
0
votes
1 answer

rhc snapshot not saving all the data

If I try to take a snapshot rhc snapshot save -a django It is not saving all the data and codes in the server. Here is the link of my app http://django-appspot.rhcloud.com It is running on: Django-1.5.1 python-2.7 Mysql The size without /tmp ,…
0
votes
1 answer

Permission denied when trying to forward ports in openshift

I am kinda new to openshift and I am trying to give it a try. While following this tutorial when running the rhc port-forward -a command. I am getting an Permission Denied error. Any ideas what I am doing wrong? The problem is not the password. If…
0
votes
1 answer

Openshift script after deployment

I m using openshift to deploy my app which uses python,mongodb and node.js. After pushing all my code and data into server it is saying service not available when rhc client is closed. Is that because i did not write postdeploy script?
Vindhya G
  • 1,339
  • 2
  • 21
  • 46
0
votes
1 answer

Error with rhc-create-domain (Openshitft)

Hi i have an error when i run the command rhc-create-domain in Ubuntu 11.10. I follow the steps of this: Error with rhc-create-domain on command line (Openshitft) But I take this error: mastervodoo@vodoo:/boot/grub$ rhc domain create -n projveh -l…
Vodo-Siosk Baas
  • 183
  • 3
  • 12
  • 27
-1
votes
1 answer

Where is Windows 32-bit installer for OpenShift CLI?

I'm trying to find an OpenShift CLI installer for Windows 32-bit. The only 32-bit installer I see is Linux. Please help! I am trying to deploy .war file onto an OpenShift server, but not able to because I can't find a 32-bit installer. Thank you! I…
-1
votes
1 answer

Upgrading Python in Django cartridge in Openshift to install Quantlib-Python

I am using the Django cartridge in Openshift. This cartridge has Python version 3.3.2. Is there a way to upgrade the python to 3.6? I am trying pip install QuantLib-Python in ssh console. It gives me the following error: Collecting QuantLib-Python …
-1
votes
1 answer

How to update openshift application which does not receive automatic updates?

I'm trying to figure out how install security updates for my OpenShift application. It's a community created openshift 'flask' framework which does not seem to receive automatic updates: https://hub.openshift.com/quickstarts/116-flask I've tried to…
k3it
  • 2,500
  • 5
  • 18
  • 20
-1
votes
2 answers

postgresql-crunchy not in rhc port-forward list

I have installed Postgresql 9.3 on OpenShift with the cartridge available at github. The database is started. I want to connect to it from PgAdmin-III on my local PC. I am supposed to forward ports with: rhc port-forward Yet, the list of…
-1
votes
1 answer

cannot restart app in openshift after updated gem

I couldn't restart my app via rhc restart {myapp} after run gem updating. I ran: rhc restart-app {myapp} Then they asked me for password. after typed the password, I see: Unable to authenticate the user. Please try again and contact support if the…
-1
votes
1 answer

open shift rhc setup in windows(no ssh key found error)

My system already have ssh key,Then how set this ssh key to my open shift application.Any other way available to run rhc setup?
nmkkannan
  • 1,261
  • 4
  • 27
  • 49
-1
votes
3 answers

rhc setup not working

I tried the following command rhc setup and following message is displayed /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- net/ssh (LoadError) from…
curious_coder
  • 2,392
  • 4
  • 25
  • 44
-2
votes
1 answer

Openshift oc new-app how to maps secrets of another pod?

I have a project/namespace in Openshift 3.9. It has one Mysql db pod, the credentials details are stored as secrets. While deploying my Springboot application, in Openshift UI, I change the Deployment Configuration to map the dynamic variables from…
John Seen
  • 701
  • 4
  • 15
  • 31
-3
votes
1 answer

OpenShift hangs - cron jobs are not starting, have to ctrl+x when ssh'ing in

having a problem - i heavily depend on a daily cron job with RHC, and it randomly stops working from time to time. Another symptom - when i log in with ssh, it prints the welcome prompt (" !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!") and then…
epolyakov
  • 75
  • 1
  • 4
1 2 3
21
22