| tosca_definitions_version: tosca_simple_yaml_1_0 |
| description: Onboard the exampleservice |
| docker_project_name: metronetwork |
| db_container_name: metronetworkbs_xos_db_1 |
| /opt/xos/xos_configuration/xos_common_config: |
| type: tosca.nodes.XOSVolume |
| host_path: { path_join: [ SELF, CONFIG_DIR, ../common/xos_common_config, ENV_VAR ] } |
| relationship: tosca.relationships.UsedByXOS |
| /opt/xos/xos_configuration/xos_ecord_config: |
| type: tosca.nodes.XOSVolume |
| host_path: { path_join: [ SELF, CONFIG_DIR, ./xos_ecord_config, ENV_VAR ] } |
| relationship: tosca.relationships.UsedByXOS |