From 92e203aab60eee1d7f99d244a3576f6c6363fa2e Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Tue, 10 Jan 2017 10:02:14 +0100 Subject: Fix for AllNodesExtraConfig and fix environment files to create swap files/partitions This submission: - Fix an error in the AllNodesExtraConfig resource. (Can't merge servers multiple times). - Add environment files to deploy swap file/partition without manual edit over the templates. - If a swap partition is mounted without having it available the deployment will fail, the fix checks that if the partition is not created then the deployment continues. - Removing empty extra lines in swap templates. - Adjust description and remove unnecessary comments in swap templates. Closes-Bug: 1652184 Change-Id: I828bbbbd4c178956aac74af49f80fcd4f62fa16b --- environments/enable-swap.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 environments/enable-swap.yaml (limited to 'environments/enable-swap.yaml') diff --git a/environments/enable-swap.yaml b/environments/enable-swap.yaml new file mode 100644 index 00000000..9ba08642 --- /dev/null +++ b/environments/enable-swap.yaml @@ -0,0 +1,3 @@ +# Use this environment to create a swap file in all Overcloud nodes +resource_registry: + OS::TripleO::AllNodesExtraConfig: ../extraconfig/all_nodes/swap.yaml -- cgit 1.2.3-korg