tripleo-heat-templates/releasenotes/notes/nova-nfs-parms-role-specific-527915c6e99ceb89.yaml
Piotr Kopec 0cd185954c Allow NovaNfs parameters to be role specific
Currently, TripleO does not support to have an NFS backend as Nova Ephemeral storage on
selected roles. An admin should be allowed to create Compute role(s) for InstanceHA
having NFS shared storage used then by selected workloads while leaving the majority of
the workloads on standard compute nodes without InstanceHA and shared storage.

Closes-Bug: 1823712

Change-Id: I2702a022565a130ab339d165cb2252ad67d1162e
(cherry picked from commit 1295868ddd003cd93c8bc0b9fddac4eb710dc638)
2019-04-26 10:48:52 +00:00

8 lines
315 B
YAML

---
features:
- |
The parameters ``NovaNfsEnabled``, ``NovaNfsShare``, ``NovaNfsOptions``,
``NovaNfsVersion`` are changed to be role specific. This requires the
usage of host aggregates as otherwise it will break live migration of
instances as we can not do this with different storage backends.