cloudfoundry / cf-mysql-release

Cloud Foundry MySQL Release
Apache License 2.0
58 stars 106 forks source link

Can't deploy on bosh-lite because job deregister-and-purge-instances can't be found #147

Closed manno closed 7 years ago

manno commented 7 years ago

I generated the manifest for bosh-lite with scripts/generate-bosh-lite-manifest. However bosh deploy fails with:

Deploying
---------

Director task 16
Deprecation: Ignoring cloud config. Manifest contains 'networks' section.

  Started preparing deployment > Preparing deployment. Failed: Can't find job 'deregister-and-purge-instances' (00:00:01)

Error 190011: Can't find job 'deregister-and-purge-instances'

Task 16 error
cf-gitbot commented 7 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/138739051

The labels on this github issue will be updated when the story is started.

robdimsdale commented 7 years ago

We recently renamed this job in the develop branch but haven't created a final release yet so the changes aren't on master, so if you're using manifest generation from the develop branch that will require that you create a release from the develop branch. If you want to use a final release, please checkout the master branch and run the script from there.

manno commented 7 years ago

Thanks, creating a dev release from the develop branch fixes my problem.