This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Add compute role "ComputeSriovIB" for infiniband deployments"
- Loading branch information
Showing
3 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/add-compute-sriov-ib-role-15baefb0dadfcbac.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
features: | ||
- | | ||
Add new role "ComputeSriovIB" for infiniband compute nodes that would contain | ||
the required services enabled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
############################################################################### | ||
# Role: ComputeSriovIB # | ||
############################################################################### | ||
- name: ComputeSriovIB | ||
description: | | ||
Compute SR-IOV Infiniband Role | ||
CountDefault: 1 | ||
networks: | ||
InternalApi: | ||
subnet: internal_api_subnet | ||
Tenant: | ||
subnet: tenant_subnet | ||
Storage: | ||
subnet: storage_subnet | ||
RoleParametersDefault: | ||
TunedProfileName: "cpu-partitioning" | ||
update_serial: 25 | ||
ServicesDefault: | ||
- OS::TripleO::Services::Aide | ||
- OS::TripleO::Services::AuditD | ||
- OS::TripleO::Services::BootParams | ||
- 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::IpaClient | ||
- OS::TripleO::Services::Ipsec | ||
- OS::TripleO::Services::Iscsid | ||
- OS::TripleO::Services::Kernel | ||
- OS::TripleO::Services::LoginDefs | ||
- OS::TripleO::Services::MetricsQdr | ||
- OS::TripleO::Services::Multipathd | ||
- OS::TripleO::Services::MySQLClient | ||
- OS::TripleO::Services::NeutronBgpVpnBagpipe | ||
- OS::TripleO::Services::NeutronSriovAgent | ||
- OS::TripleO::Services::NeutronSriovHostConfig | ||
- OS::TripleO::Services::NeutronMlnxAgent | ||
- OS::TripleO::Services::NeutronVppAgent | ||
- OS::TripleO::Services::NovaCompute | ||
- OS::TripleO::Services::NovaLibvirt | ||
- OS::TripleO::Services::NovaLibvirtGuests | ||
- OS::TripleO::Services::NovaMigrationTarget | ||
- OS::TripleO::Services::ContainersLogrotateCrond | ||
- OS::TripleO::Services::OpenDaylightOvs | ||
- OS::TripleO::Services::Podman | ||
- OS::TripleO::Services::Rhsm | ||
- OS::TripleO::Services::Rsyslog | ||
- OS::TripleO::Services::RsyslogSidecar | ||
- OS::TripleO::Services::Securetty | ||
- OS::TripleO::Services::SensuClient | ||
- OS::TripleO::Services::SkydiveAgent | ||
- OS::TripleO::Services::Snmp | ||
- OS::TripleO::Services::Sshd | ||
- OS::TripleO::Services::Timesync | ||
- OS::TripleO::Services::Timezone | ||
- OS::TripleO::Services::TripleoFirewall | ||
- OS::TripleO::Services::TripleoPackages | ||
- OS::TripleO::Services::Vpp | ||
- OS::TripleO::Services::OVNController | ||
- OS::TripleO::Services::OVNMetadataAgent |