Moving metronet-local to be compliand with masted, adding .sh, docker and compose files
Change-Id: I31cf7d476e0c09bedbe9934cd52cf419ac16a7cf
diff --git a/xos/synchronizer/steps/sync_vnodlocalservice.py b/xos/synchronizer/steps/sync_vnodlocalservice.py
index 90e2ded..77d62b4 100644
--- a/xos/synchronizer/steps/sync_vnodlocalservice.py
+++ b/xos/synchronizer/steps/sync_vnodlocalservice.py
@@ -1,8 +1,9 @@
import os
import sys
-from synchronizers.base.syncstep import SyncStep
-from services.vnodlocal.models import *
+from synchronizers.new_base.SyncInstanceUsingAnsible import SyncInstanceUsingAnsible #if needed
+from synchronizers.new_base.ansible_helper import run_template_ssh #if needed
+from synchronizers.new_base.modelaccessor import *
import requests, json
from requests.auth import HTTPBasicAuth