From e178b07914d5dc40157dede0078e16f645f20f17 Mon Sep 17 00:00:00 2001 From: Anand Chaturvedi Date: Mon, 14 Aug 2017 20:10:36 -0400 Subject: Added review comment Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi --- .../main/resources/templates/sampleInstarResponse | 24 ++++++++++++++++++++++ .../src/main/resources/templates/sampleKeyContents | 1 + 2 files changed, 25 insertions(+) create mode 100755 appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleInstarResponse create mode 100755 appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleKeyContents (limited to 'appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates') diff --git a/appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleInstarResponse b/appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleInstarResponse new file mode 100755 index 000000000..7433aea62 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleInstarResponse @@ -0,0 +1,24 @@ +{ +"vnfConfigurationParameterDetails": [ + { + "addressfqdn": "XXXXXX", + "ipaddress-purpose": "vNIC1/Data NIC", + "ipaddress-v4": "00.00.00.00", + "v4-subnet": "00.00.00.00/25", + "v4-default-gateway": "00.00.00.00", + "ipaddress-v6": "2001:1890:FC:28::1:2", + "v6-subnet": "2001:1890:FC:28::/64", + "v6-default-gateway": "2001:1890:FC:28::3" + }, + { + "addressfqdn": "XXXXXX", + "ipaddress-purpose": "vNIC1/Data NIC", + "ipaddress-v4": "00.00.00.00", + "v4-subnet": "00.00.00.00/25", + "v4-default-gateway": "00.00.00.00", + "ipaddress-v6": "2001:1890:FC:28::1:4", + "v6-subnet": "2001:1890:FC:28::/64", + "v6-default-gateway": "2001:1890:FC:28::3" + } + ] +} diff --git a/appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleKeyContents b/appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleKeyContents new file mode 100755 index 000000000..90e3ec789 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/provider/src/main/resources/templates/sampleKeyContents @@ -0,0 +1 @@ +{"name":"LOCAL_ACCESS_IP_ADDR","description":"this is the node0 tacplus server IP address","type":"ipv4_address","required":true,"source":"INSTAR","rule-type":"interface-ip-address","default":null,"request-keys":null,"response-keys":[{"unique-key-name":"addressfqdn","unique-key-value":"00000000000000","field-key-name":"ipaddress-v4"}]} \ No newline at end of file -- cgit 1.2.3-korg