diff options
author | not4win <ashwinnayak111@gmail.com> | 2020-08-18 21:20:37 +0530 |
---|---|---|
committer | not4win <ashwinnayak111@gmail.com> | 2020-09-10 00:16:17 +0530 |
commit | b189119586d1d3cf176c31402daa4b34830ec48b (patch) | |
tree | 93edc86b5d4c06df38d7c3ace74a13f7ba5fda2b /sdv/docker/sdvconfig/mapping/template/network-mapping.json | |
parent | 69f4c631e49c359338cff5c9f5b2c96c6fe6b280 (diff) |
sdv-prevalidation: added src, mapping, documentation, Dockerfile, and server files
Signed-off-by: Ashwin Nayak<ashwinnayak111@gmail.com>
Change-Id: I81ae24169a5f8ff79d2c129f30daf5c9f04e5da9
Diffstat (limited to 'sdv/docker/sdvconfig/mapping/template/network-mapping.json')
-rw-r--r-- | sdv/docker/sdvconfig/mapping/template/network-mapping.json | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/sdv/docker/sdvconfig/mapping/template/network-mapping.json b/sdv/docker/sdvconfig/mapping/template/network-mapping.json new file mode 100644 index 0000000..f8edd27 --- /dev/null +++ b/sdv/docker/sdvconfig/mapping/template/network-mapping.json @@ -0,0 +1,110 @@ +{ + "network_link-name":{ + "manifest_key":"" + }, + "network_link-bonding_mode":{ + "manifest_key":"" + }, + "network_link-mtu":{ + "manifest_key":"" + }, + "network_link-linkspeed":{ + "manifest_key":"" + }, + "network_link-trunking_mode":{ + "manifest_key":"" + }, + "network_link-trunking_default_nw":{ + "manifest_key":"" + }, + "network_link.metadata-key":{ + "manifest_key":"" + }, + "network_link.metadata-value":{ + "manifest_key":"" + }, + "network_link.members-name":{ + "manifest_key":"" + }, + "network_link.members-type":{ + "manifest_key":"" + }, + "network_link-vid":{ + "manifest_key":"" + }, + "network_link-vf_count":{ + "manifest_key":"" + }, + "networks-name":{ + "manifest_key":"" + }, + "networks.vips-name":{ + "manifest_key":"" + }, + "networks.vips-ip":{ + "manifest_key":"" + }, + "networks-tunnel_type":{ + "manifest_key":"" + }, + "networks-tunnel_id":{ + "manifest_key":"" + }, + "networks-tunnel_id_range":{ + "manifest_key":"" + }, + "networks-mtu":{ + "manifest_key":"" + }, + "networks-routedomain":{ + "manifest_key":"" + }, + "networks-cidr":{ + "manifest_key":"" + }, + "networks-dns":{ + "manifest_key":"" + }, + "networks.routes-subnet":{ + "manifest_key":"" + }, + "networks.routes-gateway":{ + "manifest_key":"" + }, + "networks.routes-metric":{ + "manifest_key":"" + }, + "networks.routes-routedomain":{ + "manifest_key":"" + }, + "networks.allocation_pool-type":{ + "manifest_key":"" + }, + "networks.allocation_pool-start":{ + "manifest_key":"" + }, + "networks.allocation_pool-end":{ + "manifest_key":"" + }, + "networks-v6_cidr":{ + "manifest_key":"" + }, + "networks.v6_allocation_pool-type":{ + "manifest_key":"" + }, + "networks.v6_allocation_pool-start":{ + "manifest_key":"" + }, + "networks.v6_allocation_pool-end":{ + "manifest_key":"" + }, + "networks.physical_networks-name":{ + "manifest_key":"" + }, + "networks.physical_networks-cidr":{ + "manifest_key":"" + }, + "networks.physical_networks-type":{ + "manifest_key":"" + } +}
\ No newline at end of file |