diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-28 22:42:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-28 22:42:51 +0000 |
commit | 704b6ab2b6b919993d6b048bea821e229cc12b67 (patch) | |
tree | 03d9f930261a043c052af8ae75a935a48809736a /pomba/network-discovery/config/jolt/l3-network.json | |
parent | 33d1f5de2733b1b0c27082b5cf4fb491fbc9cf35 (diff) | |
parent | 9a0c9790a1dc31dcc2db199b6f0ff76e796c2597 (diff) |
Merge "ND get VM info from Openstack"
Diffstat (limited to 'pomba/network-discovery/config/jolt/l3-network.json')
-rw-r--r-- | pomba/network-discovery/config/jolt/l3-network.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pomba/network-discovery/config/jolt/l3-network.json b/pomba/network-discovery/config/jolt/l3-network.json new file mode 100644 index 0000000..0afe4a2 --- /dev/null +++ b/pomba/network-discovery/config/jolt/l3-network.json @@ -0,0 +1,25 @@ +[ + { + "operation": "shift", + "spec": { + "network": { + "id": "l3-network.id", + "name": "l3-network.name", + "admin_state_up": "l3-network.AdminState", + "shared": "l3-network.sharedNetwork", + "status": "l3-network.status", + "subnets": "l3-network.subnets", + "tenant_id": "l3-network.tenantId" + } + } + }, + { + "operation": "default", + "spec": { + "*": { + "host-status": "UNKNOWN" + } + } + } + +] |