blob: b3e894a7b0eacc4242c41acd11705896b9232948 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
template_name: policies
imports:
- schema: schema.yaml
topology_template:
inputs:
policyName:
type: string
configName:
type: string
onapName:
type: string
configAttributes:
type: string
unique:
type: boolean
node_templates:
policy:
type: tosca.dcae.nodes.policies
properties:
policyName: "DCAE.Config_"
configName: ""
onapName: "DCAE"
configAttributes: ""
unique: false
|