cloudfoundry / bosh-dns-release

BOSH DNS release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bosh-dns-release

This release provides DNS for Bosh. It has replaced consul.

Usage

Download the lastest release off of bosh.io/releases. Reference the bosh.io/docs/dns documentation for usage instructions.

Development

This repository is a GOPATH. The .envrc file provides a setup that can be used with direnv. The underlying bosh-dns package uses dep to vendor its dependencies.

Be careful with go get. In this repository go get will end up putting artifacts in the src directory, which you probably don't want to commit. It's impractical to .gitignore every possible package root in there so we have to apply discipline.

To build a dev release, run a bosh create-release from this repo.

About

BOSH DNS release

License:Apache License 2.0


Languages

Language:Go 92.6%Language:Shell 5.0%Language:HTML 1.4%Language:PowerShell 0.4%Language:HCL 0.4%Language:Ruby 0.2%