puppetlabs / puppetlabs-satellite_pe_tools

Other
2 stars 15 forks source link

(MODULES-4608) WIP add and mount disk for acceptance testing #37

Closed eputnam closed 7 years ago

eputnam commented 7 years ago

Satellite requires more disk space than is currently available on a vm for installation. This adds changes to the host config and spec_helper_accpetance necessary to add a 16GB disk and mount it.

DO NOT MERGE until both the Beaker changes https://github.com/puppetlabs/beaker/pull/1363 and the satellite modulesync changes https://github.com/puppetlabs/puppetlabs-satellite_pe_tools/pull/34

glennsarti commented 7 years ago

@eputnam Looks like satellite needs some changes to the Travis.yml. Still testing on Ruby 1.8.7 and 1.9.3. Newer version of the beaker gem requires Ruby >= 2.1.8. So all PRs will fail until then. Currently the latest ruby version in Travis is 2.1.6

Update - This looks like it will be resolved when https://github.com/puppetlabs/puppetlabs-satellite_pe_tools/pull/34 is merged prior.