mount the /opt/cord directory into XOS containers
Change-Id: I1911258347c139afd619b717439c88580ee12688
diff --git a/frontend/xos.yaml b/frontend/xos.yaml
index c1f4188..e73141f 100644
--- a/frontend/xos.yaml
+++ b/frontend/xos.yaml
@@ -37,6 +37,18 @@
node: xos
relationship: tosca.relationships.UsedByXOS
+ /opt/cord:
+ type: tosca.nodes.XOSVolume
+ properties:
+ # note: The following path should be set to the place where `repo init`
+ # was run to checkout your CORD hierarchy.
+ host_path: "/opt/cord"
+ read_only: true
+ requirements:
+ - xos:
+ node: xos
+ relationship: tosca.relationships.UsedByXOS
+
/opt/xos/core/templatetags:
type: tosca.nodes.XOSVolume
properties: