c2856c8ff0d1d4913267d6dcab7f96b54dd92206
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 repositories:
4   some_repository:
5     description: Some repo
6     url: https://raw.githubusercontent.com/openstack/tosca-parser/master/toscaparser/tests/data/custom_types/
7     credential: #type: Credential
8       token_type: basic_auth
9       token: myusername:mypassword
10 imports:
11   - some_import:
12       file: compute_with_prop.yaml
13       repository: some_repository
14
15 description: >
16   TOSCA test for testing repositories definition
17
18   node_templates:
19
20     server:
21       type: tosca.nodes.ComputeWithProp
22       properties:
23          test: yes