Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working Consul example #68

Open
scheung38 opened this issue Apr 20, 2018 · 0 comments
Open

Working Consul example #68

scheung38 opened this issue Apr 20, 2018 · 0 comments

Comments

@scheung38
Copy link

scheung38 commented Apr 20, 2018

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

@scheung38 scheung38 changed the title Working Consul example please Working Consul example Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant