tripleo-heat-templates/releasenotes/notes/sriov-role-1ef30615048239c7.yaml
Saravanan KR 739b05f528 Added a new role definition for SR-IOV Compute role
In order to support the role generation command, a new role for
hosting SR-IOV workloads has been added. This also removes the
SR_IOV services from the default compute so that compute and compute
sriov can co-exist in the same cluster.
Closes-Bug: #1715829

Change-Id: If48bd6a69209da556cc75ece035b341eb59f41a9
2017-10-25 15:16:28 +05:30

15 lines
623 B
YAML

---
features:
- |
A new role ComputeSriov has been added to the roles definition to create
a compute with SR-IOV capabilities. The SR-IOV services has been removed
from the default Compute role, so that a cluster can have general Compute
along with ComputeSriov roles.
upgrade:
- |
If a existing cluster has enabled SR-IOV with Compute role, then the
service OS::TripleO::Services::NeutronSriovAgent has to be added to the
Compute role in their roles_data.yaml. If the existing cluster has created
SR-IOV role as a custom role (other than Compute), then this change will
not affect.