-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Can someone show a working Consul common.yaml configuration as all I am getting is
---
data_sources: [ "consul", "file", "environment" ]
template_sources: [ "consul", "file" ]
consul:
url: 'http://127.0.0 .1:8500'
dc: 'dc1'
acl_token: <empty>
register_services: false
register_nodes: false
templates: '/tiller/data/'
values:
global: '/tiller/globals/all'
per_env: '/tiller/globals/%e'
template: '/tiller/values/%e/%t'
target: '/tiller/target_values/%t/%e'
.idea/
common.yaml
consul
consul_1.0.7_darwin_amd64.zip
data/
Instead of a nice UI as expected
Just following this blog doesnt seem to work:
http://www.markround.com/blog/2016/05/12/new-consul-plugin-for-tiller/
$ ./consul agent -server -bootstrap -client=0.0.0.0 -data-dir=./data -ui -ui-dir=. -advertise=127.0.0.1
failed MSpanList_Insert 0x101c000 0x165af961a656 0x0 0x0
fatal error: MSpanList_Insert
Metadata
Metadata
Assignees
Labels
No labels