consul/99
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit 59042326
.
Release Notes¶
Changes:
- BOSH manifest configuration for consul_agent
job only requires certificates and keys necessary for the configured mode of operation, i.e. in “server” mode, client certificate and signing key does not need to be configured, and in “client” mode, server certificate and key does not need to be configured. details
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "99" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=99" sha1: "b085d31ff6e160809e64696675d148e84114e1ad"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b085d31ff6e160809e64696675d148e84114e1ad \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=99"