Closed pavolloffay closed 7 years ago
@rafabene could you please review, test and eventually merge. There is a series of PRs to other services because zipkin-query
has been renamed to zipkin
. I also run into issue with:
# If your application uses an special SCC, uncomment the following line to adjust the SCC
adjust_scc: true
zipkin-openshift is failing with it (mysql database) I had to switch it back to false
and change frontend's Dockerfile https://github.com/redhat-helloworld-msa/frontend/pull/11.
Note that this only fixes ansible and manual installation, if you could tell me how to do change the Option 1
I'm happy to proceed.
cc @jpkrohling @objectiser
Hi @pavolloffay. How this PR relates to #24 ?
I was able to fix the https://github.com/redhat-helloworld-msa/frontend/ and thes ansible script to remove the need to "adjust_scc".
@rafabene
Hi @pavolloffay. How this PR relates to #24 ?
This does not relates to #24, however it relates to https://github.com/redhat-helloworld-msa/ola/pull/4. But anyway I think this is beneficial for the project because it updates quite old zipkin version to the new one.
I was able to fix the https://github.com/redhat-helloworld-msa/frontend/ and thes ansible script to remove the need to "adjust_scc".
Yes it uses the same fix from my PR. (I have rebased it)
@rafabene PR rebased. I saw your commit https://github.com/redhat-helloworld-msa/helloworld-msa/commit/45de444313173599d483f65e14363d1e41451707:
however zipkin-starter-minimal/0.1.1
and zipkin-starter-minimal/0.0.8
use the same zipkin version:
so this PR is still needed.
Ok. I should work on the update today.
@rafabene thanks!
Currently used zipkin version is quite old. This bumps to the newest version provided by fabric8.
Concretely I run into this issue: https://github.com/openzipkin/zipkin/issues/1085. It should be fixed in the newer version.