blob: 9ba68f2afe24f944a8b7b773105f2f78ec6e3dd0 [file] [log] [blame]
Scott Baker5ca4bd12017-02-10 15:17:06 -08001tosca_definitions_version: tosca_simple_yaml_1_0
2
3imports:
4 - custom_types/xos.yaml
5
6description: chameleon component config, generated by platform-install
7
8topology_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