tosca_definitions_version: tosca_simple_yaml_1_0 | |
description: Onboard rcord models | |
imports: | |
- custom_types/xos.yaml | |
topology_template: | |
node_templates: | |
library#rcord: | |
type: tosca.nodes.ServiceController | |
properties: | |
base_url: file:///opt/cord/orchestration/profiles/rcord/xos/ | |
# The following will concatenate with base_url automatically, if | |
# base_url is non-null. | |
xproto: ./ | |
admin: admin.py |