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

Assume vagrant/ubuntu packages for sample config #10

Closed drnic closed 11 years ago

drnic commented 11 years ago

Change the example node config to assume that postgresql is installed via a distro packaging system rather than via bosh.

Disable warden by default for node.

gabis commented 11 years ago

Nic, can you explain why you want to make this package ubuntu-y? This is a slippery slope and I feel like it could create new problems down the road.

drnic commented 11 years ago

Thanks for reminding me I created this PR. I think we can close it and Ill create a new one which answers the actual question - how to run the tests inside vagrant.

For that, we'll need two sets of node config - with & without warden; and the config will need to point to packages where they actually are inside the vagrant box.

And if we want to support centos & ubuntu tests one day, then we'll need to run the test suites with diff sets of config for the distros.