blob: c096bee9bc38743fcf3e9b36ac2e6624b70cafc7 [file] [log] [blame]
Scott Baker33d251a2016-08-11 13:23:19 -07001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the OpenStack service
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 servicecontroller#openstack:
11 type: tosca.nodes.ServiceController
12 properties:
13 base_url: file:///opt/xos_services/openstack/xos/
14 synchronizer: synchronizer/manifest
Matteo Scandoloceccb1f2017-06-05 10:35:44 -070015 synchronizer_run: openstack-synchronizer.py
Scott Baker33d251a2016-08-11 13:23:19 -070016