Description
Is your feature request related to a problem? Please describe.
As a bosh operator, in order to record a reliable current state of a bosh deployment, I need a deployment manifest with the applied runtime config. Then I archive this deployment manifest (typically in git) in order to track history of changes applied by my automation pipelines.
Currently, the runtime config may change, but the current endpoint has not yet options to render the applied runtime config. For cloud-config, it does support indicating the cloud-config within the deployment is outdated, see
bosh/src/bosh-director/spec/unit/api/controllers/deployments_controller_spec.rb
Lines 1073 to 1100 in 69dea96
Describe the solution you'd like
A new param to the /deployments/<deployment>
endpoint to render the deployment manifest along with the add-ons.
Describe alternatives you've considered
I looked for existing task debug traces and could not find a dumped rendered manifest.
Looking at source code, the planner below seems to perform the manifest merge but does not yet dump it
A clear and concise description of what you want to happen.
I'm also considering fetching the full manifest directly from the director db, but would need guidance into the current director db schema, as https://github.com/cloudfoundry/bosh/tree/main/docs/director_schema seems outdated
Metadata
Assignees
Labels
Type
Projects
Status
Waiting for Changes | Open for Contribution
Activity