739b05f528
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
15 lines
623 B
YAML
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.
|