Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External BOSH feature #39

Open
michaelmccaskill opened this issue Jan 14, 2021 · 1 comment
Open

External BOSH feature #39

michaelmccaskill opened this issue Jan 14, 2021 · 1 comment
Labels
PRIORITY: Medium Usable workaround, but should get fixed before next minor release TRIAGE: Accepted Ticket has been accepted for work to proceed TYPE: Bug Defect in intended behaviour

Comments

@michaelmccaskill
Copy link

michaelmccaskill commented Jan 14, 2021

Maybe this is intentional but when using the External BOSH feature, I have to manually upload the releases from each forge in order to make service creation work. e.g.

$ cf cs postgresql standalone my-db
Creating service instance my-db in org infrastructure / shared-tools as admin...
OK

However, the creation later fails. Investigating my BOSH shows:

180  error  Thu Jan 14 19:04:29 UTC 2021  Thu Jan 14 19:04:30 UTC 2021  admin  postgresql-standalone-2dd1c068-5aa6-455c-b0c7-3f4246231450  create deployment  Job 'postgres' not found in release 'postgres' 

Having to manually investigate each forge and upload their releases seems wrong.

@michaelmccaskill
Copy link
Author

michaelmccaskill commented Jan 14, 2021

Actually this looks like it's with the way the postgres forge is put together along with the manifest.

params:
  releases:
    - (( append ))
    - (( grab releases.postgres-forge ))

@dennisjbell dennisjbell added PRIORITY: Medium Usable workaround, but should get fixed before next minor release TRIAGE: Accepted Ticket has been accepted for work to proceed TYPE: Bug Defect in intended behaviour labels Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PRIORITY: Medium Usable workaround, but should get fixed before next minor release TRIAGE: Accepted Ticket has been accepted for work to proceed TYPE: Bug Defect in intended behaviour
Projects
None yet
Development

No branches or pull requests

2 participants