Browse Source
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: I828bbbbd4c178956aac74af49f80fcd4f62fa16bchanges/73/418273/6
5 changed files with 17 additions and 17 deletions
@ -0,0 +1,3 @@
|
||||
# Use this environment to create a swap partition in all Overcloud nodes |
||||
resource_registry: |
||||
OS::TripleO::AllNodesExtraConfig: ../extraconfig/all_nodes/swap-partition.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 |
Loading…
Reference in new issue