Re: Enabling TLS on Jenkins deployed on OpenShift

2018-10-24 Thread Gaurav Ojha
Thank you. That worked. Stuck in a different issue but that is now related to access permissions on the server. Regards Gaurav Get Outlook for iOS<https://aka.ms/o0ukef> From: Ben Parees Sent: Tuesday, October 23, 2018 17:53 To: Gaurav Ojha Cc: users S

Enabling TLS on Jenkins deployed on OpenShift

2018-10-23 Thread Gaurav Ojha
Hi, So I deployed Jenkins on OpenShift via the catalog, and installed the Email plugin to send out emails via my smtp server. I have all the details correct, but it seems my server expects only SMTPS. I found this link here, which mentions the exact error I am seeing

Re: OKD 3.10 keeps switching between the certificates

2018-10-01 Thread Gaurav Ojha
nea wrote: > > I suggest you open a github issue too. > > On Mon, Oct 1, 2018 at 10:05 AM Gaurav Ojha <mailto:gauravo...@gmail.com>> wrote: > Basically facing two different issues. > > OpenShift Origin 3.10 keeps switching between the custom named certificate > d

Where to mount the NFS volume

2018-10-01 Thread Gaurav Ojha
Hi, Just a quick question. I have a multi-master cluster, with 2 masters, 2 compute nodes and 2 infrastructure nodes, and I want to use NFS for persistence. But I cant seem to understand a basic question like where do I mount the volume? Do I mount it inside each compute node, or the master or

OKD 3.10 keeps switching between the certificates

2018-10-01 Thread Gaurav Ojha
Basically facing two different issues. 1. OpenShift Origin 3.10 keeps switching between the custom named certificate deployed and the internal certificate being used. The web console randomly reports Server Connection Interrupted, and then switches to the internal certificate, but a

Help on an error being seen in a cluster

2018-09-29 Thread Gaurav Ojha
Hi, I just deployed an OpenShift v3.10 HA cluster. And on each of the nodes, I see the following error being reported. Sep 29 19:28:42 master1 origin-node: E0929 19:28:42.143035 23090 summary.go:102] Failed to get system container stats for "/system.slice/origin-node.service": failed to get

New SSL certs not being reflected on secure routes

2018-08-24 Thread Gaurav Ojha
Hi, I am facing a problem, which I am unable to understand how to solve. I am using Openshift Origin 3.7, and have three routes corresponding to 3 deployments as follows (dummy data) 1) App 1 ---> www.domain.edu/ 2) App 2 ---> www.domain.edu/path1 3) App 3 ---> www.domain.edu/path2 Since all

Re: Reverse Proxy using Nginx

2018-03-20 Thread Gaurav Ojha
Oh yes, it is solved. Should have mentioned that previously. Sorry about that. Regards Gaurav On Tue, Mar 20, 2018, 4:05 PM Joel Pearson <japear...@agiledigital.com.au> wrote: > So your problem is solved then? > On Wed, 21 Mar 2018 at 4:47 am, Gaurav Ojha <gauravo...@gmail.com&

Re: Reverse Proxy using Nginx

2018-03-20 Thread Gaurav Ojha
bernetes reference nginx ingress > controller? > On Sat, 17 Mar 2018 at 5:05 am, Gaurav Ojha <gauravo...@gmail.com> wrote: > >> Hello, >> >> I have a single host OpenShift cluster. Is it possible to install Nginx >> (run it as a docker image) and route traffic usi

Reverse Proxy using Nginx

2018-03-16 Thread Gaurav Ojha
Hello, I have a single host OpenShift cluster. Is it possible to install Nginx (run it as a docker image) and route traffic using Nginx? If so, can someone point out the configurations for NO_PROXY and HTTP_PROXY in this case? I dont want any OpenShift instance IP managed by OpenShift. What I

Help regarding mounting hostPath volumes

2018-03-06 Thread Gaurav Ojha
Hi, I would like some help from you guys if possible. I am trying to mount a directory on my host machine to my OpenShift instance. As per the kubernetes document here , it mentions that changing the pod spec by simply adding the

Mounting Volumes inside OpenShift

2018-03-04 Thread Gaurav Ojha
Hi, I am in need of some help. I had a couple of applications deployed using Docker on a single server. Recently I migrated everything to a OpenShift cluster, but currently on a minimal All-in-One cluster. I have a few folders which I want to mount inside the OpenShift Application. A quick

Re: TSB fails to start

2018-02-28 Thread Gaurav Ojha
Hi, I had a similar issue when setting up OpenShift through the playbooks. What solved it for me was realizing that I had not defined my node with region infra which is required for the router and registry to run (link here

Re: Absence of master-config.yaml

2018-02-08 Thread Gaurav Ojha
Never mind. Got it running. Thank you once again On Thu, Feb 8, 2018 at 4:35 PM, Gaurav Ojha <gauravo...@gmail.com> wrote: > Sure thank you very much. This helped me solve a lot of my headaches. > > Just one last thing, I used *openshift start* with write-config and now &g

Re: Absence of master-config.yaml

2018-02-08 Thread Gaurav Ojha
ake the change, and start the > next time with the `--use-existing-config` flag so your changes get picked > up and don't get overwritten. > > On Thu, Feb 8, 2018 at 9:36 AM, Luke Meyer <lme...@redhat.com> wrote: > >> >> >> On Thu, Feb 8, 2018 at 2:43 AM, Gaurav

Re: Absence of master-config.yaml

2018-02-07 Thread Gaurav Ojha
> inside the container at > > /var/lib/origin/openshift.local.config/master/master-config.yaml > > > > > On Feb 7, 2018, at 8:54 PM, Gaurav Ojha <gauravo...@gmail.com> wrote: > > Hi, > > I have been following the OpenShift Origin documentation, and I ha

Absence of master-config.yaml

2018-02-07 Thread Gaurav Ojha
Hi, I have been following the OpenShift Origin documentation, and I have tried to run OpenShift through the following methods: 1) downloading the binary (unpacked it in /opt/) and started from there 2) ran as a container 3) ran a all-in-one cluster as mentioned on this link