Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
/mesos-dnsPublic archive

DNS-based service discovery for Mesos.

License

NotificationsYou must be signed in to change notification settings

d2iq-archive/mesos-dns

Repository files navigation

Mesos-DNS enablesDNS-based service discovery inApache Mesos clusters.

Architecture Diagram

Compatibility

mesos-N tags mark the start of support for a specific Mesos version whilemaintaining backwards compatibility with the previous major version.

Installing

The official release binaries are available atGithub releases.

Building

Building themaster branch from source should always succeed but doesn't providethe same stability and compatibility guarantees as releases.

All branches and pull requests are tested byCircleCI, which alsooutputs artifacts for Mac OS X, Windows, and Linux via cross-compilation.

You will needGo1.6 or later to build the project.All dependencies are tracked usinggodep.

# Install godep$ go get github.com/tools/godep# Save new dependencies$ godep save ./...# Build$ go build ./...

Building a release

  1. Cut a branch.
  2. Tag it with the relevant version, and push the tags along with the branch.
  3. If the build doesn't trigger automatically, go toCircleCI, find your branch, and trigger the build.

Making a private build

  1. Fork the repo on Github.
  2. Customize that repo.
  3. Add it to CircleCI. Please note that CircleCI allows for private repositories to be kept, and built in private.
  4. Go to the build steps.

Releasing

  1. Download the artifacts from CircleCI.
  2. Cut a release based on the tag on Github.
  3. Upload the artifacts back to Github. Ensure you upload all the artifacts, including the.asc files.

Code signing

This repo uses code signing. There is an armored, encrypted GPG key in the repo inbuild/private.key. This file includes the Mesos-DNS GPG signing key. The passphrase for the key is stored in Circle-CI's environment. This makes it fairly difficult to leak both components without detectable maliciousness.

There are only very few users with access to the private key, and they also have access to a revocation certificate in case the private key leaks.

Testing

gotest -race ./...

Documentation

The detailed documentation on how to configure, operate and use Mesos-DNSunder different scenarios and environments is available at the project'shome page.

Contributing

Contributions are welcome. Please refer toCONTRIBUTING.md for guidelines.

Contact

For any discussion that isn't well suited for Githubissues,please use ourmailing list or our publicchat room.

License

This project is licensed underApache License 2.0.


[8]ページ先頭

©2009-2025 Movatter.jp