commit | 89f846f44d6ea6e5197c6147bae30da086f95a5d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Feb 04 11:06:39 2016 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Feb 04 11:06:39 2016 -0800 |
tree | f7846a899460f9ff407867b04a4d3a50d4901d01 | |
parent | 86224fb1e42e7b98619f5c8c22975b97fcca09f9 [diff] |
fix tosca errors
diff --git a/xos/configurations/opencloud/cdn-content.yaml b/xos/configurations/opencloud/cdn-content.yaml index 135de7c..d4d1445 100644 --- a/xos/configurations/opencloud/cdn-content.yaml +++ b/xos/configurations/opencloud/cdn-content.yaml
@@ -9,10 +9,11 @@ topology_template: node_templates: HyperCache: + type: tosca.nodes.CDNService properties: # HyperCache service must already exist before running this recipe no-create: true - no-destroy: true + no-delete: true no-update: true # Setup the CDN Service Provider
diff --git a/xos/configurations/opencloud/cdn-opencloud.yaml b/xos/configurations/opencloud/cdn-opencloud.yaml index 9cea95a..29d60d5 100644 --- a/xos/configurations/opencloud/cdn-opencloud.yaml +++ b/xos/configurations/opencloud/cdn-opencloud.yaml
@@ -19,7 +19,7 @@ type: tosca.nodes.Site properties: # Assume the onlab site exists, and don't touch it - no-delete: true + no-create: true no-update: true no-delete: true