Re: Can no longer pull from private git repository

2016-01-21 Thread Ben Parees
__ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Can no longer pull from private git repository

2016-01-21 Thread Ben Parees
is a networking issue. I can pull the repository using > that exact url from the machine at the terminal. Yes, a public github > repository works. I can also go to my older openshift setup, run the exact > same template and it pulls the repository. > > On Thu, Jan 21, 2016 at 4:18 PM, Ben

Re: Passing Environment variables to "oc new-app"

2016-01-25 Thread Ben Parees
help appreciated! > Nick > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: create image-stream for own image

2016-01-27 Thread Ben Parees
> https://docs.openshift.com/enterprise/3.0/architecture/core_concepts/builds_and_image_streams.html > > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists

Re: Hosting Angular/nodejs -app in OpenShift 3.1

2016-01-28 Thread Ben Parees
27;; > proxy_set_header Host $host;proxy_cache_bypass > $http_upgrade; }}} > > So this is working fine when I just ran the containers like this: > docker run --restart=always -d --name "nodejs" image:${version} > docker run --restart=always -d -p 80:80 --name nginx --link nodejs:nodejs > image:${version} > > So I tried to put them under the same service, but it did not seem to help. > > > > > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Openshift Origin using ssh key (secret) inside a build

2016-02-02 Thread Ben Parees
ser > install" > > > > _______ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Openshift Origin using ssh key (secret) inside a build

2016-02-02 Thread Ben Parees
est key from ssh-key. Is there something > that I'm doing wrong? > > Thanks, > > Le 2 février 2016 à 12:29, Ben Parees a écrit : > > we've just added a feature which allows you to inject secrets into the > build process so they are available during the "ass

Re: Openshift Origin using ssh key (secret) inside a build

2016-02-03 Thread Ben Parees
1] install [--prefer-source] > [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] > [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] > [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] > [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] []... > 1

Re: Openshift Origin using ssh key (secret) inside a build

2016-02-03 Thread Ben Parees
Sorry, the destination dir should be /opt/app-root/src/.ssh/ ssh-key will be the filename created based on the key of the secret itself being ssh-key. Ben Parees | OpenShift On Feb 3, 2016 5:49 PM, "Ben Parees" wrote: > The ssh key you are providing for git cloning is not ava

Re: Openshift Origin using ssh key (secret) inside a build

2016-02-05 Thread Ben Parees
ms that the secret is not inject on it. Is there something that I > missed? I try different thing but it still not working. I thought that the > scmsecret is not inject correctly > > > Le 3 février 2016 à 20:33, Ben Parees a écrit : > > Sorry, the destination dir should be

Re: Environment variables replacement.

2016-02-09 Thread Ben Parees
k. The tokens in context.xml are not > replaced by their corresponding environment variable values. What is then > the correct way to connect a JNDI datasource in a Tomcat S2I like > jboss-webserver30-tomcat7-openshift? > > Thanks, > > Andrés. > >

Re: Exposing Host port to docker image in openshift

2016-02-10 Thread Ben Parees
>> users mailing list >> users@lists.openshift.redhat.com >> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> >> > > ___ > users mailing list > users@lists.openshift.red

Re: I am trying OpenShift origin, I cannot create application

2016-02-11 Thread Ben Parees
that is how I could pull the origin image in > the same place. > > I have tried setting proxy for master and node with luck > https://docs.openshift.org/latest/install_config/http_proxies.html > > > > > -- > benjamin rualthanzauva > > _

Re: Environment variables replacement.

2016-02-11 Thread Ben Parees
d be to need several datasources defined in > context.xml pointing to diferent DDBB. > > Thanks, > > Andrés. > > > El 09/02/2016 a las 18:59, Ben Parees escribió: > > This template illustrates it: > > https://github.com/jboss-openshift/application-templates/blob/mas

Re: Persistent Volumes permissions (trying to install jenkins persistent)

2016-02-12 Thread Ben Parees
t.Method.invoke(Method.java:497) at > Main._main(Main.java:293) at Main.main(Main.java:98)* > > > I thought that setting the permissions to 777 would guarantee that anyone > can do anything with the files under /var/lib/jenkins but that is > apparently not the case. Of cour

Re: I am trying OpenShift origin, I cannot create application

2016-02-12 Thread Ben Parees
t; kubernetes v1.2.0-origin > >> > >> > >> but it the issue remains. > >> > >>> On Fri, Feb 12, 2016 at 12:49 AM, Clayton Coleman > wrote: > >>> You have to explicitly set HTTP proxy in the Go client code, so it's > >>>

Re: accessing mysql from other pods

2016-02-15 Thread Ben Parees
n (*.apps.example.com) but outside of it, > nothing is working like I would expect. > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift

Re: accessing mysql from other pods

2016-02-15 Thread Ben Parees
bundles all the pieces together. Could that be the thing I missed. > Obviously, I'm not all clear on what an "app" means vs a "project"... > > On 15 Feb 2016, at 18:08, Ben Parees wrote: > > Take a look at this sample ruby app which defines a mysql service and

Re: Integrating HPA in application template

2016-02-16 Thread Ben Parees
t; unable to load "template.json": no kind "Template" is registered for > version "extensions/v1beta1" > > And also I've tried changing the API of HPA to v1. It doesn't work. > > Is it possible to integrate the hpa with the other resources? > > I've tried with the hpa in a separated template and it works perfectly. > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Environment variables replacement.

2016-02-17 Thread Ben Parees
e is no replacement of the TOKEN ${MYADMINDB_PORT} with > its environment value 3306. > > I set explicitly the value 3306, and rebuild, this JNDI datasource works. > > NOTE: In this example, i have reduced the tokens in the JNDI datasource > just to MYADMINDB_PORT for testin

Re: Vagrant VM - Adding MySQL pod to project fails

2016-02-17 Thread Ben Parees
can you oc describe the pod? that might provide more details/event messages. ​ > Thanks > Marc > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Be

Re: Create app with image from own docker registry on OpenShift 3.1

2016-02-17 Thread Ben Parees
signed by unknown > authority > error: no match for "ec2-xxx:5000/test/image1" > > What could be the issue? I'm able to login in the registry and pull the > image manually. > > ___ > users mailing list > users@l

Re: Vagrant VM - Adding MySQL pod to project fails

2016-02-17 Thread Ben Parees
ly assigned > mysqltest-1-xwgdq to origin > 4m 4m 1 {kubelet origin} spec.containers{mysql} Normal Pulling pulling > image "centos/mysql-56-centos7@sha256 > :5a1d4c653e953c75a283cfecb1016ae57023b52ea12ad35ec0d1f861adb1" > 3m 3m 1 {kubelet origin} spec.containers{mysql} Normal Pulled Successfully > pulled image "centos/mysql-56-centos7@sha256 > :5a1d4c653e953c75a283cfecb1016ae57023b52ea12ad35ec0d1f861adb1" > 3m 3m 1 {kubelet origin} spec.containers{mysql} Normal Created Created > container with docker id 6a92914ef0f2 > 3m 3m 1 {kubelet origin} spec.containers{mysql} Normal Started Started > container with docker id 6a92914ef0f2 > 3m 3m 1 {kubelet origin} Warning FailedSync Error syncing pod, > skipping: not all containers have started: 0 != 1 > > > > > Thanks > Marc > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: build config env

2016-02-17 Thread Ben Parees
t.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: build config env

2016-02-17 Thread Ben Parees
I've added it to our trello board. https://trello.com/c/mUrGZbKG/858-add-oc-env-support-for-buildconfigs On Wed, Feb 17, 2016 at 6:04 PM, Clayton Coleman wrote: > We should enable oc env to work with build configs. > > On Feb 17, 2016, at 1:43 PM, Ben Parees wrote: > &g

Re: Can't connect to MySQL server on '172.30.145.103' (113)

2016-02-18 Thread Ben Parees
t; mysql –h 172.30.145.103 (IP of Database-server) -P 3306 -u userNQ3 -p root > > > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/op

Re: Create app with image from own docker registry on OpenShift 3.1

2016-02-18 Thread Ben Parees
:5000/v2/: x509: certificate signed by unknown > authority > error: no match for "ec2-xxx:5000/test/image1" > > What could be the issue? I'm able to login in the registry and pull the > image manually. > > _______

Re: For how long is the build logs retained?

2016-02-22 Thread Ben Parees
hift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: modify the redhat docker images

2016-03-02 Thread Ben Parees
st > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: modify the redhat docker images

2016-03-02 Thread Ben Parees
your custom image to dockerhub), there are some licensing questions around the use of those images since JWS is a licensed product. ​ ​the image is being fetched from registry.access.redhat.com which is RedHat's docker registry. ​ > On 02 Mar 2016, at 18:08, Ben Parees wrote: > > Th

Re: modify the redhat docker images

2016-03-02 Thread Ben Parees
; >> It is unclear to me where Openshift Origin is fetching the containers >> from (e.g. jboss-webserver30-tomcat7-openshift) and if it is possible to >> fetch them from that same source to expand on them and push them to e.g. >> docker.io. >> >> On 02 Mar 2016,

Re: nocache and forcepull no longer work in v1.3.1

2016-03-02 Thread Ben Parees
ft origin v1.3.1. > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list

Re: modify the redhat docker images

2016-03-03 Thread Ben Parees
ution may not be allowed. I’m not a lawyer so cannot provide a > definitive answer, I would suggest you raise this question through the > support channels so that they can provide you with an official, documented > response. > > Kev > > -- > JBoss by Red Hat > > > --

Re: modify the redhat docker images

2016-03-03 Thread Ben Parees
(sorry I said EAP a few times in there, I realize you're using the JWS image at the moment. doesn't change the response though) On Thu, Mar 3, 2016 at 9:34 AM, Ben Parees wrote: > > > On Thu, Mar 3, 2016 at 9:20 AM, Candide Kemmler > wrote: > >> Mainly I have a

Re: How to debug build issue with build git ssh

2016-03-03 Thread Ben Parees
exists. > > > _______ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: modify the redhat docker images

2016-03-03 Thread Ben Parees
'm not sure why the error message is not clearer, we'll have to check into that. ​ > > On 03 Mar 2016, at 15:35, Ben Parees wrote: > > (sorry I said EAP a few times in there, I realize you're using the JWS > image at the moment. doesn't change the response though) &

Re: modify the redhat docker images

2016-03-04 Thread Ben Parees
ted a centos image with my file in > it and pushed that to dockerhub. Only it looks like the build can only use > images that are in the local registry: > > > from: > > kind: ImageStreamTag > > name: myotherinputimage:latest > > namespace: myother

Re: Private registry : unable to pull

2016-03-04 Thread Ben Parees
Config despite not being able to confirm the image exists. Adding Clayton in case there are more details to the registry pull-through feature. ​ > > -- > *Srinivas Kotaru* > > ___ > users mailing list > users@lists.openshift.redhat.com

Re: Private registry : unable to pull

2016-03-04 Thread Ben Parees
gt; corporate repo. > ​I didn't suggest making the image public or exposing it to all users. Please review my response. The imagestream (which had the credentials) would be restricted to the project it was created in. ​ > > -- > *Srinivas Kotaru* > > From: Be

Re: Imported image-stream in list of builder images

2016-03-09 Thread Ben Parees
hiftmm/listinfo/users >> >> >> >> ___ >> users mailing list >> users@lists.openshift.redhat.com >> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> >> > >

Re: binary deploy

2016-03-09 Thread Ben Parees
rce": { > >>>>"type": "Binary", > >>>> "binary": { > >>>> "asFile": > >>>> "https://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/sample.war"; > >>>> }, > >>>> "contextDir": "${CONTEXT_DIR}” > >>>> > >>>> > >>>> When I try it is failing … > >>>> > >>>> spec.source.binary.asFile: invalid value > >>>> 'https://tomcat.apache.org/tomcat-6.0-doc/appdev/sample/sample.war', > >>>> Details: file name may not contain slashes or relative path segments > and > >>>> must be a valid POSIX filename > >>>> > >>>> -- > >>>> Srinivas Kotaru > >>>> > >>>> ___ > >>>> users mailing list > >>>> users@lists.openshift.redhat.com > >>>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users > >>>> > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: binary deploy

2016-03-10 Thread Ben Parees
tation says we can insert war file like mentioned below > > https://docs.openshift.org/latest/dev_guide/builds.html#binary-source > > Not sure why it is not working … > > > -- > *Srinivas Kotaru* > > From: Ben Parees > Date: Wednesday, March 9, 2016 at 11:43 PM >

Re: image stream on image of private registry

2016-03-10 Thread Ben Parees
t environment to deploy. > >> > We create an image with the tag :latest and push it to the registry. > >> > When we > >> > create a new image we use the -f flag to overwrite the tag. > >> > So we're always pushing the same image with the same tag. >

Re: Run Docker on Jenkins in OpenShift

2016-03-10 Thread Ben Parees
hift. How and which service account do I have to change to > let > > it work? > > > > _______ > > users mailing list > > users@lists.openshift.redhat.com > > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Run Docker on Jenkins in OpenShift

2016-03-10 Thread Ben Parees
to host path? > > On Thu, Mar 10, 2016 at 12:01 PM, Ben Parees wrote: > > Sounds like the jenkins pod on openshift needs to be run as privileged > and > > currently isn't. > > > > > > On Thu, Mar 10, 2016 at 11:55 AM, Clayton Coleman > > wrote:

Re: binary tar.gz format

2016-03-10 Thread Ben Parees
40] Preparing to build > 172.30.238.173:5000/sales/sales-dev:latest > >>>>>> I0309 22:59:01.453593 1 source.go:151] Receiving source from > STDIN as file sample.war > >>>>>> > >>>>>> > >>>>>> > >>&g

Re: Run Docker on Jenkins in OpenShift

2016-03-10 Thread Ben Parees
oj...@redhat.com > Date: Thu, 10 Mar 2016 18:43:03 + > Subject: Re: Run Docker on Jenkins in OpenShift > To: bpar...@redhat.com > CC: ccole...@redhat.com; lorenz.vanthi...@outlook.com; gmont...@redhat.com; > users@lists.openshift.redhat.com > > > Right, the docker bui

Re: Run Docker on Jenkins in OpenShift

2016-03-10 Thread Ben Parees
try > > - system:serviceaccount:jenkins:default > > Now my jenkins is persistent and I'm able to build docker images and push > it into my own openshift registry. Thanks > > -- > From: mfoj...@redhat.com > Date: Thu, 10 Mar 2016 18:43:03

Re: Error trying to build images for kibana logging

2016-03-13 Thread Ben Parees
" is invalid: > spec.dockerImageRepository: Invalid value: "openshift/origin:latest": the > repository name may not contain a tag. > > ___ > users mailing list > users@lists.openshift.redh

Re: Java heap and arguments

2016-03-15 Thread Ben Parees
> users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: dockerfiles for standard images

2016-03-15 Thread Ben Parees
__ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http:

Re: Java heap and arguments

2016-03-15 Thread Ben Parees
nv variable values, and then individual applications can set/override those variables as desired when using your customized base image. ​ > -- > *Srinivas Kotaru* > > From: Ben Parees > Date: Tuesday, March 15, 2016 at 6:23 AM > To: skotaru > Cc: "users@lists.openshif

Re: dockerfiles for standard images

2016-03-15 Thread Ben Parees
1 > > I knew for non java images, you are using 1001. My question is same for > java images also? Example tomat and jboss eap. I could see 1001 user > doesn’t exist in /etc/passwd fie of Tomcat and JBOSS EAP based pods > > -- > *Srinivas Kotaru* > > From: Ben Parees &

Re: dockerfiles for standard images

2016-03-15 Thread Ben Parees
n java and 185 for > java based apps? Am I right? > ​it's all pretty arbitrary but yes, the non-java images use 1001, it appears the EAP image uses 185. ​ > > -- > *Srinivas Kotaru* > > From: Ben Parees > Date: Tuesday, March 15, 2016 at 11:12 AM > > To: skotaru

Re: binary tar.gz format

2016-03-19 Thread Ben Parees
e available to the assemble script, just as if you had provided a git repo and we had cloned the git repo. So it's up to the assemble script what to do with the content you supplied via --from-dir. ​ > > -- > *Srinivas Kotaru* > > From: Ben Parees > Date: Thursday, March 10, 201

Re: DockerBuild Vs STI

2016-03-19 Thread Ben Parees
> -- > *SrinivasKotaru* > > ___________ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: binary tar.gz format

2016-03-19 Thread Ben Parees
ild time run > script? > > -- > *Srinivas Kotaru* > > From: Ben Parees > Date: Wednesday, March 16, 2016 at 12:38 PM > > To: skotaru > Cc: "ccole...@redhat.com" , " > users@lists.openshift.redhat.com" > Subject: Re: binary tar.gz format >

Re: best practices for custom S2I STI builder images

2016-03-22 Thread Ben Parees
ut nothing else) be reachable by github. > > Thanks > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: best practices for custom S2I STI builder images

2016-03-30 Thread Ben Parees
On Wed, Mar 30, 2016 at 11:44 AM, Dale Bewley wrote: > - On Mar 22, 2016, at 7:05 AM, Ben Parees wrote: > > On Tue, Mar 22, 2016 at 12:58 AM, Dale Bewley wrote: > >> I'm trying to understand best practices for creating and maintaining >> builder images. >&

Re: Kubernetes endpoints

2016-04-05 Thread Ben Parees
th.html#container-health-checks-using-probes ​ > > Many thanks for advice. > > David Strejc > t: +420734270131 > e: david.str...@gmail.com > > ___________ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >

Re: Kubernetes endpoints

2016-04-05 Thread Ben Parees
sorry, didn't realize it's an external service, my advice would not apply if that is the case. ​ > tom > > > > On 04-05 09:04, Ben Parees wrote: > > On Tue, Apr 5, 2016 at 3:59 AM, David Strejc > wrote: > > > > > Dear all, > > > > >

Re: oc new-app says "network is unreachable" when using images from the registry - but telnet works

2016-04-05 Thread Ben Parees
y help would be highly appreciated. > ​do you have any http_proxy/https_proxy env variables configured? ​ > Regards > v > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshi

Re: Kubernetes endpoints

2016-04-06 Thread Ben Parees
t: +420734270131 > e: david.str...@gmail.com > > On Tue, Apr 5, 2016 at 6:28 PM, David Strejc > wrote: > >> And what about GlusterFS - does Open Shift driver support checking if >> GlusterFS endpoint is up and running? >> >> >> >> David Strejc >

Re: oc new-app says "network is unreachable" when using images from the registry - but telnet works

2016-04-07 Thread Ben Parees
host*"! It seems like we are closing in on the issue and we only > need to get the SDN working on our master. > > However, when troubleshooting the SDN we did not find any obvious errors. > Do we need to add some iptables rules to our master to allow him to join > the SDN? Any

Re: route hostname generation in template

2016-04-08 Thread Ben Parees
t;termination" : "edge" >> } >> } >> }, >> >> >> I could prompt for a hostname, but I would like to auto-generate the >> hostname to include the project by default. What I would like is >> -. in both routes. >> >> >> Is is there a list somewhere of the variables available to templates? >> >> ___ >> users mailing list >> users@lists.openshift.redhat.com >> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: memory.limit_in_bytes: invalid argument: Docker 1.9.1

2016-04-11 Thread Ben Parees
nital > nodes. There it works. > What could be the issue? > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Best way to add ca.crt to jenkins container

2016-04-12 Thread Ben Parees
very time. (but you'd still have to create the Secrets in every project of every environment) ​ > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > >

Re: build pending forever

2016-04-14 Thread Ben Parees
t; > [admin@server-3 development]$ oc version > oc v1.1.0.1-1-g2c6ff4b > kubernetes v1.1.0-origin-1107-g4c8e6f4 > > Is there a smooth upgrade path? > > ___________ > users mailing list > users@lists.openshift.redhat.com > ht

Re: ...user that is numeric and within the range...

2016-04-15 Thread Ben Parees
as that USER, so you need to ensure you've setup the permissions in the image appropriately. (ie in that example you see we setup permissions for uid 1001). ​ > > > ___ > users mailing list > users@lists.openshift.redhat.c

Re: making deployment easier

2016-04-15 Thread Ben Parees
on-template-stibuild.json#L373-L377 ​ > > > >> I can easily deploy couchdb manually but the rest of my template will >> fail because couchdb is a requirement... >> > > Maciej > > > > > ___ > users mailing list > users@lists.openshift.redhat.co

Re: ...user that is numeric and within the range...

2016-04-15 Thread Ben Parees
or instance? > ​docker inspect on the image you're extending will tell you what user it uses. that's the one you'll want to set as well. (or just don't set a USER at all if you can avoid it in your dockerfile. do you actually need to be root to do that chmod 777 ?)

Re: ...user that is numeric and within the range...

2016-04-15 Thread Ben Parees
this modified container in the first > place. > > Thanks! > > Candide > > On 15 Apr 2016, at 17:14, Ben Parees wrote: > docker inspect on the image you're extending will tell you what user it > uses. that's the one you'll want to set as well. (or just d

Re: Wildfly with path-based routing

2016-04-17 Thread Ben Parees
FO [org.jboss.as] (Controller Boot Thread) >> WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 > > > Thanks for any help. > > Lionel. > > _______ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm

Re: Best way to add ca.crt to jenkins container

2016-04-20 Thread Ben Parees
and use a template to define a > deployment config that will mount those secrets to the right place every > time. (but you'd still have to create the Secrets in every project of > every environment) > ​ > > > > > ___ > users mailing list > use

Re: tomcat image for openshift origin

2016-04-29 Thread Ben Parees
e can fix this by making our project less secure (changing permissions of > service accounts ect.) but this isn't a real good solution. > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat

OpenShift build execution ordering is now serial

2016-05-02 Thread Ben Parees
/openshift-docs/pull/1956 Thanks to Michal Fojtik for this feature! -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Jenkins for OpenShift: Forbidden!Configured service account doesn't have access.

2016-05-09 Thread Ben Parees
___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: slow docker builds

2016-05-10 Thread Ben Parees
dhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Jenkins setup for OpenShift

2016-05-11 Thread Ben Parees
You can also just supply a dockercfg file that already has the right credentials in it, just make that file available to your Jenkins job. Ben Parees | OpenShift On May 11, 2016 9:30 AM, "Skarbek, John" wrote: > On May 11, 2016 at 08:46:18, Den Cowboy (dencow...@hotmail.com) wrot

Re: Jenkins setup for OpenShift

2016-05-12 Thread Ben Parees
@redhat.com > To: john.skar...@ca.com > CC: dencow...@hotmail.com; users@lists.openshift.redhat.com > > > You can also just supply a dockercfg file that already has the right > credentials in it, just make that file available to your Jenkins job. > > Ben Parees | OpenShift > On May 11, 2016 9:30 AM

Re: dns failures from build pods

2016-05-18 Thread Ben Parees
und currently is to add the skydns ip to your host's /etc/resolv.conf. ​ > > Thanks! > > -James > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/us

Re: Some s2i builds failing with "manifest unknown", also support for Origin for Docker versions

2016-06-08 Thread Ben Parees
so a great way to fork s2i and add your own customizations!) > > Please respond with any questions. > > ___ > dev mailing list > d...@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > -- Ben P

Re: ImagePullBackOff - API error (500): manifest unknown

2016-06-09 Thread Ben Parees
the sudden the image can't be downloaded on all my machines. I > still can pull and run the image using bare Docker client. > > Any ideas what could be the cause? > > Cheers! > > -- > Henryk Konsek > https://linkedin.com/in/hekonsek > > _

Re: ImagePullBackOff - API error (500): manifest unknown

2016-06-15 Thread Ben Parees
pdates on this? > > Thanks > ​ > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Creating from a template: get parameters from a file

2016-06-20 Thread Ben Parees
__ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: MySQL: Readiness probe failed

2016-06-21 Thread Ben Parees
't connect to MySQL server on '127.0.0.1' (111) > > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___

Re: Creating from a template: get parameters from a file

2016-06-25 Thread Ben Parees
nshift.redhat.com >>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >>> >>> >>> ___ >>> users mailing list >>> users@lists.openshift.redhat.com >>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >>> >>> >> > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Unable to connect with service using mysql-ephemeral template

2016-07-06 Thread Ben Parees
y service above my container is called 'mysql' > Can someone explain this issue? > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift

Re: Unable to connect with service using mysql-ephemeral template

2016-07-06 Thread Ben Parees
l > > Error 2005 (HY000): Unknown MySQL server host 'mysql' (0) > > My service above my container is called 'mysql' > Can someone explain this issue? > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > > > > -- > Ben Parees | OpenShift > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Unable to connect with service using mysql-ephemeral template

2016-07-06 Thread Ben Parees
to authenticate on my mysql container: > > mysql -utest -ptest -h127.0.0.1 > > mysql > > Fine, but when I try my service as my host: > mysql -utest -ptest -hmysql > > Error 2005 (HY000): Unknown MySQL server host 'mysql' (0) > > My service above my container is called 'mysql' >

Re: Unable to connect with service using mysql-ephemeral template

2016-07-06 Thread Ben Parees
NS server is listed? > > > On Wed, Jul 6, 2016 at 11:49 AM, Den Cowboy wrote: > > I'm on: > oc v1.2.0 > kubernetes v1.2.0-36-g4a3f9c5 > > I've deployed the mysql-template which went fine: > Now I've a running mysql container. I go to the terminal insid

Re: Deploy wordpress with persistent volume

2016-07-08 Thread Ben Parees
name: > ${APP_NAME}-data,¬ > 194 mountPath: > ${WP_PATH}¬ > 195 > }¬ > 196 ],¬ > > > Any help will very appreciate > > Thank you > > [1] https://github.com/openshift/origin/tree/master/examples/wordpress/ > > Regards > > Robson > > ___ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Deploy wordpress with persistent volume

2016-07-08 Thread Ben Parees
template to change the default parameter value to point to your fork, or at least when instantiating the template, explicitly set the parameter value to point to your fork instead of accepting the default parameter value. ​ > > Thank you > > Regards > > Robson > > 2016-

Re: Deploy wordpress with persistent volume

2016-07-11 Thread Ben Parees
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 : > >> >> >> On Fri, Jul 8, 2016 at 3:33 PM, Robson Ramos Barreto < >> robson.rbarr...@gmail.com> wrote: >

Re: Deploy wordpress with persistent volume

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

Re: Deploy wordpress with persistent volume

2016-07-14 Thread Ben Parees
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 : > >> >> >> On Mon, Jul 11, 2016 at 10:28 AM, Robson Ramos Barreto < >> robson.rbarr...@gmail.com> wrote: >

Re: Modifying an example image for deployment from source

2016-07-20 Thread Ben Parees
gt; > _______ > users mailing list > users@lists.openshift.redhat.com > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > -- Ben Parees | OpenShift ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Modifying an example image for deployment from source

2016-07-21 Thread Ben Parees
08:55.478057 1 recreate.go:126] Scaling test/pmweb-1 to 1 > before performing acceptance check > I0721 13:08:57.518253 1 recreate.go:131] Performing acceptance check > of test/pmweb-1 > I0721 13:08:57.518333 1 lifecycle.go:445] Waiting 600 seconds for > pods owned by deplo

Re: Modifying an example image for deployment from source

2016-07-21 Thread Ben Parees
_permission_name_max_length... OK > Applying auth.0003_alter_user_email_max_length... OK > Applying auth.0004_alter_user_username_opts... OK > Applying auth.0005_alter_user_last_login_null... OK > Applying auth.0006_require_contenttypes_0002... OK > Applying sessions.0001_in

Re: Persistent Storage MYSQL

2016-07-27 Thread Ben Parees
access rights to > InnoDB: the directory. > 2016-07-27 08:17:01 18 [ERROR] InnoDB: Creating or opening ./ibdata1 > failed! > > Does someone know what could be the issue? > When I create a directory /mnt on my node-host of OS I'm able to mount to > my NFS storage server. So why isn

  1   2   3   4   >