Bug 2195931
| Summary: | DHCP Agent doesn't receive notifications in 16.2.5 deployment | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Siggy Sigwald <ssigwald> |
| Component: | documentation | Assignee: | Greg Rakauskas <gregraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.2 (Train) | CC: | bshephar, gregraka, jamsmith, jlibosva, mburns, vcojot |
| Target Milestone: | z5 | Keywords: | Triaged |
| Target Release: | 16.2 (Train on RHEL 8.4) | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Release Note | |
| Doc Text: |
If your Red Hat OpenStack Platform (RHOSP) deployment uses Cisco ACI or other third-party ML2 mechanism drivers that rely on `neutron-dhcp-agent`, you must add `DhcpAgentNotification: true` to your custom heat templates before updating to RHOSP 16.2.5.
+
In RHOSP 16.2.5, DHCP agent notification is now disabled by default. This configuration change facilitates easier deployment of RHOSP with the ML2/OVN mechanism driver, because RHOSP ML2/OVN deployments do not use the DHCP agent. The heat templates used in ML2/OVS deployments were also modified to provide uninterrupted use of DHCP services in ML2/OVS deployments.
+
If your deployment uses the OVN or OVS ML2 mechanism driver, your updated deployment will not be affected.
+
Some third-party mechanism drivers use DHCP and rely on the DHCP notifications. If your environment uses one of these third-party mechanism drivers and you update to RHOSP 16.2.5 without enabling DHCP notification (`DhcpAgentNotification: true`), your updated RHOSP deployment is subject to the following issues:
* Network namespaces and `dnsmasq` processes are not created for new networks and ports.
* DHCP and DNS are not served to VM instances on the new networks.
* New instances fail to launch on existing networks with an error message that the instance cannot be scheduled.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-09 21:32:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Siggy Sigwald
2023-05-06 16:41:13 UTC
We should update our docs to notify users that in case they use custom templates and they need DHCP agent then they should set DhcpAgentNotification to true. SME: jlibosva |