Re: Openshift console redirect

2016-11-11 Thread Robson Ramos Barreto
K > > If you are running with HAProxy in front of your masters you can configure > that to do the redirect http://stackoverflow.com/questions/13227544/ > haproxy-redirecting-http-to-https-ssl > > On Thu, Nov 10, 2016 at 2:14 PM, Robson Ramos Barreto < > robson.rbarr...@gmail.

Openshift console redirect

2016-11-10 Thread Robson Ramos Barreto
Hello Guys We are running openshift console on port 443 [1] successful. Is there any way to redirect openshift console from port 80 to 443 ? Just for the user doesn't get the message error: "Application is not available" when they access the openshift console url on http port. Thank you [1]

Re: Networking tab

2016-11-09 Thread Robson Ramos Barreto
I understand now. LoL Thank you On Wed, Nov 9, 2016 at 12:06 PM, Jessica Forrester <jforr...@redhat.com> wrote: > Its just a header, its not a supposed to be a link. > > On Wed, Nov 9, 2016 at 9:05 AM, Robson Ramos Barreto < > robson.rbarr...@gmail.com> wrote: > >&

Re: Networking tab

2016-11-09 Thread Robson Ramos Barreto
ing contains the Routes and Services menu items. > > On Wed, Nov 9, 2016 at 8:44 AM, Robson Ramos Barreto < > robson.rbarr...@gmail.com> wrote: > >> Hello Guys, >> >> I have finished the upgrade from 3.2 to 3.3 successful and I don't >> understand the net

Networking tab

2016-11-09 Thread Robson Ramos Barreto
Hello Guys, I have finished the upgrade from 3.2 to 3.3 successful and I don't understand the networking tab at applications menu why it is unavailable to click. >From metrics pod tab I can see metrics to both Memory, CPU and Network normally. I have verified the upgrade and everything seems be

Expose port range to containers and services

2016-09-13 Thread Robson Ramos Barreto
Hello Guys I'm trying create a FTP container in openshift and it need an open port range to passive mode connections so I would like to know if Is there any way to set up port range to Pods and Services ? I know that if I specify one port each in openshift it's possible In docker I'm able to do

Re: s2i build set hostname

2016-09-09 Thread Robson Ramos Barreto
a > runnable application. It’s a builder for an application container. > I see. I did know about that. Thank you > > -- > John Skarbek > > On September 9, 2016 at 12:58:27, Robson Ramos Barreto ( > robson.rbarr...@gmail.com) wrote: > > Sure, > > I'm tryi

Re: s2i build set hostname

2016-09-09 Thread Robson Ramos Barreto
i > builds typically run as a nonprivileged user, so it's likely not possible > to change the hostname from within the build at build time. > > On Thu, Sep 8, 2016 at 1:28 PM, Robson Ramos Barreto < > robson.rbarr...@gmail.com> wrote: > >> Hello Guys, >> >> Is t

s2i build set hostname

2016-09-08 Thread Robson Ramos Barreto
Hello Guys, Is there any way to set hostname when building a s2i ? Thank you ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

FTP access

2016-09-06 Thread Robson Ramos Barreto
Hello Guys, I would like of give FTP access to the developers to manage the volumes files instead of oc rsync on openshift enterprise platform My ideia is create a container witch FTP and there mount the volumes in the user home via nfs. Did someone already do something like that ? What do the

Docker registry external access from a trust certificate

2016-09-06 Thread Robson Ramos Barreto
Hello Guys, I have a wildcard certificate and it's ok for both web console, router and metrics. I followed the doc [1] and was able to access the docker registry externally but from an untrusted certificate (self-signed certificate). In the doc, first I created the passthrough route what should

Re: Multi-Tenant Cluster: Create a separate docker registry for every project?

2016-08-16 Thread Robson Ramos Barreto
Hello Guys I thought that project very interesting. I'm looking for openshift integration too. Thank you 2016-08-16 10:59 GMT-03:00 v : > Hello Jonathan, > > thank you for you input, it is highly valued. > > I have to admit that I did not know of Atomic Registry - looks like

Re: Disable self-provisioning

2016-07-27 Thread Robson Ramos Barreto
licy remove-cluster-role-from-group self-provisioner > system:authenticated system:authenticated:oauth > > > > > > On Tue, Jul 26, 2016 at 3:43 PM, Robson Ramos Barreto < > robson.rbarr...@gmail.com> wrote: > >> Hello Guys, >> >> How can I disable se

Disable self-provisioning

2016-07-26 Thread Robson Ramos Barreto
Hello Guys, How can I disable self-provisioning role to any users so that they can't create new projects on the OpenShift Enterprise ? Taking a look at documentation [1] it says to delete self-provisioners cluster role binding but I don't understand how I can do that [1]

Re: Deploy wordpress with persistent volume

2016-07-14 Thread Robson Ramos Barreto
2016-07-14 19:03 GMT-03:00 Ben Parees <bpar...@redhat.com>: > > > On Thu, Jul 14, 2016 at 4:40 PM, Robson Ramos Barreto < > robson.rbarr...@gmail.com> wrote: > >> >> >> 2016-07-11 12:13 GMT-03:00 Ben Parees <bpar...@redhat.com>: >> &

Re: Deploy wordpress with persistent volume

2016-07-11 Thread Robson Ramos Barreto
2016-07-11 11:16 GMT-03:00 Ben Parees <bpar...@redhat.com>: > > > On Mon, Jul 11, 2016 at 10:13 AM, Robson Ramos Barreto < > robson.rbarr...@gmail.com> wrote: > >> >> 2016-07-08 16:45 GMT-03:00 Ben Parees <bpar...@redhat.com>: >> >>>

Re: Deploy wordpress with persistent volume

2016-07-08 Thread Robson Ramos Barreto
ommended pattern. Your goal should > be to have an image that is immutable w/ respect to application logic. > > > > On Fri, Jul 8, 2016 at 11:29 AM, Robson Ramos Barreto < > robson.rbarr...@gmail.com> wrote: > >> Hello Guys, >> >> I'm trying to deploy wordpr

Deploy wordpress with persistent volume

2016-07-08 Thread Robson Ramos Barreto
Hello Guys, I'm trying to deploy wordpress with persistent volume on openshift enterprise 3.2 (30 Day Self-Supported) as in the example [1] but the git files aren't being wirtten in the NFS path. MySQL is being deployed properly in the NFS persistent volume # ls -ld /exports/wordpress/mysql/