fix cord branding for frontend mock-cord-pod

Change-Id: Ia290139759a5267946fd91e1259e0c689ba3ed2a
diff --git a/frontend/xos-cord-branding.yaml b/frontend/xos-cord-branding.yaml
new file mode 100644
index 0000000..6761f7e
--- /dev/null
+++ b/frontend/xos-cord-branding.yaml
@@ -0,0 +1,25 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: Adds volume to make the cord branding config file available
+
+imports:
+   - custom_types/xos.yaml
+
+topology_template:
+  node_templates:
+    xos:
+      type: tosca.nodes.XOS
+      properties:
+        no-create: True
+        no-delete: True
+        no-update: True
+
+    /opt/xos/xos_configuration/xos_cord_config:
+      type: tosca.nodes.XOSVolume
+      properties:
+          host_path: { path_join: [ SELF, CONFIG_DIR, ../cord-pod/xos_cord_config, ENV_VAR ] }
+          read_only: false
+      requirements:
+          - xos:
+             node: xos
+             relationship: tosca.relationships.UsedByXOS