shieldproject / shield-boshrelease

BOSH Release for shield
MIT License
11 stars 17 forks source link

When deploying via bosh-init ip address of target configuration not set. #43

Closed bodymindarts closed 8 years ago

bodymindarts commented 8 years ago

We deployed a bosh with bosh-init and included the shield agent with target and job sections configured. When registering with the shield daemon the 'Remote IP:Port' was configured as :5444. It looks like this line where the ip is being determined isn't interpreted with bosh-init the same way as with regular bosh.

jhunt commented 8 years ago

Should we just make ip a settable manifest property and bail in the template if it's not set and not discoverable?

bodymindarts commented 8 years ago

Sounds good