1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

8 Commits

Author SHA1 Message Date
Michał Dulko
c781171412 Remove support for Kuryr
In 4.15 Kuryr is no longer a supported NetworkType, following its
deprecation in 4.12. This commit removes mentions of Kuryr from the
documentation and code, but also adds validation to prevent
installations from being executed when `networkType` is set to `Kuryr`.
2023-11-14 15:06:19 +01:00
Michał Dulko
4e4b17a8a8 OpenStack: Set minimum disk of a flavor to 100 GB
Other platforms require at least 100 GB of disk size and we've updated
openshift-docs to reflect that in OpenStack too. Seems like we forgot to
update flavor validation code and docs in the installer. This commit
fixes this.
2022-08-30 10:33:17 +02:00
Emilien Macchi
91eabdd494 openstack: add doc for OVS HW offload
* doc for OVS HW offload
* add a link in README for OVS DPDK
2022-05-12 11:46:16 -04:00
Martin André
fb014f8aec OpenStack: fix SR-IOV documentation TOC 2022-05-10 10:44:03 +02:00
Emilien Macchi
d7064a505c Update SR-IOV & DPDK doc for OpenStack
In 4.11, we did the following:

* Remove the dependency on config-drive and support OpenStack Metadata
  URL fetching.
* Automate the configuration of VFIO NO IOMMU
* Add support for vhostuser interfaces for DPDK

This patch adds more content for DPDK, with an example of a pod using
hugepages, dedicated CPUs and the DPDK port.

It also add more content for SR-IOV, like how to create a policy & a
pod.

Later, we'll add content for SR-IOV with HW offload.
2022-05-06 12:11:57 -04:00
Martin André
b9582a4636 OpenStack: Fix links in SR-IOV workers doc
The syntax for reference links in markdown was incorrect and generated
broken links.
2021-09-09 09:54:29 +02:00
Emilio Garcia
29f36016e8 Document SR-IOV use case: using network with port security disabled
This use case requires a unique usage pattern in comparison to what the
customer may be use to, so we chose to document it in its entirety to
avoid any confusion down the line.
2021-06-09 09:41:59 -04:00
Emilio Garcia
63b7dad62b Upgrading the upstream docs to match the feedback and changes that Aaron, Itzig, and Max are adding to the downstream 4.7 release version:
explains a full end to end workflow
    example of how to create SRIOV workers in UPI
    example of how to create SRIOV workers in IPI

Fixes: OSASINFRA-2281
2021-05-03 14:44:21 -04:00