-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to resolve link 'nats' with type 'nats' #1092
Comments
Most likely caused by #932. I faintly remember that there were some issues during the migration, I'll take a look and see if I can find some references for this. |
If I remember correctly you have to ensure that both In any case you are right: deployments relying on the |
Appreciate for the info. I was able to bypass the issue and go on with deployments by restoring plaintext nats jobs in nats node on the cf side. |
What is this issue about?
I'm trying to update my pretty old bosh and cf versions to the latest, and facing this issue.
I've started updating cf first, then when I'm trying to redeploy logsearch and prometheus, there's this error
I can see from my updated
cf-deployment.yml
that jobnats
is removed and there's onlynats-tls
leftBut
prometheus-boshrelease
seems to referencenats
still. I can see from theenable-cf-route-registrar.yml
Does this mean I can not use the latest cf version to use with logsearch-boshrelease and prometheus-boshrelease?
I've tried to change the nats alias to nats-tls but it's not working anyway.
Tried to restore nats job and link in cf-deployment.yml side, but deploying cf fails with the following error
What version of cf-deployment are you using?
cf-deployment v30.2.0
Please include the
bosh deploy...
command, including all the operations files (plus any experimental operation files you're using):I'm deploying this cf-deployment manifest.
What IaaS is this issue occurring on?
AWS
Is there anything else unique or special about your setup?
Tag your pair, your PM, and/or team!
It's helpful to tag a few other folks on your team or your team alias in case we need to follow up later.
The text was updated successfully, but these errors were encountered: