redhat-openstack / ansible-role-tripleo-image-build

An ansible role used to create and publish quickstart built images
Apache License 2.0
5 stars 3 forks source link

Add swapfiles to images to allow for low memory conditions in CI #30

Open halcyondude opened 8 years ago

halcyondude commented 8 years ago

This issue is to track changes (@weshayutin )in flight to unblock CI, and allow for low memory conditions (infra).


https://review.gerrithub.io/#/c/288759/ Change 288759 - Not Verified create a swapfile on tripleo images

Closes-Bug: https://bugs.launchpad.net/tripleo-quickstart/+bug/1616526

Change-Id: Ie6764c7cc5fd64b7bb72ff1196aca05dad7886ba

halcyondude commented 8 years ago
halcyondude commented 8 years ago

We've been running into various issues with virt HA deployments, and have recently been needing to run the UC at 16-30 GB ram. The swapfile created is presently hard coded to 4GB, when it should really scale as 0.5 * UC memory size. This won't affect image size (of the qcow).