From 9f22dc1d3af15ef8a85d608e2d8ffb6d29140fca Mon Sep 17 00:00:00 2001 From: elajkat Date: Fri, 21 Apr 2023 17:34:53 +0200 Subject: Doc: Add FWaaS v2 install details Change-Id: I8813efac46ff3d2a93933c3025bf5490d21cd622 Closes-bug: #2009832 --- doc/source/admin/fwaas-v2-scenario.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc') diff --git a/doc/source/admin/fwaas-v2-scenario.rst b/doc/source/admin/fwaas-v2-scenario.rst index bab66ae64c..a11983bf1c 100644 --- a/doc/source/admin/fwaas-v2-scenario.rst +++ b/doc/source/admin/fwaas-v2-scenario.rst @@ -5,6 +5,37 @@ Firewall-as-a-Service (FWaaS) v2 scenario Firewall v2 has no support for OVN currently. +Installation of FWaaS v2 +------------------------ + +If possible, you should rely on packages provided by your Linux and/or +OpenStack distribution: + +* For example for Ubuntu you can install the ``neutron-fwaas-common`` + package provided by Canonical. + +.. warning:: + + Always check the version of the available package and check the releases + on https://releases.openstack.org/ + +If you use ``pip``, follow these steps to install neutron-fwaas: + +* `identify the version of the neutron-fwaas package + `_ + that matches your OpenStack version: + + * 2023.1 Antelope: latest 18.0.x version + * Zed: latest 17.0.x version + +* indicate pip to (a) install precisely this version and (b) take into + account OpenStack upper constraints on package versions for dependencies + (example for Antelope): + + .. code-block:: console + + pip install -c https://opendev.org/openstack/requirements/raw/branch/stable/2023.1/upper-constraints.txt neutron-fwaas==18.0.0 + Enable FWaaS v2 --------------- -- cgit v1.2.1