Description of problem: overcloud compute nodes are created w/o swap space Version-Release number of selected component (if applicable): 7.1 How reproducible: every Steps to Reproduce: 1. deploy overcloud 2. no swap 3. Actual results: no swap Expected results: a "reasonable" amount of swap created Additional info:
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.
As of 10, we support the ability to deploy with swap. (Was fixed in Bug 1415103) 1. Prepare for swap.yaml. $ cat swap.yaml resource_registry: OS::TripleO::AllNodesExtraConfig: extraconfig/all_nodes/swap.yaml parameter_defaults: swap_size_megabytes: '2048' swap_path: '/swap' 2. Deploy with the swap.yaml. openstack overcloud deploy -e swap.yaml Additionally, we will be providing a basic out of the box environment file for either swap files or swap partitions in openstack-tripleo-heat-templates such that a user can just add '-e /usr/share/openstack-tripleo-heat-templates/environments/enable-swap.yaml' or '-e /usr/share/openstack-tripleo-heat-templates/environments/enable-swap-partition.yaml'
*** Bug 1425164 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1245