1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
tosca_definitions_version: tosca_simple_yaml_1_1_0 topology_template: policies: - test_match_1: type: onap.policies.match.Test version: 1.0.0 type_version: 1.0.0 name: test_match_1 properties: matchable: foo nonmatchable: value1 - test_match_2: type: onap.policies.match.Test version: 1.0.0 type_version: 1.0.0 name: test_match_2 properties: matchable: bar nonmatchable: value2