blob: f697190b74a3ea9710a0a606eccd72b2d0a3ed77 [file] [log] [blame]
Scott Bakeracb2bf62019-03-15 10:20:35 -07001# 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
15tosca_definitions_version: tosca_simple_yaml_1_0
16description: Set up testservice service
17imports:
18 - custom_types/testserviceservice.yaml
19 - custom_types/testserviceserviceinstance.yaml
20
21topology_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-policy-after-sync
33 policy_after_sync: true