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
* Correct log messages for internal route converge
- Desired and actual LRP messages were switched in reporting of errors
associated with decrypting and parsing routes
- Swap desired and actual messages so that the errors are correct
cloudfoundry/diego-release#662
* Migration to add metric tags to actual_lrps table
- Also ensure metric_tags column is encrypted
cloudfoundry/diego-release#662
* Remove unnecessary references to types
cloudfoundry/diego-release#662
* Persist metric tags against actual lrps
- Extends StartActualLRP and EvacuateRunningActualLRP to accept metric
tags
- Will enable us to implement convergence for metric tags
- At this point we've chosen not to bump the revision on these internal
endpoints
cloudfoundry/diego-release#662
Co-authored-by: Andrew Crump <[email protected]>
* Include metric tags when converging LRPs
cloudfoundry/diego-release#662
Co-authored-by: Rebecca Roberts <[email protected]>
Co-authored-by: Carson Long <[email protected]>
Co-authored-by: Andrew Crump <[email protected]>
* Update BBS internal API docs
- StartActualLRP and EvacuateRunningActualLRP were changed to include
metric tags
- The revision of these endpoints was not incremented as it did not
appear to be necessary
cloudfoundry/diego-release#662
Co-authored-by: Andrew Crump <[email protected]>
* Ignore nil actual lrp metric tags
- Prevent attempting to converge metric tags for actual lrps on old
reps.
cloudfoundry/diego-release#662
Signed-off-by: Ben Fuller <[email protected]>
* Delete actuallrps when internal routes or metric tags are invalid
- This makes our behaviour consistent with handling of invalid net_info
data
cloudfoundry/diego-release#662
Co-authored-by: Andrew Crump <[email protected]>
* Disallow creation of Desired LRPs with nil metric tags
- We ignore Actual LRPs without metric tags when converging metric tags
- Require metric tags to be provided on Desired LRPs to avoid creation
of Desired LRPs that will fail to converge when metric tags are later
set
cloudfoundry/diego-release#662
Co-authored-by: Rebecca Roberts <[email protected]>
---------
Signed-off-by: Ben Fuller <[email protected]>
Co-authored-by: Ben Fuller <[email protected]>
Co-authored-by: Rebecca Roberts <[email protected]>
Co-authored-by: Carson Long <[email protected]>
0 commit comments