Add ComputeHCIOvsDpdk role
Created a role for ComputeHCI and OvS DPDK based on the existing ComputeHCI and ComputeOvsDpdk roles. Change-Id: Ib5ead8dbfd3e0697585d7ff597634b7f42df1052
This commit is contained in:
parent
b5cf51665d
commit
166dd42fcd
65
roles/ComputeHCIOvsDpdk.yaml
Normal file
65
roles/ComputeHCIOvsDpdk.yaml
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
###############################################################################
|
||||||
|
# Role: ComputeHCIOvsDpdk #
|
||||||
|
###############################################################################
|
||||||
|
- name: ComputeHCIOvsDpdk
|
||||||
|
description: |
|
||||||
|
ComputeOvsDpdk Node role hosting Ceph OSD too
|
||||||
|
networks:
|
||||||
|
InternalApi:
|
||||||
|
subnet: internal_api_subnet
|
||||||
|
Tenant:
|
||||||
|
subnet: tenant_subnet
|
||||||
|
Storage:
|
||||||
|
subnet: storage_subnet
|
||||||
|
StorageMgmt:
|
||||||
|
subnet: storage_mgmt_subnet
|
||||||
|
RoleParametersDefault:
|
||||||
|
TunedProfileName: "cpu-partitioning"
|
||||||
|
VhostuserSocketGroup: "hugetlbfs"
|
||||||
|
NovaLibvirtRxQueueSize: 1024
|
||||||
|
NovaLibvirtTxQueueSize: 1024
|
||||||
|
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::CephOSD
|
||||||
|
- 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::ComputeNeutronOvsDpdk
|
||||||
|
- OS::TripleO::Services::Docker
|
||||||
|
- OS::TripleO::Services::Fluentd
|
||||||
|
- 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::MySQLClient
|
||||||
|
- OS::TripleO::Services::NeutronBgpVpnBagpipe
|
||||||
|
- 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::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::OVNController
|
||||||
|
- OS::TripleO::Services::OVNMetadataAgent
|
@ -1069,13 +1069,15 @@ def validate(filename, param_map):
|
|||||||
if filename.startswith('./roles/'):
|
if filename.startswith('./roles/'):
|
||||||
retval = validate_role_name(filename)
|
retval = validate_role_name(filename)
|
||||||
|
|
||||||
if filename.startswith('./roles/ComputeHCI.yaml'):
|
if filename.startswith('./roles/ComputeHCI.yaml') or \
|
||||||
|
filename.startswith('./roles/ComputeHCIOvsDpdk.yaml'):
|
||||||
retval |= validate_hci_computehci_role(filename, tpl)
|
retval |= validate_hci_computehci_role(filename, tpl)
|
||||||
|
|
||||||
if filename.startswith('./roles/ComputeOvsDpdk.yaml') or \
|
if filename.startswith('./roles/ComputeOvsDpdk.yaml') or \
|
||||||
filename.startswith('./roles/ComputeSriov.yaml') or \
|
filename.startswith('./roles/ComputeSriov.yaml') or \
|
||||||
filename.startswith('./roles/ComputeOvsDpdkRT.yaml') or \
|
filename.startswith('./roles/ComputeOvsDpdkRT.yaml') or \
|
||||||
filename.startswith('./roles/ComputeSriovRT.yaml'):
|
filename.startswith('./roles/ComputeSriovRT.yaml') or \
|
||||||
|
filename.startswith('./roles/ComputeHCIOvsDpdk.yaml'):
|
||||||
exclude = [
|
exclude = [
|
||||||
'OS::TripleO::Services::OVNController',
|
'OS::TripleO::Services::OVNController',
|
||||||
'OS::TripleO::Services::ComputeNeutronOvsAgent',
|
'OS::TripleO::Services::ComputeNeutronOvsAgent',
|
||||||
|
Loading…
Reference in New Issue
Block a user