cloudfoundry / pxc-release

BOSH release of Percona Xtradb Cluster
Apache License 2.0
30 stars 22 forks source link

Fix/use bpm job #7

Closed dohq closed 4 years ago

dohq commented 5 years ago

Thanks for opening a PR. Please make sure you've read and followed the Contributing guide, including signing the Contributor License Agreement.

Feature or Bug Description

[Bug] could not deploy bpm. and could not running pxc on stemcell 315.

Motivation

I execute bosh -d pxc deploy pxc-release/pxc-deployment.yml . stemcell is 315.72 but not running pxc-mysql process. prestart.stderr /var/vcap/jobs/pxc-mysql/bin/pre-start: line 134: /var/vcap/jobs/bpm/bin/bpm: No such file or directory

I moved addons/name=bpm to /instance_groups/name=mysql/jobs/name=bpm sucess deploy pxc.

Pardon my broken English.

cfdreddbot commented 5 years ago

:x: Hey dohq!

All pull request submitters and commit authors must have a Contributor License Agreement (CLA). Click here for details on the CLA process.

The following github user @dohq is not covered by a CLA.

After the CLA process is complete, this pull request will need to be closed & reopened. DreddBot will then validate the CLA(s).

cf-gitbot commented 5 years ago

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

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

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

dohq commented 5 years ago

tempolary cla close

cfdreddbot commented 5 years ago

:white_check_mark: Hey dohq! The commit authors and yourself have already signed the CLA.

cf-gitbot commented 5 years ago

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

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

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

EmBerz commented 4 years ago

Hi @dohq can you give us more information about your environment? What version of the bosh director are you using?

Having bpm within addons works for the MySQL team and is a standard we see across CF including in the CF deployment so we'd like to stick with this pattern.

We suspect it might've caused you trouble if you're using an older bosh director.

dohq commented 4 years ago

oops. sorry I'm late.

We suspect it might've caused you trouble if you're using an older bosh director.

thank you. Open again if there is a problem after confirmation