cloudfoundry-community/logsearch-boshrelease

Expected to find exactly one matching array item for path '/instance_groups/name=create-uaa-client' but found 0

hfrenzel opened this issue · 2 comments

Hi,

trying to apply deployment/operations/push-cloudfoundry-kibana.yml ops results in:

Expected to find exactly one matching array item for path '/instance_groups/name=create-uaa-client' but found 0

Probably a question mark in line 8 is missing?

We are using the following deployment-/ops-files:

  • deployment/logsearch-deployment.yml
  • deployment/operations/cloudfoundry.yml
  • deployment/operations/push-cloudfoundry-kibana.yml

b/r

Hi @hfrenzel. Thanks for reporting the issue! The problem is that in cloudfoundry.yml ops file we are using collocated errands and create-uaa-client job is collocated with maintenance instance group.

- type: replace
path: /instance_groups/name=maintenance/jobs/-
value:
name: create-uaa-client
release: logsearch-for-cloudfoundry

I will fix this issue right now.

Great! Thanks for the fast fix :)