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 has been archived by the owner on Jan 21, 2022. It is now read-only.
The code in confab preserves the old "node-name" no matter what. As long as node-name.json exists the old node-name will be used.
We have a use case where we have already deployed things but want to change all the nodes to use "node_name_include_id: true" property.
We deployed an updated version of consul release but since the node-name.json always existed it never changed to use the correct more unique node name.
We had to do some weird processing to delete the node-name.json prior to doing the update but this is not repeatable.
We would like a property that could be set which will cause the node name to be regenerated. If there is another way to do this in a single bosh deploy please let us know as this would be required on the upgrade but not on a normal restart of consul.
The text was updated successfully, but these errors were encountered:
we ran into the same issue today and ended up doing a bosh recreate to work around it. thankfully, we don't anticipate having to change this value very often.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code in confab preserves the old "node-name" no matter what. As long as node-name.json exists the old node-name will be used.
We have a use case where we have already deployed things but want to change all the nodes to use "node_name_include_id: true" property.
We deployed an updated version of consul release but since the node-name.json always existed it never changed to use the correct more unique node name.
We had to do some weird processing to delete the node-name.json prior to doing the update but this is not repeatable.
We would like a property that could be set which will cause the node name to be regenerated. If there is another way to do this in a single bosh deploy please let us know as this would be required on the upgrade but not on a normal restart of consul.
The text was updated successfully, but these errors were encountered: