-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MODULES-4594) vmpooler hypervisor: add disks
In order to set up a test environment for Red Hat Satellite, we need a disk that's larger than the default vmpooler allotment (about 5 GB free vs the 1.5GB that are free on a redhat host after all is said and done). This adds a step to the provision function in the vmpooler hypervisor to add a disk/s, x GB in size, to any host in the host configuration file. It is then up to the tests to partition, mount, expand, or whatever they decide to do with it/them.
- Loading branch information
Showing
3 changed files
with
158 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters