Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-7330

Add resource provider to offer

    XMLWordPrintableJSON

Details

    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,

      message Offer {
        // ..
        optional SlaveID slave_id = 3;
        optional ResourceProviderID resource_provider_id = 11;
        // ..
      }
      

      Attachments

        Activity

          People

            bbannier Benjamin Bannier
            bbannier Benjamin Bannier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: