cloudfoundry-attic / bosh-softlayer-cpi-release-DEPRECATED-TO_BE_DELETED

A BOSH release for the bosh-softlayer-cpi written in Golang and using the new BOSH external CPI release fashion.
Apache License 2.0
3 stars 8 forks source link

bosh-micro-cli uses a different working directory than the one defined in the packages/cpi/packaging script #3

Closed xingzhou closed 9 years ago

xingzhou commented 9 years ago

We tried bosh-micro-cli, seems when compiling SL eCPI, the working directory is under packages folder, so this line in packages/cpi/packaging script will lead to error:

mv bosh-softlayer-cpi go/src/github.com/maximilien/

we tried to change it into:

mv ../../src/bosh-softlayer-cpi go/src/github.com/maximilien/

and then bosh-micro-cli is happy

maximilien commented 9 years ago

Closing this since @jianqui got bosh-init to work with the eCPI code.

Please reopen if this is still an issue after JQ's updates are merged.

/cc @karafelix