Initial adds artifact handler and design services
[appc.git] / appc-config / appc-config-params / provider / src / test / resources / tosca / ExpectedTosca.yml
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP : APPC
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Copyright (C) 2017 Amdocs
8 # =============================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12
13 #      http://www.apache.org/licenses/LICENSE-2.0
14
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20
21 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 # ============LICENSE_END=========================================================
23 ###
24
25 node_types:
26   Property Definition:
27     derived_from: org.openecomp.genericvnf
28     version: V1
29     description: ''
30     properties:
31       LOCAL_BILLING_IP_ADDR:
32         type: string
33         required: false
34         default: 192.168.30.1
35         status: SUPPORTED
36       LOCAL_ACCESS_IP_ADDR:
37         type: string
38         required: false
39         default: 192.168.30.1
40         status: SUPPORTED
41       LOCAL_CORE_ALT_IP_ADDR:
42         type: string
43         required: false
44         default: fd00:f4d5:ea06:1:0:110:136:254
45         status: SUPPORTED
46       CORE_NETWORK_PLEN:
47         type: string
48         required: false
49         default: '32'
50         status: SUPPORTED
51       REMOTE_CORE_ALT_IP_ADDR:
52         type: string
53         required: false
54         default: fd00:f4d5:ea06:1:0:110:136:254
55         status: SUPPORTED
56       REMOTE_ACCESS_IP_ADDR:
57         type: string
58         required: false
59         default: 192.168.30.1
60         status: SUPPORTED
61       REMOTE_BILLING_IP_ADDR:
62         type: string
63         required: false
64         default: 192.168.30.1
65         status: SUPPORTED
66 topology_template:
67   node_templates:
68     Property Definition_Template:
69       type: Property Definition
70       properties:
71         LOCAL_BILLING_IP_ADDR: <rule-type = > <response-keys = > <source-system = > <request-keys = >
72         LOCAL_ACCESS_IP_ADDR: <rule-type = interface-ip-address> <response-keys = > <source-system = INSTAR> <request-keys = address_fqdn:someValue , address_type:v4>
73         LOCAL_CORE_ALT_IP_ADDR: <rule-type = > <response-keys = > <source-system = INSTAR> <request-keys = >
74         CORE_NETWORK_PLEN: <rule-type = > <response-keys = > <source-system = > <request-keys = >
75         REMOTE_CORE_ALT_IP_ADDR: <rule-type = > <response-keys = > <source-system = > <request-keys = >
76         REMOTE_ACCESS_IP_ADDR: <rule-type = > <response-keys = > <source-system = > <request-keys = >
77         REMOTE_BILLING_IP_ADDR: <rule-type = > <response-keys = > <source-system = INSTAR> <request-keys = >