You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2019. It is now read-only.
It looks like on July 4th the following changes were made: e5a2eef
I believe this is the same issue descibed here: #84
Colocating these jobs causes our deployment to fail just like it did before we updated the include the fix for the above issue. Here is the error we see:
Error: Package name collision detected in instance group 'cf-redis-broker': job 'cf-cli/cf-cli-6-linux' depends on package 'cf-cli/cf-cli-6-linux' with fingerprint 'af6517f138b3ed0584b263f6273f30f22f6e5c9d', job 'cf-redis/broker-registrar' depends on package 'cf-redis/cf-cli-6-linux' with fingerprint '0971d73c486be23f7d87702ddc75f4d6565942f5'. BOSH cannot currently collocate two packages with identical names and different fingerprints or dependencies.
Just thought i would give a heads up since my team happened to notice this.
It looks like on July 4th the following changes were made:
e5a2eef
I believe this is the same issue descibed here:
#84
Colocating these jobs causes our deployment to fail just like it did before we updated the include the fix for the above issue. Here is the error we see:
Just thought i would give a heads up since my team happened to notice this.
Keenan