You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/19 03:15:15 UTC

[GitHub] tysonnorris commented on issue #3559: add support for mesos attribute constraints

tysonnorris commented on issue #3559: add support for mesos attribute constraints 
URL: https://github.com/apache/incubator-openwhisk/pull/3559#issuecomment-382596791
 
 
   You can always use the same placement constraints for black box and
   managed. I just thought someone might find it useful to corral their black
   box containers separately, unrelated to resource requirements.
   
   Currently there is no notion of actions requiring specific resources other
   than memory(I think?), which is a separate problem.
   
   Is that what you mean?
   
   On Wed, Apr 18, 2018 at 7:14 PM ddragosd <no...@github.com> wrote:
   
   > *@ddragosd* commented on this pull request.
   > ------------------------------
   >
   > In common/scala/src/main/resources/application.conf
   > <https://github.com/apache/incubator-openwhisk/pull/3559#discussion_r182618124>
   > :
   >
   > > @@ -162,5 +162,9 @@ whisk {
   >          role = "*" //see http://mesos.apache.org/documentation/latest/roles/#associating-frameworks-with-roles
   >          failover-timeout = 0 seconds  //Timeout allowed for framework to reconnect after disconnection.
   >          mesos-link-log-message = true //If true, display a link to mesos in the static log message, otherwise do not include a link to mesos.
   > +        constraints = [] //placement constraint strings to use for managed containers e.g. ["att1 LIKE v1", "att2 UNLIKE v2"]
   > +        blackbox-constraints = [] //placement constraints to use for blackbox containers
   >
   > I'm wondering whether the difference is in managed containers vs blackbox
   > containers to decide where to spin up new action containers, or if it
   > should be in some other place. I.e if I want to run containers on gpu VMs
   > vs regular VMs, regardless of them being blackbox or not, where can we
   > define this ? The reason I'm asking is b/c if the decision point should be
   > influenced by other factors, maybe we don't *have* to differentiate here
   > between blackbox vs non-blackbox containers ?
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-openwhisk/pull/3559#pullrequestreview-113449124>,
   > or mute the thread
   > <https://github.com/notifications/unsubscribe-auth/ABj__O-n28HUgpsytbSv8NaiFkGVTn5Yks5tp_L4gaJpZM4Ta9c9>
   > .
   >
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services