Matteo Scandolo | 9ce1825 | 2017-06-22 10:48:25 -0700 | [diff] [blame^] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: Persist xos-sample-gui-extension |
| 4 | |
| 5 | imports: |
| 6 | - custom_types/user.yaml |
| 7 | - custom_types/xosguiextension.yaml |
| 8 | |
| 9 | topology_template: |
| 10 | node_templates: |
| 11 | |
| 12 | # UI Extension |
| 13 | test: |
| 14 | type: tosca.nodes.XOSGuiExtension |
| 15 | properties: |
| 16 | name: test |
| 17 | files: /spa/extensions/test/vendor.js, /spa/extensions/test/app.js |
| 18 | |
| 19 | xosadmin@opencord.org: |
| 20 | type: tosca.nodes.User |
| 21 | properties: |
| 22 | password: rk1UYDHZXbu6KVCMkhmV |
| 23 | firstname: XOS |
| 24 | lastname: Admin |
| 25 | # is_admin: True |
| 26 | # requirements: |
| 27 | # - site: |
| 28 | # node: some |
| 29 | # relationship: tosca.relationships.MemberOfSite |