blob: fdf07cabbc54233fe00f29f5d212b94178386ab9 [file] [log] [blame]
Scott Baker25467ff2016-08-04 09:50:22 -07001tosca_definitions_version: tosca_simple_yaml_1_0
2
3description: Onboard the CDN service
4
5imports:
6 - custom_types/xos.yaml
7
8topology_template:
9 node_templates:
10 servicecontroller#hpc:
11 type: tosca.nodes.ServiceController
12 properties:
13 base_url: file:///opt/xos_services/hypercache/xos/
14 models: models.py
15 admin: admin.py
Scott Baker8f32cc82016-08-08 10:34:53 -070016 admin_template: templates/hpcadmin.html, templates/hpctools.html
Scott Baker25467ff2016-08-04 09:50:22 -070017 synchronizer: synchronizer/manifest
18 synchronizer_run: hpc-synchronizer.py
Scott Baker8f32cc82016-08-08 10:34:53 -070019 tosca_custom_types: tosca/custom_types/cdn.yaml
20 tosca_resource: tosca/resources/cdnprefix.py, tosca/resources/cdnservice.py, tosca/resources/contentprovider.py, tosca/resources/hpchealthcheck.py, tosca/resources/originserver.py, tosca/resources/serviceprovider.py
Scott Baker25467ff2016-08-04 09:50:22 -070021 #rest_service: subdirectory:vsg api/service/vsg/vsgservice.py
22 #rest_tenant: subdirectory:cord api/tenant/cord/vsg.py
23 #private_key: file:///opt/xos/key_import/vsg_rsa
24 #public_key: file:///opt/xos/key_import/vsg_rsa.pub
25