aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources/vnfConfigUpdatePayload.json
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2018-01-31 17:19:00 +0200
committerOfir Sonsino <os0695@att.com>2018-01-31 17:19:00 +0200
commit1cfb08779ea0e00be69e072a940b3063e049fe6b (patch)
tree6602a900387c8393ed0dcd81c0539381632903c6 /vid-app-common/src/test/resources/vnfConfigUpdatePayload.json
parent2f20b001b9243e0f8b44aecc768ec265fd538732 (diff)
org.onap migration
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'vid-app-common/src/test/resources/vnfConfigUpdatePayload.json')
-rw-r--r--vid-app-common/src/test/resources/vnfConfigUpdatePayload.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/vnfConfigUpdatePayload.json b/vid-app-common/src/test/resources/vnfConfigUpdatePayload.json
new file mode 100644
index 000000000..cb2bf307c
--- /dev/null
+++ b/vid-app-common/src/test/resources/vnfConfigUpdatePayload.json
@@ -0,0 +1,40 @@
+{
+ "payload":{
+ "request-parameters":{
+ "vm":[
+ {
+ "vnfc":[
+ {
+ "ipaddress-v4-oam-vip":"135.21.166.39",
+ "vnfc-name":"ibcx0001vm001dbg001",
+ "vnfc-function-code":"dbg",
+ "vnfc-type":"DBE-VM #1",
+ "group-notation":"ibcx0001vm001dbg001pair"
+ }
+ ],
+ "vm-name":"ibcx0001vm001"
+ },
+ {
+ "vnfc":[
+ {
+ "vnfc-name":"ibcx0001vm002dbg001",
+ "vnfc-function-code":"dbg",
+ "vnfc-type":"DBE-VM #1",
+ "group-notation":"ibcx0001vm001dbg001pair"
+ }
+ ],
+ "vm-name":"ibcx0001vm002"
+ }
+ ],
+ "vnf-name":"ibcx0099v",
+ "template-name":"vdbe_template1"
+ },
+ "configuration":{
+ "configuration-json":"{\n \"version\": \"15.1X49-D50.3\",\n \"groups\": {\n \"name\": \"node0\",\n \"system\": {\n \"host-name\": \"$node0_hostname\",\n \"backup-router\": {\n \"address\": \"$node0_backup_router_address\",\n \"destination\": \"0.0.0.0/0\"\n }\n }\n }\n}",
+ "configuration-string": " <configuration xmlns=\"http://xml.juniper.net/xnm/1.1/xnm\" \n xmlns:a=\"http://xml.juniper.net/junos/15.1X49/junos\" >\n <version>15.1X49-D50.3<\/version>\n <groups>\n <name>node0<\/name>\n <system>\n <host-name>$node0_hostname<\/host-name>\n <backup-router>\n <address>$node0_backup_router_address<\/address>\n <destination>0.0.0.0/0<\/destination>\n <\/backup-router>\n <\/system>\n <\/groups>\n <\/configuration>"
+ },
+ "configuration-parameters":{
+ "nat_source_sp_v6rogerssnat_address1":"2001:1890:fc45:f025:135:25:246:c806/128"
+ }
+ }
+} \ No newline at end of file