CORD-2510 Migrate vEE to dynamic load

Change-Id: I14bb8cb1b9ef33005bba12ace37618d74fa0d7d5
diff --git a/xos/synchronizer/vee_config.yaml b/xos/synchronizer/vee_config.yaml
index 1c79c89..9ec479f 100644
--- a/xos/synchronizer/vee_config.yaml
+++ b/xos/synchronizer/vee_config.yaml
@@ -12,10 +12,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: vee-synchronizer
+name: vee
 accessor:
   username: xosadmin@opencord.org
   password: "@/opt/xos/services/vee/credentials/xosadmin@opencord.org"
+required_models:
+  - VEEService
+  - VEEServiceInstance
 dependency_graph: "/opt/xos/synchronizers/vee/model-deps"
 steps_dir: "/opt/xos/synchronizers/vee/steps"
 sys_dir: "/opt/xos/synchronizers/vee/sys"
+models_dir: "/opt/xos/synchronizers/vee/models"
\ No newline at end of file