jaegertracing / jaeger-openshift

Support for deploying Jaeger into OpenShift
https://jaegertracing.io/
Apache License 2.0
57 stars 37 forks source link

Add ES serviceaccount to jenkins #70

Closed pavolloffay closed 6 years ago

pavolloffay commented 6 years ago

Fixes #68

Signed-off-by: Pavol Loffay ploffay@redhat.com

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#1: Console log: external, internal

objectiser commented 6 years ago

@pavolloffay Looks like jenkins didn't like it.

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#2: Console log: external, internal

pavolloffay commented 6 years ago

Yes there is a problem with permissions, I am figuring it out.

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#3: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#4: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#5: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#6: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#7: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#8: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#9: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#10: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#11: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#12: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#13: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#14: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#15: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#16: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#17: Console log: external, internal

jaegerci-bot commented 6 years ago

:red_circle: Jenkins CI Build#18: Console log: external, internal

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#19: Console log: external, internal

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#20: Console log: external, internal

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#21: Console log: external, internal

pavolloffay commented 6 years ago

I have run oc adm policy add-role-to-user admin system:serviceaccount:jaeger-test:jenkins to solve permissions with command oc adm policy add-role-to-user view -z elasticsearch run by jenkins. Note this adds admin permission for the jaeger-test project, so keep in mind when doing #62

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#22: Console log: external, internal

jaegerci-bot commented 6 years ago

:white_check_mark: Jenkins CI Build#23: Console log: external, internal

pavolloffay commented 6 years ago

I will merge, as this is the root cause of failing tests in other PRs