[
https://issues.apache.org/jira/browse/MESOS-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154702#comment-16154702
]
Qian Zhang commented on MESOS-7923:
-----------------------------------
commit 7b5b728da41e0ebecca50a43cba80e680bebb37e
Author: Deepak Goel <[email protected]>
Date: Wed Sep 6 09:53:20 2017 +0800
Allows port mapper plugin to have optional args.
Mesos port mapper cni plugin is a wrapper around bridge plugin
to add port mapping functionality to bridge plugin. However, in
certain cases the network creator doesn't need port mapping
functionality and just want to access bridge plugin. In this case,
the creator may not supply `args` in cni config which will make
mesos port mapper plugin to fail. This patch makes `args` in cni
config optional for mesos port mapper plugin.
Review: https://reviews.apache.org/r/62017/
> Make args optional in mesos port mapper plugin
> ----------------------------------------------
>
> Key: MESOS-7923
> URL: https://issues.apache.org/jira/browse/MESOS-7923
> Project: Mesos
> Issue Type: Bug
> Components: network
> Reporter: Deepak Goel
> Assignee: Deepak Goel
>
> Current implementation of the mesos-port-mapper plugin fails if the args
> field is absent in the cni config which makes it very specific to mesos.
> Instead, if args could be optional then this plugin could be used in a more
> generic environment.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)