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
This commit is contained in:
parent
2a7efbada6
commit
739b05f528
@ -29,8 +29,6 @@ parameter_defaults:
|
||||
- OS::TripleO::Services::TripleoPackages
|
||||
- OS::TripleO::Services::TripleoFirewall
|
||||
- OS::TripleO::Services::Tuned
|
||||
- OS::TripleO::Services::NeutronSriovAgent
|
||||
- OS::TripleO::Services::NeutronSriovHostConfig
|
||||
- OS::TripleO::Services::OpenDaylightOvs
|
||||
- OS::TripleO::Services::SensuClient
|
||||
- OS::TripleO::Services::SkydiveAgent
|
||||
|
14
releasenotes/notes/sriov-role-1ef30615048239c7.yaml
Normal file
14
releasenotes/notes/sriov-role-1ef30615048239c7.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
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.
|
@ -39,8 +39,6 @@
|
||||
- OS::TripleO::Services::MySQLClient
|
||||
- OS::TripleO::Services::NeutronBgpVpnBagpipe
|
||||
- OS::TripleO::Services::NeutronLinuxbridgeAgent
|
||||
- OS::TripleO::Services::NeutronSriovAgent
|
||||
- OS::TripleO::Services::NeutronSriovHostConfig
|
||||
- OS::TripleO::Services::NeutronVppAgent
|
||||
- OS::TripleO::Services::NovaCompute
|
||||
- OS::TripleO::Services::NovaLibvirt
|
||||
|
@ -30,8 +30,6 @@
|
||||
- OS::TripleO::Services::MySQLClient
|
||||
- OS::TripleO::Services::NeutronBgpVpnBagpipe
|
||||
- OS::TripleO::Services::NeutronLinuxbridgeAgent
|
||||
- OS::TripleO::Services::NeutronSriovAgent
|
||||
- OS::TripleO::Services::NeutronSriovHostConfig
|
||||
- OS::TripleO::Services::NeutronVppAgent
|
||||
- OS::TripleO::Services::NovaCompute
|
||||
- OS::TripleO::Services::NovaLibvirt
|
||||
|
48
roles/ComputeSriov.yaml
Normal file
48
roles/ComputeSriov.yaml
Normal file
@ -0,0 +1,48 @@
|
||||
###############################################################################
|
||||
# Role: ComputeSriov #
|
||||
###############################################################################
|
||||
- name: ComputeSriov
|
||||
description: |
|
||||
Compute SR-IOV Role
|
||||
CountDefault: 1
|
||||
networks:
|
||||
- InternalApi
|
||||
- Tenant
|
||||
- Storage
|
||||
HostnameFormatDefault: '%stackname%-computesriov-%index%'
|
||||
disable_upgrade_deployment: True
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::AuditD
|
||||
- OS::TripleO::Services::CACerts
|
||||
- OS::TripleO::Services::CephClient
|
||||
- OS::TripleO::Services::CephExternal
|
||||
- OS::TripleO::Services::CertmongerUser
|
||||
- OS::TripleO::Services::Collectd
|
||||
- OS::TripleO::Services::ComputeCeilometerAgent
|
||||
- OS::TripleO::Services::ComputeNeutronCorePlugin
|
||||
- OS::TripleO::Services::ComputeNeutronL3Agent
|
||||
- OS::TripleO::Services::ComputeNeutronMetadataAgent
|
||||
- OS::TripleO::Services::ComputeNeutronOvsAgent
|
||||
- OS::TripleO::Services::Docker
|
||||
- OS::TripleO::Services::FluentdClient
|
||||
- OS::TripleO::Services::Iscsid
|
||||
- OS::TripleO::Services::Kernel
|
||||
- OS::TripleO::Services::MySQLClient
|
||||
- OS::TripleO::Services::NeutronBgpVpnBagpipe
|
||||
- OS::TripleO::Services::NeutronSriovAgent
|
||||
- OS::TripleO::Services::NeutronSriovHostConfig
|
||||
- OS::TripleO::Services::NeutronVppAgent
|
||||
- OS::TripleO::Services::NovaCompute
|
||||
- OS::TripleO::Services::NovaLibvirt
|
||||
- OS::TripleO::Services::Ntp
|
||||
- OS::TripleO::Services::ContainersLogrotateCrond
|
||||
- OS::TripleO::Services::OpenDaylightOvs
|
||||
- OS::TripleO::Services::Securetty
|
||||
- OS::TripleO::Services::SensuClient
|
||||
- OS::TripleO::Services::Snmp
|
||||
- OS::TripleO::Services::Sshd
|
||||
- OS::TripleO::Services::Timezone
|
||||
- OS::TripleO::Services::TripleoFirewall
|
||||
- OS::TripleO::Services::TripleoPackages
|
||||
- OS::TripleO::Services::Vpp
|
||||
- OS::TripleO::Services::OVNController
|
@ -96,6 +96,7 @@ Example
|
||||
CephStorage
|
||||
Compute
|
||||
ComputeOvsDpdk
|
||||
ComputeSriov
|
||||
Controller
|
||||
ControllerOpenstack
|
||||
Database
|
||||
|
@ -193,8 +193,6 @@
|
||||
- OS::TripleO::Services::MySQLClient
|
||||
- OS::TripleO::Services::NeutronBgpVpnBagpipe
|
||||
- OS::TripleO::Services::NeutronLinuxbridgeAgent
|
||||
- OS::TripleO::Services::NeutronSriovAgent
|
||||
- OS::TripleO::Services::NeutronSriovHostConfig
|
||||
- OS::TripleO::Services::NeutronVppAgent
|
||||
- OS::TripleO::Services::NovaCompute
|
||||
- OS::TripleO::Services::NovaLibvirt
|
||||
|
Loading…
Reference in New Issue
Block a user