Refactor vic-machine configure to avoid premature merge of old and new data #7818
Labels
area/cli
The Vritual Container Host management CLI (vic-machine)
component/install
priority/p1
team/lifecycle
triage/proposed-1.5
As discussed in #7677 (review), configure is currently designed to operate only on the target/new configuration and has to work around the limitations of that design in a few places.
Instead, it should be adjusted to operate with additional information in a structured/consistent way (e.g.,
(old, delta, new)
) so that the code is less fragile and case-by-case workarounds are not necessary.This will probably block #6123.
The text was updated successfully, but these errors were encountered: