Fixed mock-cord-pod target and moved containers target to local_containers

Change-Id: I979572551bce8faf9fc91e1629e0e4ea9eb41c99
diff --git a/frontend/xos.yaml b/frontend/xos.yaml
index 76d23f1..1f15cef 100644
--- a/frontend/xos.yaml
+++ b/frontend/xos.yaml
@@ -36,16 +36,6 @@
               node: xos
               relationship: tosca.relationships.UsedByXOS
 
-    /opt/xos/core/models:
-          type: tosca.nodes.XOSVolume
-          properties:
-              host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/core/models/, ENV_VAR ] }
-              read_only: false
-          requirements:
-              - xos:
-                  node: xos
-                  relationship: tosca.relationships.UsedByXOS
-
     /opt/xos/core/templatetags:
           type: tosca.nodes.XOSVolume
           properties:
@@ -106,22 +96,45 @@
                   node: xos
                   relationship: tosca.relationships.UsedByXOS
 
-    /opt/xos/tosca:
-          type: tosca.nodes.XOSVolume
-          properties:
-              host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/tosca/, ENV_VAR ] }
-              read_only: false
-          requirements:
-              - xos:
-                  node: xos
-                  relationship: tosca.relationships.UsedByXOS
+    # The following volumes are sometimes used in development,
+    # but they are not tested and they can break part of the system, handle with care.
 
-    /opt/xos/xos:
-          type: tosca.nodes.XOSVolume
-          properties:
-              host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/xos/, ENV_VAR ] }
-              read_only: false
-          requirements:
-              - xos:
-                  node: xos
-                  relationship: tosca.relationships.UsedByXOS
\ No newline at end of file
+    # /opt/xos/tosca:
+    #       type: tosca.nodes.XOSVolume
+    #       properties:
+    #           host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/tosca/, ENV_VAR ] }
+    #           read_only: false
+    #       requirements:
+    #           - xos:
+    #               node: xos
+    #               relationship: tosca.relationships.UsedByXOS
+
+    # /opt/xos/xos:
+    #       type: tosca.nodes.XOSVolume
+    #       properties:
+    #           host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/xos/, ENV_VAR ] }
+    #           read_only: false
+    #       requirements:
+    #           - xos:
+    #               node: xos
+    #               relationship: tosca.relationships.UsedByXOS
+
+    # /opt/xos/core/models:
+    #       type: tosca.nodes.XOSVolume
+    #       properties:
+    #           host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/core/models/, ENV_VAR ] }
+    #           read_only: false
+    #       requirements:
+    #           - xos:
+    #               node: xos
+    #               relationship: tosca.relationships.UsedByXOS
+
+    # /opt/xos/api/utility:
+    #       type: tosca.nodes.XOSVolume
+    #       properties:
+    #           host_path: { path_join: [ SELF, CONFIG_DIR, ../../xos/xos/api/utility/, ENV_VAR ] }
+    #           read_only: false
+    #       requirements:
+    #           - xos:
+    #               node: xos
+    #               relationship: tosca.relationships.UsedByXOS
\ No newline at end of file