blob: 1cec5cd47a61adb81c7ac3e1ab71803302746035 [file] [log] [blame]
Scott Baker65799a22017-03-22 13:51:56 -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 no_build: true
15 image: xosproject/openstack-synchronizer