| tosca_definitions_version: tosca_simple_yaml_1_0 |
| |
| description: Onboard the exampleservice |
| |
| imports: |
| - custom_types/xos.yaml |
| |
| topology_template: |
| node_templates: |
| xos: |
| type: tosca.nodes.XOS |
| properties: |
| no-delete: true |
| no-create: true |
| no-update: true |
| |
| /opt/xos/services/vrouter/admin.py: |
| type: tosca.nodes.XOSVolume |
| properties: |
| host_path: { path_join: [ SELF, CONFIG_DIR, /opt/xos_services/vrouter/xos/admin.py, ENV_VAR ] } |
| read_only: false |
| requirements: |
| - xos: |
| node: xos |
| relationship: tosca.relationships.UsedByXOS |