cloudfoundry-mesos icon indicating copy to clipboard operation
cloudfoundry-mesos copied to clipboard

Cloud Foundry on Mesos Framework

Results 7 cloudfoundry-mesos issues
Sort by recently updated
recently updated
newest added

No updates in some time, and dependencies are old versions of CF. Will this project be updated?

1. Fix mesos.Credential.secret type mismatch 2. Enable setting published address Details in each commit message.

Hi, I followed the steps in https://github.com/mesos/cloudfoundry-mesos/blob/master/docs/getting-started.md to set up a Cloud Foundry on Mesos env, basically in my env, there is only one physical machine which has vagrant and...

Hi, I encountered this error when follow the "patch and build auctioneer" of getting started. ``` go get ./... # github.com/mesos/cloudfoundry-mesos/scheduler ../../../../mesos/cloudfoundry-mesos/scheduler/init.go:50: cannot use secret (type []byte) as type *string...

Great job ! I couldn't find in the documentation + links provided a good overview of the rationale for this effort. In other words, why would I want to replace...

Rather than manually replacing the auctioneer binary (noted here: https://github.com/mesos/cloudfoundry-mesos/blob/master/docs/getting-started.md), I would recommend forking and modifying the Diego BOSH release to deploy the modified auctioneer itself. -You will need to...

There's no clear translation between Diego's concept of a Resource, and Mesos' concept of a resource: https://github.com/mesos/cloudfoundry-mesos/blob/85dcd8228b8c70ef802cbb4ab0acb804bb35a73a/scheduler/scheduler_interface.go#L9 We should look into ways to determine the CPU requirement of a Diego...