aristanetworks/cvprac

Allow re-ordering of configlets

mharista opened this issue · 2 comments

Discussion in chat requested for customer.

Potential solution is to add flag reorder_configlets to function apply_configlets_to_device.

Default of flag would be False but setting the flag to True would require user to provide full list of configlets for the device as the new_configlets parameter instead of only new configlets being applied.

Most of function implementation taken from @guillaumeVilar work. Added doc strings and system test