From 76b18ea29415e0c861f02795fc4b23f7c0145454 Mon Sep 17 00:00:00 2001 From: Adrian Chiris Date: Sun, 12 Apr 2020 14:48:41 +0300 Subject: [PATCH] Typo fixes for infiniband GUID - Remove underscore in the Area description of the entry - Modify the capability name to be camelCase instead of underscores to be consistent with other capabilities (e.g `portMappings`, `ipRanges`) As there was no CNI released and no implementations of this capability (That i know of) i reckon we can do the attribute name adjustment. Signed-off-by: Adrian Chiris --- CONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 7187240e..b7712277 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -63,7 +63,7 @@ But the runtime would fill in the mappings so the plugin itself would receive so | dns | Dynamically configure dns according to runtime | `dns` | Dictionary containing a list of `servers` (string entries), a list of `searches` (string entries), a list of `options` (string entries).
{ 
"searches" : [ "internal.yoyodyne.net", "corp.tyrell.net" ]
"servers": [ "8.8.8.8", "10.0.0.10" ]
}
| kubernetes | CNI `win-bridge` plugin, CNI `win-overlay` plugin | | ips | Dynamically allocate IPs for container interface. Runtime which has the ability of address allocation can pass these to plugins. | `ips` | A list of `IP` (string entries).
 [ "10.10.0.1/24", "3ffe:ffff:0:01ff::1/64" ] 
| none | CNI `static` plugin | | mac | Dynamically assign MAC. Runtime can pass this to plugins which need MAC as input. | `mac` | `MAC` (string entry).
 "c2:11:22:33:44:55" 
| none | CNI `tuning` plugin | -| infiniband_guid | Dynamically assign Infiniband GUID to network interface. Runtime can pass this to plugins which need Infiniband GUID as input. | `infiniband_guid` | `GUID` (string entry).
 "c2:11:22:33:44:55:66:77" 
| none | CNI [`ib-sriov-cni`](https://github.com/Mellanox/ib-sriov-cni) plugin | +| infiniband guid | Dynamically assign Infiniband GUID to network interface. Runtime can pass this to plugins which need Infiniband GUID as input. | `infinibandGUID` | `GUID` (string entry).
 "c2:11:22:33:44:55:66:77" 
| none | CNI [`ib-sriov-cni`](https://github.com/Mellanox/ib-sriov-cni) plugin | | device id | Provide device identifier which is associated with the network to allow the CNI plugin to perform device dependent network configurations. | `deviceID` | `deviceID` (string entry).
 "0000:04:00.5" 
| none | CNI `host-local` plugin | ## "args" in network config