Questions tagged [openshift-enterprise]

An on-premise, private Platform as a Service (PaaS) solution offering that allows you to deliver apps faster and meet your enterprise's growing application demands. With Red Hat's award-winning private Platform as a Service, OpenShift Enterprise, you can improve developer productivity, increase operational efficiency, and expand your hardware utilization.

An on-premise, private Platform as a Service (PaaS) solution offering that allows you to deliver apps faster and meet your enterprise's growing application demands. With Red Hat's award-winning private Platform as a Service, OpenShift Enterprise, you can improve developer productivity, increase operational efficiency, and expand your hardware utilization.

186 questions
0
votes
1 answer

How can one ensure uptime running Sonatype Nexus on OpenShift Enterprise and show reason when fails?

Situation: I successfully log in to my cloud domain and application, cd into the nexus(version)/bin directory, where the executable lives, and type "./nexus start". This works about 80% of the time, but I need it up 99.9% of the time. When it fails,…
Brandon
  • 401
  • 3
  • 8
0
votes
1 answer

Openshift Scaling Tomcat7 with Stored Files and Images

If I have a Gear which contains Files and Images uploaded by Users, will the directory be Shared across all Gears? or will it be synced after every User upload? If not, is there any workaround? Can I manually sync all Gears after every user…
0
votes
1 answer

Openshift 2.1 cannot set OPENSHIFT_PYTHON_WSGI_APPLICATION using action hooks

I am trying to deploy a Django app on openshift (python3.3, django1.7, Openshift 2.1). I need to set the OPENSHIFT_PYTHON_WSGI_APPLICATION to point to an alternative wsgi.py location. I have tried using the pre_build script to set the variable,…
0
votes
1 answer

drush for installing new drupal project openshift rhc

I need to install new drupal project in openshift rhc company, SO i installed drupal package from its application page and it automatically install drush . so could i install new drupal project by using drush trough the ssh connection, i try to get…
-1
votes
1 answer

Openshift restart the container on extact time and execute prescript execution

I have a requirement to restart the Opensift container on everday 10 AM and execute a pre-script to perform file downloads. Since my flask app is running on gunicorn 4 worker, i cannot place the file download logic on the flask application as it…
-1
votes
1 answer

Dockerfile -Error: lsstat target/springbootdemo-0.0.1-SNAPSHOT.jar: no such file or directory

I have a spring boot project and trying to build the project with a Docker file on OpenShift V3. The problem is that I only have my source code in my git repo; no target directory or jar file. My Dockerfile is not able to get the final artifact…
1 2 3
12
13