Re: [Origin] Fail to build from remote Git repository

2016-05-19 Thread Ben Parees
On May 19, 2016 5:26 AM, "ABDALA Olga" wrote: > > Hello, > > > > I have been trying to deploy my application that already exists on Github, on openShift, using the “oc new-app” command, but I have been receiving a build error and I don’t know where that might be coming from. > > > > Here is what I

RE: [Origin] Fail to build from remote Git repository

2016-05-19 Thread ABDALA Olga
Hi Ben, So I deployed as asked the Jenkins image, but I got an error. Here is the output of the CLI: [cid:image001.png@01D1B1D2.AE114170] De : Ben Parees [mailto:bpar...@redhat.com] Envoyé : jeudi 19 mai 2016 13:01 À : ABDALA Olga Cc : dev Objet : Re: [Origin] Fail to build from remote Git repo

Re: [Origin] Fail to build from remote Git repository

2016-05-19 Thread Ben Parees
can you oc describe the deploymentconfig and the deployment to see why it failed? Have you successfully deployed anything on your cluster? On Thu, May 19, 2016 at 7:31 AM, ABDALA Olga wrote: > Hi Ben, > > > > So I deployed as asked the Jenkins image, but I got an error. > > Here is the output

Re: How to specify ImageStream as a source for container

2016-05-19 Thread Tomas Nozicka
For the record: https://github.com/openshift/origin/issues/8937 On St, 2016-05-18 at 08:13 -0400, Clayton Coleman wrote: > Please file an issue for that on github. > > > > > On May 18, 2016, at 7:58 AM, Tomas Nozicka > > wrote: > > > > It's good to know that someone is working on that. > > >

Re: 'oc cluster up' command

2016-05-19 Thread Rodolfo Carvalho
I'm running on VirtualBox, fedora23 (vagrant up from origin repo) $ oc cluster up Error: unknown command "cluster" for "oc" Run 'oc --help' for usage. [vagrant@localhost ~]$ oc cluster up -- Checking Docker client ... OK -- Checking for existing OpenShift container ... OK -- Checking for openshif

Re: 'oc cluster up' command

2016-05-19 Thread Cesar Wong
Rodolfo, can you run 'oc cluster up --loglevel=5' and put the output in a pastebin? On Thu, May 19, 2016 at 9:52 AM, Rodolfo Carvalho wrote: I'm running on VirtualBox, fedora23 (vagrant up from origin repo) $ oc cluster up Error: unknown command "cluster" for "oc" Run 'oc --help' for usage.

Re: 'oc cluster up' command

2016-05-19 Thread Rodolfo Carvalho
https://paste.fedoraproject.org/368485/66551146/ Rodolfo Carvalho OpenShift Developer Experience On Thu, May 19, 2016 at 3:57 PM, Cesar Wong wrote: > Rodolfo, can you run 'oc cluster up --loglevel=5' and put the output in a > pastebin? > > On Thu, May 19, 2016 at 9:52 AM, Rodolfo Carvalho > w

Re: 'oc cluster up' command

2016-05-19 Thread Cesar Wong
For the benefit of everyone else, the issue was a badly built 'oc' binary. Building from clean fixed it. On Thu, May 19, 2016 at 10:02 AM, Rodolfo Carvalho wrote: https://paste.fedoraproject.org/368485/66551146/ [https://paste.fedoraproject.org/368485/66551146/] Rodolfo Carvalho OpenShift

readiness probes and clustered discovery

2016-05-19 Thread Luke Meyer
We have a plugin for Elasticsearch to cluster based on looking up endpoints on its clustering service (which runs at separate port 9300 instead of http port 9200). But in order to be among the endpoints on a service, the cluster members have to be considered "up"; so this must occur before they can

Re: readiness probes and clustered discovery

2016-05-19 Thread Clayton Coleman
We have the basic support for this today - endpoints also contain unready IPs. We are adding two constructs that will enable easy access - a DNS entry that returns all endpoints, no matter whether they are ready or not, and an annotation on a service that instructs the endpoints list to contain ev