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

Openshift garbage collection checks space on wrong parition

Openshift Garbage Collection wasn't running so I was adjusting settings and found out that it is checking the wrong partition for used space. [ImageManager]: Disk usage on "/dev/mapper/rhel_openshift--slave-root" (/) is at 35% which is over the high…
cscrace
  • 1
  • 1
0
votes
1 answer

Web App works fine on locat tomcat server but giving 404 after pushing on shift

I have been working on a web app with spring mvc and jersey and almost complete the functionality. I was testing it on local tomcat server but today when i pushed it to openshift server its not working and giving me 404 not found. I have no idea…
0
votes
1 answer

routing in openshift v3

I have setup HA openshift origin 3.1 env with one master and two nodes on AWS. This is just a test environment and I dont have registered DNS , I am using public DNS of AWS instances for this use. Here if I expose any service hosted in node1 (where…
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
1 answer

How to reload camel context automatically in openshift 3.x using fis-java

I have previous experience in Apache Camel and JBoss Fuse and I am new to Openshift version 3.x I am trying to deploy a camel application which is developed using java dsl and spring DI. I am using an external properties file to load the consumer…
0
votes
0 answers

builder.go:204] Error: build error: timeout while waiting for remote repository

I have openshift origin with one master and two nodes.App deployment works fine if I deploy app on node where master is installed.But whenever I try to deploy app in second node it gives me error saying: builder.go:204] Error: build error: timeout…
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
1 answer

fabric 8 in openshift origin

Is there a way to install fabric8 in already installed openshift origin 3.1 server? I have my origin server running ,I did install using ansible one node one master. If yes how? thanks!
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
2 answers

openshift persistent volumes

can we use same NFS persistent volume for multiple pods in openshift v3.1. because what I noticed is when I mount the same persistent volumes to multiple pods, all data inside mounted directory of container gets replaced by NFS volume directory of…
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
1 answer

run openshift redhat mean stack application in locally?

Building mean stack application through openshift redhat . i cloned entire project into my local system. i am trying to run locally the entire project but i am facing the issue of connect to mongoD Can you please tell me that how can i start…
0
votes
1 answer

OpenShift Origin 3: "error: router could not be created"

I am trying to create a router as described on https://docs.openshift.com/enterprise/3.0/install_config/install/deploy_router.html#haproxy-router However, when I run: oadm router router --replicas=1 \ …
Magick
  • 4,603
  • 22
  • 66
  • 103
0
votes
1 answer

Add nodes in openshift origin

I am running openshift origin All-in-One setup using available binaries. Is it possible to add multiple nodes to this existing installation ? What are the prerequisites for this, do I need to setup ssh connections between hosts? Please do let me…
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
1 answer

Open shift node.js - make it run a different start script on the startup

I'm getting this error on the server because I've a different structure (webstorm configuration) for the startup scripts. Error: Cannot find module '/var/lib/openshift/56c74bc61a003e5c2200015e/app-root/runtime/repo/server.js' at…
user2727195
  • 7,122
  • 17
  • 70
  • 118
0
votes
1 answer

openshift multi node architechture

How does openshift multi node architecture work in V3 version? Does all pods gets replicated across nodes or it only gets replicated if one node goes down? Let's say I have one master and 3 nodes, in which node application pod gets resided?
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
0 answers

Disk quota increasing when adding files

I have 2 GB of disk space and I am uploading 2 jar files that both add up to a little less than 360 MB. But whenever I upload these JAR files with a couple other files (that are not even big) and whenever I push my code to upstream after editing it…
0
votes
1 answer

Does Openshift v2 supports Rolling Updates for scaled applications

How can I do rolling updates/deployments in a scaled application in Openshift v2? I know I can access the container (via ssh) and fire a 'gear rotate-out'. But how to push my new version (deployment) to a specific container (Gear)? Can Openshift do…
0
votes
1 answer

openshift synchronize cartridges between brokers and nodes

We removed a cartridge and this has destabilized our OpenShift installation. I can create apps with several of the carts, but all of our tomcat carts are basically dead. When I run the below, I get 422: curl -sL -w "%{http_code}\\n" -k -X POST…
Nova
  • 1,234
  • 3
  • 12
  • 25
1 2 3
12
13