[
https://issues.apache.org/jira/browse/MESOS-7330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bannier updated MESOS-7330:
------------------------------------
Description:
In order to introduce external resource providers we need to add an
{{optional}} resource provider field to the {{Offer}} message which can be used
to unambiguously identify the provider. In addition, the existing {{slave_id}}
will become {{optional}} with the requirement that either {{slave_id}} or
{{resource_provider_id}} is set,
{code}
message Offer {
// ..
optional SlaveID slave_id = 3;
optional ResourceProviderID resource_provider_id = 11;
// ..
}
{code}
> Add resource provider to offer
> ------------------------------
>
> Key: MESOS-7330
> URL: https://issues.apache.org/jira/browse/MESOS-7330
> Project: Mesos
> Issue Type: Improvement
> Reporter: Benjamin Bannier
>
> In order to introduce external resource providers we need to add an
> {{optional}} resource provider field to the {{Offer}} message which can be
> used to unambiguously identify the provider. In addition, the existing
> {{slave_id}} will become {{optional}} with the requirement that either
> {{slave_id}} or {{resource_provider_id}} is set,
> {code}
> message Offer {
> // ..
> optional SlaveID slave_id = 3;
> optional ResourceProviderID resource_provider_id = 11;
> // ..
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)