cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

[Question] Does mbus is started automatically ? #11

Closed allomov closed 9 years ago

allomov commented 9 years ago

Hi, all.

Thank you for the great project. I really like the direction of development.

Currently I have one question about mbus. Should cli_workflow.md tells that bosh-init interacts with agent through the mbus. Currently I have bosh-init command output telling that it is trying to connect to mbus:

[timeoutRetryStrategy] 2015/04/14 16:28:54 DEBUG - Making attempt #8
[httpClient] 2015/04/14 16:28:54 DEBUG - Sending POST request with body {"method":"ping","arguments":[],"reply_to":"d1c10ecd-ff28-42b3-5399-da1c0facf0d9"}, endpoint https://mbus-user:mbus-password@204.151.197.141:6868/agent

But I don't see any place where nats is starting. Do I need to run nats as a separate process by myself?

Thank you, Alex L.

cf-gitbot commented 9 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/92509218.

allomov commented 9 years ago

Currently I see that bosh-init tries to ping agent with POST request, but what is specified as a mbus in this manifest ?