F5Networks / marathon-bigip-ctlr

Repository for F5 BIG-IP Controller for Marathon.
Apache License 2.0
3 stars 11 forks source link

Fix profile fields to avoid updates #263

Closed sjberman closed 6 years ago

sjberman commented 6 years ago

Problem: Profiles were missing the 'context' field, which caused unnecessary updates to virtual servers every refresh cycle.

Solution: Include the 'context' fields in the profiles. This fixes the immediate issue, but there is also a issue open in CCCL to adjust virtual comparisons in general to avoid comparing defaults. This fix simply keeps fields consistent across all of our controllers.