cloudfoundry-community-attic / cf-services-release

Cloud Foundry services release (includes mysql V1 service and gateway only)
Apache License 2.0
9 stars 25 forks source link

rootfs_lucid64 pkg for warden [fixes #3] #15

Closed drnic closed 11 years ago

drnic commented 11 years ago

@rkoster does this patch allow you to run postgresql or mysql service?

rkoster commented 11 years ago

I had to apply this fix when I had service node and gateway running but when I executed cf create-service it would fail. The problem was found on the service node which complained about a file not found. This was because the file it was looking for in the warden container was not in the filesystem.

I'm currently rebuilding our infrastructure on folsom (we where running on essex) so have no way of testing.

rkoster commented 11 years ago

Here is the original pull request with more info https://github.com/cloudfoundry/cf-release/pull/83.

drnic commented 11 years ago

I think I've applied this fix exactly as you had it.

RobDay-Reynolds commented 11 years ago

The postgresql job was removed, so this only affected mysql node job.

@mariash & @monkeyherder