VOL-1330: Fix mib reconcile

mib db queries in converting from internal json
storage back to dict() overwrote the original
json in storage.  This caused subquent queries to fail.
Need a deepcopy to prevent the reference copy/overwrite.

In allowing adapters to run resync/reconcile we need to
allow classes that use openomci to disable auditing.
Some onu (brcm) do not allow uploading of mib after its configured
causing audit and resync timeoutes.

Change-Id: Ia45ca958340ec4e0b11684adb35cc8e4beda32ae
4 files changed