[CORD-2887] Adding config for vsg-hw and dependency to onos-fabric, removed addressmanager

Change-Id: Ie03f96ae27d379caf6e9661a3b00be391cef1c10
diff --git a/xos-services/onos-service/values.yaml b/xos-services/onos-service/values.yaml
index 28fc6d4..9a81457 100644
--- a/xos-services/onos-service/values.yaml
+++ b/xos-services/onos-service/values.yaml
@@ -48,3 +48,19 @@
   steps_dir: "/opt/xos/synchronizers/onos/steps"
   sys_dir: "/opt/xos/synchronizers/onos/sys"
   models_dir: "/opt/xos/synchronizers/onos/models"
+  logging:
+    version: 1
+    handlers:
+      console:
+        class: logging.StreamHandler
+      file:
+        class: logging.handlers.RotatingFileHandler
+        filename: /var/log/xos.log
+        maxBytes: 10485760
+        backupCount: 5
+    loggers:
+      'multistructlog':
+        handlers:
+            - console
+            - file
+        level: DEBUG