Re: s2i maven proxy

2016-08-12 Thread Ben Parees
There is also this logic you can leverage via env variables: https://github.com/openshift-s2i/s2i-wildfly/blob/master/10.0/s2i/bin/assemble#L154 Ben Parees | OpenShift On Aug 12, 2016 7:00 PM, "Lionel Orellana" wrote: > Got it. > > name: MAVEN_OPTS > > value:

Re: s2i maven proxy

2016-08-12 Thread Lionel Orellana
Got it. name: MAVEN_OPTS value: '-DproxyHost=http:// -DproxyPort=' On 13 August 2016 at 08:08, Lionel Orellana wrote: > Hi, > > I'm trying to run the Wildfly 10 template from the console. > > I found how to set the proxy variables for git and

Re: Using a Jenkins Slave in openshift

2016-08-12 Thread Akshaya Khare
Apparently your suggestion was right, I had to add permissions for the file. I got confused because I was using github as source, and didnt realize we could use git as well. I copied the code to my local git, changed permissions and was able to run the pod successfully. There were some

Re: configuring periodic import of images

2016-08-12 Thread Tony Saxon
Right, I get the v1schema vs v2schema issue. What I'm saying is that I've already been able to import the image from the private docker repository into an imagestream: [root@os-master ~]# oc describe is Name: testwebapp Created:24 hours ago Labels:

Re: configuring periodic import of images

2016-08-12 Thread Clayton Coleman
To have openshift import an image's metadata from another registry (which finds the digest ID of the image, so that internally you can trigger deployments that use the latest digest ID), OpenShift needs to be able to get the correct digest ID. When Docker 1.10+ tries to push an image, it first

Re: Adding master to 3 node install

2016-08-12 Thread Philippe Lafoucrière
On Thu, Aug 11, 2016 at 8:42 PM, Jason DeTiberus wrote: > This sounds like your registry was using ephemeral storage rather than > being backed by a PV or object storage. It's should not. We're using: docker_register_volume_source='{"nfs": { "server": "10.x.x.x", "path":

Re: cluster up - reuse registry address

2016-08-12 Thread v
Hey, for all the curious people out there: Just wanted to say that pulling via oc new-app or oc run did not work for my v1.2.1 cluster any more after I used this trick. On top of that this trick has permanently messed up something in my cluster because "oadm prune images --confirm" now