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).

208 questions
0
votes
1 answer

how to run celery with django on openshift 3

What is the easiest way to launch a celery beat and worker process in my django pod? I'm migrating my Openshift v2 Django app to Openshift v3. I'm using Pro subscription. I'm really a noob on Openshift v3 and docker and containers and kubernetes. I…
user3620060
  • 101
  • 1
  • 11
0
votes
0 answers

Openshift - cache management with multiple pods

In one of our project, we are using openshift v3.X to host our spring boot rest services. In the services, we have implemented Guava Cache and we do clear the cache in certain actions. eg. When user wants the list employees from a table, it returns…
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,365
  • 9
  • 53
  • 99
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
  • 7
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
  • 4
  • 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
  • 6,853
  • 12
  • 44
  • 62
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
  • 835
  • 7
  • 26
0
votes
0 answers

OpenShift 3 MySQL installation error

Cannot create persistent volume claim "mysql". persistentvolumeclaims "mysql" is forbidden: exceeded quota: 6176696e6173686b616e74616b-noncompute, requested: requests.storage=1Gi, used: requests.storage=0, limited: requests.storage=0 I have paid…
Karthik
  • 39
  • 4
0
votes
1 answer

how to get kaa deployed on openshift

The Kaa platform as an IoT cloud platform is prebuilt to run on amazon aws or a virtualbox sandbox. Is it immediately deployable to openshift, especially the starter free plan? If not, what it takes to get it to work? I have looked at the python on…
minghua
  • 4,544
  • 4
  • 31
  • 63
0
votes
1 answer

how to access mysql database hosted on openshift from other openshift account

I'm using openshift hosting for java web application. My database server and web application is running on two different openshift account with different mail ids. Now when web-application is trying to connect with database server it is throwing…
Noman Akhtar
  • 470
  • 7
  • 16
0
votes
0 answers

Openshift Online Starter: Cannot access deployed app

Did a basic build and deploy of a git repository https://github.com/jboss-openshift/openshift-quickstarts.git The external route for application is create and it's not accessible there. cmd: oc get services gives me the below output. I am not…
Ted
  • 1
  • 1
0
votes
1 answer

How to install phpbb in openshift online starter

How to install phpbb in opensift online starter. Because starter has only 1 gb space and mysql itself needs 1 gb how to install php and mysql. Here is the link to phpbb. https://github.com/openshift-quickstart/phpbb-example Please give step by step…
Bsde
  • 67
  • 1
  • 2
  • 9
0
votes
1 answer

Openshift 3 Online Starter & Routing

I have a starter (free) tier account with Openshift online. I have an application consisting of two pods, a Node and a Mongo. The pods build and deploy; from the terminal that executes in the web console on the running Node pod I can run curl…
Mikeb
  • 6,012
  • 3
  • 23
  • 37
1 2 3
13
14