Re: 500 Error when pushing to internal registry

2017-09-18 Thread Ben Parees
On Mon, Sep 18, 2017 at 12:47 PM, Graigry Henrie wrote: > We recently installed openshift origin using an ansible playbook. We had > used the same one before without issue, except that now when projects > attempt to push to the internal registry, it results in a 500

Re: Metrics not accessible

2017-09-18 Thread Mateus Caruccio
In fact there is ​a var openshift_hosted_metrics_deployer_version=3.6.0 ​ [1]​ but looks like default value "3.6.0" is not being enforced. [1] https://github.com/openshift/openshift-ansible/blob/release-3.6/inventory/byo/hosts.origin.example#L561 Em 18 de set de 2017 11:04, "Tim Dudgeon"

500 Error when pushing to internal registry

2017-09-18 Thread Graigry Henrie
We recently installed openshift origin using an ansible playbook. We had used the same one before without issue, except that now when projects attempt to push to the internal registry, it results in a 500 error. Attached is the log from attempting to build the Django Example project. The build

Re: DevOps With OpenShift issues on Ubuntu 16.04

2017-09-18 Thread Vyacheslav Semushin
I agree that it looks like a bug that is Ubuntu-specific. Most of the users don't run OpenShift on Ubuntu, so bugs are possible. It could be related to SELinux, for example. If I were you, I'd try to compare the output of the command oc get pod cotd-xxx -o yaml on Ubuntu and under Mac. If there

Re: [aos-int-services] Problem about logging in openshift origin

2017-09-18 Thread Jeff Cantrill
The images you reference may not even be the latest 3.6.x version of the image. I recommend you rebuild them yourself. Access to the OCP imags require a valid RedHat subscription. On Mon, Sep 18, 2017 at 2:24 AM, Yu Wei wrote: > Hi Jeff, > > The image used is

Re: Problem about logging in openshift origin

2017-09-18 Thread Peter Portante
On Mon, Sep 18, 2017 at 2:33 AM, Yu Wei wrote: > Hi Peter, > > The storage is EmptyDir for es pods. > ​How much storage do you have available for each ES pod to use? ES can fill TBs of storage if the amount of logging is high enough. How big are your ES indices? -peter​

Re: DevOps With OpenShift issues on Ubuntu 16.04

2017-09-18 Thread Benjamin
Hi Daniel, That makes sense, but I'm confused as to why it runs correctly on macOS/Mac OS X. Is this a bug in the book? Thanks, ~ Benjamin On Mon, Sep 18, 2017 at 4:05 PM, Daniel Kučera wrote: > Hi Benjamin, > > the image you are using probably expects httpd to run

Re: DevOps With OpenShift issues on Ubuntu 16.04

2017-09-18 Thread Daniel Kučera
Hi Benjamin, the image you are using probably expects httpd to run under root account and this is not permitted by default (because it is a security threat). Read this post to get more info how to enable it:

DevOps With OpenShift issues on Ubuntu 16.04

2017-09-18 Thread Benjamin
Hi there, I am trying to follow the book "DevOps With OpenShift" and having some trouble. When I get to the point of launching the 'cotd' container demo, specifically this line: oc new-app --name='cotd' --labels name='cotd' php~https://github.com/devops- with-openshift/cotd.git -e SELECTOR=cats

Re: Problem about logging in openshift origin

2017-09-18 Thread Yu Wei
Hi Peter, The storage is EmptyDir for es pods. What's the meaning of aos-int-services? I only enabled logging feature during ansible installation. Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux From: Peter Portante