Scott Baker | acb2bf6 | 2019-03-15 10:20:35 -0700 | [diff] [blame] | 1 | # Copyright 2017-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 16 | description: Set up testservice service |
| 17 | imports: |
| 18 | - custom_types/testserviceservice.yaml |
| 19 | - custom_types/testserviceserviceinstance.yaml |
| 20 | |
| 21 | topology_template: |
| 22 | node_templates: |
| 23 | service#testservice: |
| 24 | type: tosca.nodes.TestserviceService |
| 25 | properties: |
| 26 | name: testservice |
| 27 | kind: generic |
| 28 | |
| 29 | serviceinstance: |
| 30 | type: tosca.nodes.TestserviceServiceInstance |
| 31 | properties: |
| 32 | name: test-sync-after-policy-update |
| 33 | sync_after_policy: true |
| 34 | update_during_sync: true |