Updating vEE to new_base, adding scripts, docker files

Change-Id: I9c8e035a64e0010f120ec1f3ec49c92ba1e05037
diff --git a/xos/synchronizer/steps/sync_vee.py b/xos/synchronizer/steps/sync_vee.py
index c9182fe..c55a514 100644
--- a/xos/synchronizer/steps/sync_vee.py
+++ b/xos/synchronizer/steps/sync_vee.py
@@ -1,6 +1,6 @@
-from synchronizers.base.syncstep import *
-from synchronizers.base.ansible_helper import *
-from services.vee.models import VEEService
+from synchronizers.new_base.ansible_helper import run_template_ssh #if needed
+from synchronizers.new_base.SyncInstanceUsingAnsible import SyncInstanceUsingAnsible
+from synchronizers.new_base.modelaccessor import *
 
 class SyncVEEService(SyncStep):
     provides=[VRouterTenant]