yatinkarel
e4c5afeda2
OVN is already default ML2 plugin in Overcloud since Stein release[1]. OVN 22.06+ supports DHCP for IPv4 baremetal ports so we can now use it instead of Ml2 OVS Services on Undercloud. This patch update roles and add environment file to allow the Undercloud deployments with OVN. Once upgrade/migration path is evaluated for Undercloud from Ml2 OVS to Ml2 OVN we can consider switching default Ml2 Plugin on Undercloud. [1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/593056/ Change-Id: I724934f511a2d530521fd368e56e7bc2bcb07d76
68 lines
2.7 KiB
YAML
68 lines
2.7 KiB
YAML
###############################################################################
|
|
# File generated by TripleO
|
|
###############################################################################
|
|
###############################################################################
|
|
# Role: Undercloud #
|
|
###############################################################################
|
|
- name: Undercloud
|
|
description: |
|
|
A role to deploy the undercloud via heat using the 'openstack undercloud
|
|
install' command.
|
|
CountDefault: 1
|
|
tags:
|
|
- primary
|
|
- controller
|
|
# Define default_route_networks as empty for undercloud where management
|
|
# interface is used. On single nic a default route must configured in the
|
|
# local subnet definition in undercloud.conf
|
|
default_route_networks: []
|
|
networks:
|
|
External:
|
|
subnet: external_subnet
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::Apache
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::ContainerImagePrepare
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
- OS::TripleO::Services::DockerRegistry
|
|
- OS::TripleO::Services::Frr
|
|
- OS::TripleO::Services::HAproxy
|
|
- OS::TripleO::Services::HeatEphemeral
|
|
- OS::TripleO::Services::UndercloudTLS
|
|
- OS::TripleO::Services::UndercloudRemoveNovajoin
|
|
- OS::TripleO::Services::IronicApi
|
|
- OS::TripleO::Services::IronicConductor
|
|
- OS::TripleO::Services::IronicInspector
|
|
- OS::TripleO::Services::IronicNeutronAgent
|
|
- OS::TripleO::Services::IronicPxe
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::LoginDefs
|
|
- OS::TripleO::Services::MasqueradeNetworks
|
|
- OS::TripleO::Services::MySQL
|
|
- OS::TripleO::Services::MySQLClient
|
|
- OS::TripleO::Services::NeutronApi
|
|
- OS::TripleO::Services::NeutronCorePlugin
|
|
- OS::TripleO::Services::NeutronDhcpAgent
|
|
- OS::TripleO::Services::NeutronL3Agent
|
|
- OS::TripleO::Services::NeutronOvsAgent
|
|
- OS::TripleO::Services::OVNController
|
|
- OS::TripleO::Services::OVNDBs
|
|
- OS::TripleO::Services::OVNMetadataAgent
|
|
- OS::TripleO::Services::OpenStackClients
|
|
- OS::TripleO::Services::OsloMessagingNotify
|
|
- OS::TripleO::Services::OsloMessagingRpc
|
|
- OS::TripleO::Services::Podman
|
|
- OS::TripleO::Services::Rhsm
|
|
- OS::TripleO::Services::Rsyslog
|
|
- OS::TripleO::Services::Snmp
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Tempest
|
|
- OS::TripleO::Services::Timesync
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::Tmpwatch
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::Tuned
|
|
- OS::TripleO::Services::UndercloudUpgrade
|
|
- OS::TripleO::Services::TripleoValidations
|
|
|