| tosca_definitions_version: tosca_simple_yaml_1_0 |
| description: Setup the ExampleService on the ACORD setup |
| - custom_types/exampleservice.yaml |
| description: This slice holds the ExampleService |
| relationship: tosca.relationships.MemberOfSite |
| relationship: tosca.relationships.MemberOfService |
| node: trusty-server-multi-nic |
| relationship: tosca.relationships.DefaultImage |
| relationship: tosca.relationships.DefaultFlavor |
| type: tosca.nodes.ExampleService |
| view_url: /admin/exampleservice/exampleservice/$id$/ |
| public_key: { get_artifact: [ SELF, pubkey, LOCAL_FILE] } |
| private_key_fn: /opt/xos/synchronizers/exampleservice/exampleservice_private_key |
| pubkey: /opt/xos/synchronizers/exampleservice/exampleservice_public_key |
| type: tosca.nodes.ExampleTenant |
| relationship: tosca.relationships.TenantOfService |