From 1efb875df1894753c28c56eb9d281d61b10cd94e Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Fri, 27 Jan 2023 14:35:28 -0300 Subject: [PATCH] Publish docs to readthedocs Docs should be published at https://ovn-bgp-agent.readthedocs.io/ Signed-off-by: Lucas Alvares Gomes Change-Id: I4e59fabd66aa9e67d59937762ff9eadca8fe33fd --- doc/source/contributor/bgp_mode_design.rst | 2 +- zuul.d/project.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/bgp_mode_design.rst b/doc/source/contributor/bgp_mode_design.rst index dffd372b..cd1666a0 100644 --- a/doc/source/contributor/bgp_mode_design.rst +++ b/doc/source/contributor/bgp_mode_design.rst @@ -436,7 +436,7 @@ allocated): Therefore the agent needs to be running on the compute nodes. - For VMs on tenant networks (with ``expose_tenant_networks`` or - ``expose_ipv6_gua_tenant_networks``configuration options enabled), the agent + ``expose_ipv6_gua_tenant_networks`` configuration options enabled), the agent needs to be running on the networker nodes. In OpenStack, with OVN networking, the N/S traffic to the tenant VMs (without FIPs) needs to go through the networking nodes, more specifically the one hosting the diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index b6e586b3..fb974d17 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -3,3 +3,6 @@ - openstack-python3-zed-jobs - openstack-cover-jobs - release-notes-jobs-python3 + - docs-on-readthedocs + vars: + rtd_webhook_id: '224878'