blob: 7b18a7f08570137aae1f3f2bfa7db75ea3dd5ed9 [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
Scott Baker97ace872016-08-08 12:11:45 -070015 django_library: filteredadmin.py
Scott Baker25467ff2016-08-04 09:50:22 -070016 admin: admin.py
Scott Baker8f32cc82016-08-08 10:34:53 -070017 admin_template: templates/hpcadmin.html, templates/hpctools.html
Scott Baker25467ff2016-08-04 09:50:22 -070018 synchronizer: synchronizer/manifest
19 synchronizer_run: hpc-synchronizer.py
Scott Baker8f32cc82016-08-08 10:34:53 -070020 tosca_custom_types: tosca/custom_types/cdn.yaml
21 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 Baker97ace872016-08-08 12:11:45 -070022 rest_service: subdirectory:hpc api/service/hpc/hpc_config.py, subdirectory:hpc api/service/hpc/hpcview.py, subdirectory:hpc api/service/hpc/legacyapi.py
Scott Baker25467ff2016-08-04 09:50:22 -070023 #rest_tenant: subdirectory:cord api/tenant/cord/vsg.py
24 #private_key: file:///opt/xos/key_import/vsg_rsa
25 #public_key: file:///opt/xos/key_import/vsg_rsa.pub