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

Instructions not clear to add servers properties #29

Open
luferjr opened this issue Jan 30, 2018 · 1 comment
Open

Instructions not clear to add servers properties #29

luferjr opened this issue Jan 30, 2018 · 1 comment

Comments

@luferjr
Copy link

luferjr commented Jan 30, 2018

In the last step of "Debugging failing deploy"
"Let's add a property to router job to specify our servers pointing to their static IPs and ports ("http://10.244.0.2:8888", "http://10.244.0.6:8888"), re-deploy and see it succeeds."
took me a while to figure out the proper syntax to add the servers property and values. It would be nice if someone add the proper configuration example.
That's the one that's working for me:
`- name: router
templates:

  • name: router
    instances: 1
    resource_pool: default
    networks:
    • name: default
      static_ips: [10.244.0.10]
      properties:
      servers: ["http://10.244.0.2:8888","http://10.244.0.6:8888"]
      `
@hoegaarden
Copy link

Maybe here a bosh link could be used instead of hardcoding the IPs/Ports.

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

2 participants