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
0 answers

Openshift rest api using java and object creation

Is there any way to take a yaml file and create object out of it like template , quota and others using java
0
votes
0 answers

Import existing docker containers to openshift

I have about 14 containers most of them are Java apps and I have an nginx container. I do a docker create network and do a build and run under the same network. I then expose my nginx container on 8080, go to a…
firebolt
  • 139
  • 3
  • 7
0
votes
0 answers

OpenShift 3 mkdir error for DockerFile

I am trying to deploy a Springboot app from my Docker hub account (https://hub.docker.com/r/sonamsamdupkhangsar/springboot-docker/~/dockerfile/) on OpenShift. I selected the Yaml section to paste my YAML config from my github…
Katlock
  • 1,200
  • 1
  • 17
  • 41
0
votes
1 answer

How I run a cron job in Openshift?

I have a docker container in Openshift, this docker have a spring boot microservice that I want to execute only every X minutes. How I can do it using Openshift? I don't know how to create a cron job or similar to launch this microservice every X…
Javier C.
  • 7,859
  • 5
  • 41
  • 53
0
votes
2 answers

Getting "Cannot connect to the Docker daemon" error when creating new app from git repo in fabric8

I setup fabric8 on openshift origin 3.3, fabric8 version is "version 0.4.121". Wherever I try to create new app from git repo in fabric8 it gives in this error: [firstapp-testapp] Running shell script Executing shell script inside container [maven]…
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
1 answer

Openshift3 Does free hosting work

I have created a small Web Application using struts/tiles/mysql/tomcat. I dont intend to earn any money. Once it is online, it might help parents of my school.
0
votes
1 answer

How to ssh a openshift3 pod if replicas are more than one?

if I have multiple replicas of my web service, how can I ssh and investigate a single pod?
0
votes
1 answer

How can we route a request to every pod under a kubernetes service on Openshift?

We are building a Jboss BRMS application with two microservices in spring-boot, one for rule generation (SRV1) and one for rule execution (SRV2). The idea is to generate the rules using the generation microservice (SRV1) and persist them in the…
0
votes
1 answer

Force https HAProxy cartridge in openshift and enabled only for specific urls patterns

I have openshift scalable play application my problem that I was unable to force https and I want only to serve URLs that start with /portal or /api So if I hit something like https://www.example.com I don't want haproxy to care about it because I…
Al-Mothafar
  • 7,949
  • 7
  • 68
  • 102
0
votes
1 answer

openshift enterprise 3.2 master logs

I have setup OpenShift 3.2 cluster using ansible. Now I want to check master logs. Is there a way I can increase the log level to get more info? If yes how to do that? thanks for help
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
1 answer

Connecting to pod on OpenShift v3 using PuTTY/WinSCP

Is there a way to connect to a running pod on OpenShift v3 using an external tool like PuTTY or WinSCP? I'm aware of the oc rsh and oc rsync commands to get remote shell and file access, but it would be more convenient for me to use a GUI tool like…
mbpolan
  • 5
  • 1
  • 2
0
votes
1 answer

Assign specific path to pod even if it is recreated

I run a certain software in OpenShift which consists of two pods. The software has a license limit that only allows for two instances. In addition to this the two pods have to be based on the same image because this is an in(t/f)ernal design rule I…
Marged
  • 10,577
  • 10
  • 57
  • 99
0
votes
1 answer

openshift 3 REST API authentication

Can we authenticate against OpenShift enterprise 3.2 or 3.3 REST API's using username and password instead of tokens? Thanks much in advance!
priyank
  • 857
  • 2
  • 18
  • 35
0
votes
1 answer

jboss EAP v/s Widfly differences

I am curious to know that are there any functional differences in Redhat Jboss EAP and community Wildfly. Is there something extra in EAP which is not available in Jboss wildfly. I am using OpenShift origin with openshift wildfly centos based…
0
votes
1 answer

Tag latest not found in repository docker.io/library/centos on Redhat Enterprise Linux behind proxy server

I have installed and pulled from docker.io successfully many times on Redhat Enterprise Linux. But now I am having a very difficult time with a slightly different environment behind a proxy server. I am starting to think there is a modification…