Scott Baker | 5ca4bd1 | 2017-02-10 15:17:06 -0800 | [diff] [blame^] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
2 | |||||
3 | imports: | ||||
4 | - custom_types/xos.yaml | ||||
5 | |||||
6 | description: chameleon component config, generated by platform-install | ||||
7 | |||||
8 | topology_template: | ||||
9 | node_templates: | ||||
10 | xos_chameleon: | ||||
11 | type: tosca.nodes.Component | ||||
12 | properties: | ||||
13 | command: python chameleon/chameleon/main.py -R 9101 -G xos-core:50055 | ||||
14 | image: xosproject/chameleon | ||||
15 | ports: 9101:9101 |