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
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
  • 5
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
  • 5,981
  • 6
  • 45
  • 71
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
  • 690
  • 1
  • 12
  • 17
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
  • 146
  • 1
  • 2
  • 10
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,271
  • 3
  • 27
  • 41
0
votes
2 answers

How to add a config file in a non-empty directory of an Openshift v3 application

I deployed a PHP+postgreqsl application (TinyTiny RSS, https://github.com/dittos/ttrss-mirror) on the new Openshift v3. On initial access you create a config.php from the available template, which contains DB passwords etc. to enable tt-rss to…
Christoph
  • 5,480
  • 6
  • 36
  • 61
0
votes
2 answers

List / browse files / directories in OpenShift 3

I want to see folder structure in OpenShift 3. Is it possible to ssh in? I see with rsync can copy in / out, but how to list content?
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
1 answer

How to reach process.env.OPENSHIFT_REPO_DIR in OpenShift?

Earlier in OpenShift Node.js app the process.env.OPENSHIFT_REPO_DIR environment variable was available. No I migrated to OpenShift 3, and I get error. var apn = require('apn'); var optionsP = { token: { key:…
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
1 answer

openshift 3 memory quota

I am using openshift 3 pro to mount an elasticsearch server (not ELK). to do this I'am using this image : -- https://github.com/lbischof/openshift3-elk only the elasticsearch part. After installing I am using elasticdump to add data from another…
0
votes
1 answer

Openshift 3 WAR

In the Openshift 2 I had such a profile in a pom.xml file: openshift ${project.artifactId}
supertramp
  • 169
  • 1
  • 14
0
votes
1 answer

How to know OpenShift 3 fetched latest source code?

Getting error when building Node.js, but it seems builder does not load source from `BitBucket. Pressing rebuild, but in first line it refers some old commit, why?
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
2 answers

Error occurred while starting the build in Openshift 3

I have been trying to deploy a war file as an OpenShift project. The server used is jboss-webserver30-tomcat8. I have followed the below steps - Put ROOT.war file under 'deployments' directory in local system. Upload the changes in github. Create…
Arnab
  • 195
  • 2
  • 14
-1
votes
1 answer

trying to change admin password for openshift 3.11 cluster

I have set up an openshift 3.11 cluster and want to change the admin password. Below are the steps I have run. The final command to my understanding is supposed to apply the change but it prompts me to set the password again which I think is the…
mrbarker
  • 25
  • 5
-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 2 3
14
15