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