Skip to content

Working Consul example #68

@scheung38

Description

@scheung38

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'

http://localhost:8500/ui/

.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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions