Questions tagged [openshift-3]

Redhat rolled out Openshift version 3 which is having a totally different architecture than its earlier version referred as 'Openshift' or 'Openshift V2'.

Please check the details here.

All the queries on Openshift V2 or earlier are commonly tagged as 'openshift'. However, the same is no longer valid for Openshift V3. While Openshift V2 and V3 would co-exist for some time, it is more appropriate to tag all V3 related queries under this tag (Openshift-3).

215 questions
0
votes
1 answer

Disable xdebug without using commandline or edit php.ini

Using openshift.com, but when a function runs it says Fatal error: Maximum function nesting level of '100' reached, aborting! Then I found out, that it can be fixed by turning xdebug off or changing it in the config, but openshift do not give that…
0
votes
1 answer

Validate domain ownership for let's encrypt in OpenShift Online v3

In order to get the let's encrypt certificates I have to validate that I'm the owner of the domain. This is no problem if you run your own app in a container in OpenShift Online. But in this case I'm just pulling the image from the official docker…
Rotareti
  • 49,483
  • 23
  • 112
  • 108
0
votes
1 answer

Hostname in Create Route of OpenShift v3 not availale

I want to use custom domain (my domain) for Openshift 3 host. But when I go to Applications => Routes => Create Route. In this screen, the field Hostname just alway disable, so that I can't input my custom domain here. How to enable this field to…
Sae
  • 41
  • 8
0
votes
2 answers

OpenShift v3 connect app with redis. Connection Refused

I have created a redis 3.2 application from the default image catalog. I'm trying to connect a python app that runs inside the same project with the redis db. This is what the Python application uses to connect to redis: REDIS_HOST =…
Rotareti
  • 49,483
  • 23
  • 112
  • 108
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

v3 where to get git_url?

I am trying to clone to my local git repository. From Mac terminal: git clone git_url directory_to_create In the web console, I tried to use the GitHub Webhook URL and Generic Webhook URL. But I got this error: The requested URL returned error:…
EmilyJ
  • 872
  • 2
  • 8
  • 19
0
votes
1 answer

openshift 3 django - request too large

I migrated a django app from Openshift 2 to Openshift3 Online. It has an upload feature that allows users to upload audio files. The files are usually larger than 50MB. In Openshift3 if I try to upload the file it only works for files up to around…
user3620060
  • 131
  • 1
  • 14
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

OpenShift's YAML execution precedence regarding volume mounting and commands

As a beginner in container administration, I can't find a clear description of OpenShift's deployment stages and related YAML statements, specifically when persistent volume mounting and shell commands execution are involved. For example, in the…
Stan
  • 8,683
  • 9
  • 58
  • 102
0
votes
1 answer

relative schema reference to openshift tls service

Exposed https soap service using openshift router TLS edge termination, but the xsd schema it is still taking as http reference. examples: Service url https://example.net/test?wsdl but when accessing above wsdl on browser, it is generating…
Rajeev
  • 87
  • 1
  • 9
0
votes
1 answer

Build always failed while trying to install sharp or node-gyp on openshift v3

Build always failed with this log: ---> Installing application source ... ---> Building your Node application from source > sharp@0.18.4 install /opt/app-root/src/node_modules/sharp > node-gyp rebuild make: Entering directory…
Ben
  • 249
  • 5
  • 19
0
votes
0 answers

warning: Failed to remove container "openshift_s2i-build_nodejs-mongo-persistent-

I am getting a simple NodeJS-Mongo Application (Application code is just 20MB) up and running on the Openshift RHC v3. I can see that my mongo db is running and my node server is listening. But the Build is still on a run and does not complete.…
0
votes
0 answers

Openshift Python Execution

I have a python application that needs to be run 24/7. I have employed openshift to do this. I have managed to get the files up on openshift. However if I want to execute this application, how do I go about doing this. This particular application…
0
votes
1 answer

Openshift 3: App will not deploy unless pod manually scaled to 0 then back to 1

The only way I can get a new build deployed on my Openshift 3 Starter app is if I manually scale the existing running pod down to 0, deploy my latest build, then scale the pod back to 1. If I don't manually scale down the pod to 0 the deployment…
fat fantasma
  • 7,483
  • 15
  • 48
  • 66
0
votes
1 answer

Replace environment variables in standalone.xml when using a mysql service on openshift

I have a WildFly 10 pod and a mysql 5.7 pod running in Openshift V3. I would like to use environment variables in my standalone.xml as I was used in Openshift V2 to configure my mysql datasource. I followed this guide:…
onderbewustzijn
  • 935
  • 7
  • 32