Closed mmavrudiev closed 4 years ago
Anyone?
You appear to be putting parts of a BOSH release spec into a BOSH deployment manifest. Namely, templates
is not a thing you should put in your manifest. You shouldn't even need to be aware of that. Also, your properties
are dotted, and they shouldn't be.
Try this:
instance_groups:
- name: postgres_db
jobs:
- name: shield-agent
release: shield
properties:
name: ...
require-shield-core: ...
shield-uri: ...
agent:
key: ...
core:
ca: ...
Thank you Mr. Hunt! All is properly working now! Appreciate your help!
Hi all,
I am trying to implement the shield-agent in a BOSH instance group for a database but getting the following error:
What I have as an ops file is the following:
Can you advise please what is missing here?
At the end I have the following changes:
In the manifest, we have several instance groups but above I am trying to put shield-agent on the one which is related to the database so that should be ok per the docs.
Many thanks,