From 923760e351b66e980cef9547cd8cb2934265e0cc Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Fri, 10 Nov 2017 14:37:09 -0800 Subject: Update brg-topo-activate DG + vG setup 1. Change get-vgmux-lan-ip DG to pull whole tunnelxconn allotted resource which allows the use of both vgmux-lan-ip and vG-ip from tunnelxconn 2. Add vG vxlan tunnel and bridge domain setup to brg-topo-activate Issue-Id: SDNC-182 Change-Id: I29b1efce59d5b2f81f2937fa793e06ec96e8da7a Signed-off-by: Marcus G K Williams Former-commit-id: 5afd798760522289162f0681b8dcc09280cb4b4b --- .../GENERIC-RESOURCE-API_get-tunnelxconn-ar.json | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_get-tunnelxconn-ar.json (limited to 'platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_get-tunnelxconn-ar.json') diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_get-tunnelxconn-ar.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_get-tunnelxconn-ar.json new file mode 100644 index 00000000..a263325a --- /dev/null +++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_get-tunnelxconn-ar.json @@ -0,0 +1,162 @@ +[ + { + "id":"39f3ae67.7e9242", + "type":"dgstart", + "name":"DGSTART", + "outputs":1, + "x":186.66665649414062, + "y":111.66666412353516, + "z":"e0aca357.6f32a", + "wires":[ + [ + "a29ec69.164b938" + ] + ] + }, + { + "id":"a29ec69.164b938", + "type":"service-logic", + "name":"GENERIC-RESOURCE-API ${project.version}", + "module":"GENERIC-RESOURCE-API", + "version":"${project.version}", + "comments":"", + "xml":"", + "outputs":1, + "x":282.90473556518555, + "y":172.61905479431152, + "z":"e0aca357.6f32a", + "wires":[ + [ + "4705cb34.a0c174" + ] + ] + }, + { + "id":"4705cb34.a0c174", + "type":"method", + "name":"get-tunnelxconn-ar", + "xml":"\n", + "comments":"", + "outputs":1, + "x":303.82152938842773, + "y":241.1904535293579, + "z":"e0aca357.6f32a", + "wires":[ + [ + "7864ada9.710574" + ] + ] + }, + { + "id":"7864ada9.710574", + "type":"block", + "name":"block : atomic", + "xml":"", + "atomic":"true", + "comments":"", + "outputs":1, + "x":237.14284896850586, + "y":351.19045209884644, + "z":"e0aca357.6f32a", + "wires":[ + [ + "2c32d527.ae06da", + "9e578822.5550a8" + ] + ] + }, + { + "id":"9e578822.5550a8", + "type":"for", + "name":"for tmp.tunnel-ar", + "xml":"\n\n\n", + "comments":"", + "outputs":1, + "x":421.66666412353516, + "y":359.9999370574951, + "z":"e0aca357.6f32a", + "wires":[ + [ + "4655d18f.1efdc" + ] + ] + }, + { + "id":"2c32d527.ae06da", + "type":"get-resource", + "name":"get-resource tunnelxconn-ar", + "xml":"\n", + "comments":"", + "outputs":1, + "x":499.99998474121094, + "y":301.33330726623535, + "z":"e0aca357.6f32a", + "wires":[ + [ + + ] + ] + }, + { + "id":"4655d18f.1efdc", + "type":"switchNode", + "name":"switch consuming-service-instance-id match", + "xml":"\n\n\n", + "comments":"", + "outputs":1, + "x":706.3333587646484, + "y":358.9999713897705, + "z":"e0aca357.6f32a", + "wires":[ + [ + "d430e328.d45e6" + ] + ] + }, + { + "id":"d430e328.d45e6", + "type":"success", + "name":"true", + "xml":"\n", + "comments":"", + "outputs":1, + "x":900.3333625793457, + "y":299.99995613098145, + "z":"e0aca357.6f32a", + "wires":[ + [ + "bbaf2c6f.a5b81" + ] + ] + }, + { + "id":"bbaf2c6f.a5b81", + "type":"block", + "name":"block", + "xml":"\n", + "atomic":"false", + "comments":"", + "outputs":1, + "x":1124.9999465942383, + "y":333.6666135787964, + "z":"e0aca357.6f32a", + "wires":[ + [ + "885aaec0.195b" + ] + ] + }, + { + "id":"885aaec0.195b", + "type":"set", + "name":"set tmp.tunnelxconn-ar", + "xml":"\n\n", + "comments":"", + "x":1310.6668128967285, + "y":330.3332872390747, + "z":"e0aca357.6f32a", + "wires":[ + + ] + } +] \ No newline at end of file -- cgit 1.2.3-korg