pub fn compute_plan(current: &RoleGraph, desired: &RoleGraph) -> Vec<Change>
Compute the list of changes needed to bring current state to desired state.
current
desired