Add database subsystem definition in the use case of
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / tosca_repositories_test_definition.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: TOSCA simple profile with repositories validation and imports.
4
5 repositories:
6   repo_code0: https://raw.githubusercontent.com/nandinivemula/intern
7   repo_code1:
8     description: My project's code Repository in github usercontent.
9     url: https://raw.githubusercontent.com/nandinivemula/intern/master
10     credential: #type: Credential
11       token_type: basic_auth
12       token: myusername:mypassword
13
14   repo_code2:
15     description: My Project's code Repository in github.
16     url: https://github.com/nandinivemula/intern/master
17     credential: #type: Credential
18       token_type: basic_auth
19       token: myusername:mypassword
20
21 imports:
22   - sample_import:
23       file: tosca_repository_import.yaml
24       repository: repo_code1
25       namespace_uri: https://github.com/nandinivemula/intern
26       namespace_prefix: intern