Re: pipeline deployment keeps re-deploying over and over again

2016-10-24 Thread Michail Kargakis
What version of OpenShift are you running? Can you post your DC? On Sat, Oct 22, 2016 at 6:33 PM, Miklos Balazs wrote: > Hi Everyone, > > I am trying to set up a build pipeline by following the tutorial on the > OpenShift blog site (https://blog.openshift.com/create-build-pipelines- > openshift

Re: pipeline deployment keeps re-deploying over and over again

2016-10-24 Thread Miklos Balazs
Hi Michail, Sure. I'm running origin-1.3.0 from the CentOS RPMs. Here is my DC: apiVersion: v1 kind: DeploymentConfig metadata: annotations: openshift.io/generated-by: OpenShiftWebConsole creationTimestamp: null generation: 128 labels: app: myapp name: myapp spec: replicas: 1

Re: Why I don't have debug information in DockerRegistry logs?

2016-10-24 Thread Stéphane Klein
2016-10-23 18:23 GMT+02:00 Skarbek, John : > In my opinion, I don’t believe this is an auth issue. > Yes! It is SSL issue. ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: pipeline deployment keeps re-deploying over and over again

2016-10-24 Thread Michail Kargakis
If you don't want to use a CC trigger, do not remove the field but set it as an empty array = [] (similar to the triggers field in the BC) https://docs.openshift.org/latest/dev_guide/deployments.html#triggers Can you open an issue on Github about the behavior you see? I will look at it later toda

Re: pipeline deployment keeps re-deploying over and over again

2016-10-24 Thread Miklos Balazs
Hi Michail, Yes, that's how I have removed it. I wanted to remove it because I was suspecting that the continuous re-deployments occur because of the config change trigger (the jenkins sync plugin is continously updating the DC, and these updates are causing the deployment because of the trigger).

Re: pipeline deployment keeps re-deploying over and over again

2016-10-24 Thread Michail Kargakis
One more thing, I cannot see latestVersion in the status of your DC? Is that also 128? Can you also post some of the last RCs too? I am not familiar with what the Jenkins plugin is updating on the DC. ccing Gabe and Ben who may know more. On Mon, Oct 24, 2016 at 11:40 AM, Miklos Balazs wrote: >

Re: pipeline deployment keeps re-deploying over and over again

2016-10-24 Thread Miklos Balazs
Hi, I've opened an issue here: https://github.com/openshift/origin/issues/11519 Rehards, Miklós On Mon, Oct 24, 2016 at 11:55 AM, Michail Kargakis wrote: > One more thing, I cannot see latestVersion in the status of your DC? Is > that also 128? Can you also post some of the last RCs too? I am

Re: HELP - Image pull back off

2016-10-24 Thread David Eads
Adding Scott. On Sun, Oct 23, 2016 at 9:00 AM, Philippe Lafoucrière < philippe.lafoucri...@tech-angels.com> wrote: > Looks like the problem comes from https://github.com/ > openshift/openshift-ansible/pull/2411/files > Where the registry is considered as secure, but it still listen using http > o

Re: HELP - Image pull back off

2016-10-24 Thread Philippe Lafoucrière
For the record, I'm pretty sure that's the issue blocking us from upgrading to 1.3.X (the symptoms are exactly the same + this issue https://github.com/openshift/origin/issues/11164). We're using ansible to upgrade, and this change is part of it (yes, we should run ansible more often). ___

Re: Metric are visible in tab but not on the left side

2016-10-24 Thread Sam Padgett
Hi, Mila. Is Hawkular using a self-signed certificate? If so, try refreshing the page after accepting the certificate. Are you are using an ad blocker? If so, try disabling it for the web console. The overview metrics URLs we use are blocked by some ad blockers unfortunately. If neither of these

Re: Metric are visible in tab but not on the left side

2016-10-24 Thread Jessica Forrester
Do you see any errors in your network tab with it trying to make requests to hawkular? If it's working in the tab it should work on the overview, unless you have set the flag to disable overview metrics through an extension: window.OPENSHIFT_CONSTANTS.DISABLE_OVERVIEW_METRICS = true On Sun, Oct

Re: HELP - Image pull back off

2016-10-24 Thread Scott Dodson
https://github.com/openshift/openshift-ansible/issues/2648 On Mon, Oct 24, 2016 at 8:57 AM, Philippe Lafoucrière wrote: > For the record, I'm pretty sure that's the issue blocking us from upgrading > to 1.3.X (the symptoms are exactly the same + this issue > https://github.com/openshift/origin/is

Re: Why I don't have debug information in DockerRegistry logs?

2016-10-24 Thread Philippe Lafoucrière
See: https://github.com/openshift/openshift-ansible/issues/2648 The registry is not logging anything because the ssl handshake failed. ​ ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: Metric are visible in tab but not on the left side

2016-10-24 Thread Sam Padgett
Can you check the contents of requests to this path? /hawkular/metrics/metrics/stats/query Also confirming again that you don't have an ad blocker for your browser. _

Re: Metric are visible in tab but not on the left side

2016-10-24 Thread Miloslav Vlach
Hi, I have no ads blocker. The second question I answer later. Thanks Mila Dne 24. října 2016 v 19:12:10, Sam Padgett (spadg...@redhat.com) napsal/a: Can you check the contents of requests to this path? /hawkular/metrics/metrics/stats/query

Re: Metric are visible in tab but not on the left side

2016-10-24 Thread Miloslav Vlach
curl -i -H "Hawkular-Tenant:admin-prod" -H "Authorization: Bearer ***" https://hawkular-metrics.rohlik.cz/hawkular/metrics/metrics/stats/query -H "Content-type: application/json" HTTP/1.1 405 Method Not Allowed X-Powered-By: Undertow/1 Server: WildFly/10 Content-Type: application/json Con

Deploying router

2016-10-24 Thread Sachin Vaidya
Hi, I tried to deply router in "--host-network=false" mode. #sudo oadm router router-test --service-account=router --host-network=false 1) See 2 containers created where one of the Pods remains in "ContainerCreating" state for long. [centos@origin-master ~]$ sudo oc get pods NAME

Re: Deploying router

2016-10-24 Thread Clayton Coleman
On Oct 24, 2016, at 8:25 PM, Sachin Vaidya wrote: Hi, I tried to deply router in "--host-network=false" mode. #sudo oadm router router-test --service-account=router --host-network=false 1) See 2 containers created where one of the Pods remains in "ContainerCreating" state for long. [cen