glusterfs on openshift

2017-10-13 Thread Pri
-utils.c:2391:glusterd_snap_create_use_rsp_dict] 0-management: failed to get snap UUID Can anyone please help , what could be the issue? Please note dm_snapshot module is already loaded. thanks, Pri ___ dev mailing list dev@lists.openshift.redhat.com

Re: query on persistent volumes

2017-09-06 Thread Pri
Hi Erik, Apologies for late response. I would like to know what happens to gluster storage in both cases. 1) scale up or down the gluster pods 2) scale up or down the app pods which are using gluster as persistent volume. Thanks a lot again! Thanks, Pri On Wed, Aug 16, 2017 at 5:44 AM, Erik

Re: running privileged docker images on openshift

2017-07-25 Thread Pri
Thanks Paul, it works :) On Tue, Jul 25, 2017 at 6:40 PM, Paul Weil <pw...@redhat.com> wrote: > > > On Tue, Jul 25, 2017 at 9:02 AM, Pri <priyanka4opensh...@gmail.com> wrote: > >> Hi Paul, >> >> I cant understand this step,apologies: >> >>

Re: running privileged docker images on openshift

2017-07-25 Thread Pri
mentconfig and pod. So you are saying to edit the pod spec after this step? Thanks again! On Tue, Jul 25, 2017 at 6:26 PM, Paul Weil <pw...@redhat.com> wrote: > > > On Tue, Jul 25, 2017 at 8:49 AM, Pri <priyanka4opensh...@gmail.com> wrote: > >> Hi Paul, >> >&g

Re: running privileged docker images on openshift

2017-07-25 Thread Pri
nning the pod and set the > SecurityContext.Privileged field to true > <https://docs.openshift.org/latest/rest_api/kubernetes_v1.html#v1-securitycontext> > . > > Thanks! > > Paul > > On Tue, Jul 25, 2017 at 8:31 AM, Pri <priyanka4opensh...@gmail.com> wr

Re: OpenShift dedicated/container platform multi-tenancy

2017-06-08 Thread Pri
Hi Steve - any thought? Hi Erik - thanks :) Thanks, Priy On Wed, Jun 7, 2017 at 10:05 PM, Erik Jacobs <ejac...@redhat.com> wrote: > Hi Pri, > > I will have to defer to Steve, but I believe that currently OpenShift > Dedicated only supports deployment within a single reg

Re: OpenShift dedicated/container platform multi-tenancy

2017-06-06 Thread Pri
Hi Steve, One more query here , if we try OCP trial version, will my installation stop working after trial period is over?? I have one OCP tinstallation done few months back with trial version , so was curious to know this. Thanks, Priy On Tue, Jun 6, 2017 at 11:11 AM, Pri <priyanka4ope

Re: issue fabric8 on openshift origin 3.3

2017-05-08 Thread Pri
:00 any other way to check this?? On Fri, May 5, 2017 at 4:40 PM, Josef Karasek <jkara...@redhat.com> wrote: > I'd encourage you to check the logs of the different services that fabric8 > runs. > > $ oc get pods -n > $ oc logs > > On Fri, May 5, 2017 at

issue fabric8 on openshift origin 3.3

2017-05-05 Thread Pri
Hi, I am running below fabric8 version on origin 3.3 gofabric8, version 0.4.121 (branch: 'master', revision: '835aa16') build date: '20170306-10:48:35' go version: '1.7.1' I am deploying microservices with CI/CD . I was able to create some sample apps successfully earlier in

Re: JVM console access in openshift 3.3

2017-03-27 Thread Pri
Thanks Josef, it works :) On Fri, Mar 24, 2017 at 6:08 PM, Josef Karasek <jkara...@redhat.com> wrote: > Pri, > > make sure you're deploying eap using a template [1]. That way you have a > guarantee that the configuration works as intended. > > Once the eap pod is ready

Re: JVM console access in openshift 3.3

2017-03-24 Thread Pri
olokia: Agent started with URL https://10.120.1.158:8778/jolokia/ <https://10.128.1.154:8778/jolokia/>" But how to access the JVM console in browser? there is no link in the description page of pod. Could you please help on this? Thanks, Priy On Tue, Mar 14, 2017 at 6:49 PM, Pri <priyank

Query on JBoss fuse in OCP

2017-03-14 Thread Pri
Do they support CXF for webservices? Thanks, Pri ___ dev mailing list dev@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Re: query on docker storage for openshift

2017-01-10 Thread Pri
?? or metadata such as binaries, temp files, logs etc is stored in S3? Would be really helpful if you can help understand this. Thanks, Priya On Tue, Jan 10, 2017 at 3:44 PM, Josef Karasek <jkara...@redhat.com> wrote: > Hi Pri, > > docker storage backend you use has huge impact

Re: query on docker storage for openshift

2017-01-09 Thread Pri
t; > > On Mon, Jan 9, 2017 at 9:45 AM, Akram Ben Aissi <akram.benai...@gmail.com> > wrote: > >> Hi Pri, >> >> docker storage is locally used by docker on each node to store container >> runtime data (binaries, temp files, logs). >> > > Mo

query on docker storage for openshift

2017-01-09 Thread Pri
Hi, I would like to understand the difference between docker storage-setup and persistent volumes for pods. Aren't both same? Do we need to configure both for production purpose? Would be very helpful if someone can explain this. Thanks a lot Priya

Re: openshift 3.3 HA cluster

2017-01-02 Thread Pri
Hi Erik, Akram, I would like to hear from you on this. Would you be able to look at the above inventory and let me know if that right for High availability OpenShift architecture. Thanks a lot for help! Thanks, Priy On Wed, Dec 21, 2016 at 11:47 AM, Pri <priyanka4opensh...@gmail.com>

enable logs for openshift master

2016-12-22 Thread Pri
Hi, Is there a way we can enable DEBUG logs for openshift master, may be by editing master-config.yaml. Please let me know if its possible? Thanks, Pri ___ dev mailing list dev@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm

Re: openshift 3.3 HA cluster

2016-12-14 Thread Pri
You need 3 masters for HA, unless you are running etcd > externally. > > > On 14 December 2016 at 18:25, Igor Katson <igor.kat...@gmail.com> wrote: > >> Hi, Pri, here's how the setup works for us in prod: >> >> >>- the master ELB MUST be configured to d

openshift 3.3 HA cluster

2016-12-14 Thread Pri
Hi, I am setting openshift HA cluster with 2 masters and 2 nodes on AWS. I want my masters to be backed by Elastic load balancer. But it doesnt work when I give "openshift_master_cluster_hostname=" as ELB hostname in ansible. So I tried giving one of the masters hostnames here which worked fine.

openshift pod restarts and fails frequently

2016-03-02 Thread Pri
Hi, I am creating an app in Origin 3.1 using my Docker image. Whenever I create image new pod gets created but it restarts again and again and finally gives status as "CrashLoopBackOff". I analysed logs for pod but it gives no error, all log data is as expected for a successfully running app.

Fwd: metering services in openshift v3

2016-01-18 Thread Pri
Hi everybody, I came across this link https://blog.openshift.com/metering-microservices-on-openshift-with-6fusions-delano-seymour-commons-briefing-13/ wanted to understand if this is available to use with openshift v3, if yes how users can use this to charge services ? Thankyou so much!

Re: metering services in openshift v3

2016-01-18 Thread Pri
Hi Chris, thanks a lot , looking forward to use the same for billing. Thanks, Pri On Mon, Jan 18, 2016 at 8:57 PM, Chris Morgan <cmor...@redhat.com> wrote: > Hi Pri, > > I brought this to the attention of the partner — they should reach out to > you soon. > > Cheer