orange-cloudfoundry/cf-ops-automation

broken link in bosh deployment template operators silently ignored

poblin-orange opened this issue · 0 comments

Expected behavior

As a COA user, i expect broken symbolic links for *-operators.yml to report error in COA deploy, and help fail fast analysis.

Observed behavior

The error is silent, operator is just ignored.

context:

  • *-operators.yml is a symlink in to a bosh operator file in a git submodule
  • following a submodule bump, the target file is not in the submodule anymore
  • when COA deploys the bosh deployment, the broken linked operators.yml is just ignored (not listed, no error)

Affected release

Reproduced on version 4

Traces and logs