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