0d9cc4ca8f
In order to make SRIOV work for the OVN driver the concept of "external" ports has been introduced (see depends-on). These ports lives on a different host (gateway nodes) and are able to reply to arp requests on behalf of VM port. In the SRIOV case, the SRIOV port is bypassed in the hypervidor so the OVN driver creates an external port it which will reply to the DHCP packets. This patch is creating two new roles to work with the mechanism described above: * ControllerSriov: Same as the normal Controller role but with the OVN Metadata agent deployed. * NetworkerSriov: Same as the normal Networker role but with the OVN Metadata agent deployed. The patch also removes the Neutron DHCP agent from the neutron-ovn-sriov.yaml environment file since no longer needed. Depends-On: https://review.opendev.org/703376 Change-Id: I5ef3d6543785b677ea333803aaa23bd34abdd671 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
57 lines
2.2 KiB
YAML
57 lines
2.2 KiB
YAML
###############################################################################
|
|
# Role: NetworkerSriov #
|
|
###############################################################################
|
|
- name: NetworkerSriov
|
|
description: |
|
|
Standalone networking role to run Neutron agents on their own.
|
|
networks:
|
|
InternalApi:
|
|
subnet: internal_api_subnet
|
|
Tenant:
|
|
subnet: tenant_subnet
|
|
tags:
|
|
- external_bridge
|
|
HostnameFormatDefault: '%stackname%-networker-sriov-%index%'
|
|
update_serial: 1
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::Aide
|
|
- OS::TripleO::Services::AuditD
|
|
- OS::TripleO::Services::BootParams
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::CertmongerUser
|
|
- OS::TripleO::Services::Collectd
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::IpaClient
|
|
- OS::TripleO::Services::Ipsec
|
|
- OS::TripleO::Services::IronicNeutronAgent
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::LoginDefs
|
|
- OS::TripleO::Services::MetricsQdr
|
|
- OS::TripleO::Services::MySQLClient
|
|
- OS::TripleO::Services::NeutronDhcpAgent
|
|
- OS::TripleO::Services::NeutronL2gwAgent
|
|
- OS::TripleO::Services::NeutronL3Agent
|
|
- OS::TripleO::Services::NeutronMetadataAgent
|
|
- OS::TripleO::Services::NeutronML2FujitsuCfab
|
|
- OS::TripleO::Services::NeutronML2FujitsuFossw
|
|
- OS::TripleO::Services::NeutronOvsAgent
|
|
- OS::TripleO::Services::NeutronVppAgent
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
- OS::TripleO::Services::OctaviaDeploymentConfig
|
|
- OS::TripleO::Services::OctaviaHealthManager
|
|
- OS::TripleO::Services::OctaviaHousekeeping
|
|
- OS::TripleO::Services::OctaviaWorker
|
|
- OS::TripleO::Services::OVNController
|
|
- OS::TripleO::Services::OVNMetadataAgent
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::Rsyslog
|
|
- 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::Tuned
|