Skip to content

Commit

Permalink
update to latest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Apr 6, 2021
1 parent d96bbd1 commit ddc49a1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
17 changes: 9 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -648,16 +648,17 @@ will get rebooted and have the module loaded, which can be checked by
sshing in the node (or running ``oc debug node/$node``) and running
``sudo lsmod | grep sctp``.

DPDK s2i
========
DPDK base image
===============

This part covers a base mage containing DPDK framework. It depends on
sriov beeing deployed and working on the cluster.

This part covers an image containing DPDK framework and built using
source to image. It depends on sriov beeing deployed and working on the
cluster.
This image can be used as a base to build and package a dpdk based
application.

You would use this mechanism to build and package a dpdk based
application from a git repository but using a DPDK well known base
image.
For instance, we will use source to image as a example of mechanism
allowing to do the build from a git repository.

.. _deployment-3:

Expand Down
5 changes: 1 addition & 4 deletions performance/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ kind: OperatorGroup
metadata:
name: openshift-performance-addon-operatorgroup
namespace: openshift-performance-addon
spec:
targetNamespaces:
- openshift-performance-addon
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: performance-addon-operator-subscription
namespace: openshift-performance-addon
spec:
channel: "4.4"
channel: "4.7"
name: performance-addon-operator
source: "redhat-operators"
sourceNamespace: openshift-marketplace
2 changes: 1 addition & 1 deletion ptp/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
name: ptp-operator-subscription
namespace: openshift-ptp
spec:
channel: "4.4"
channel: "4.7"
name: ptp-operator
source: "redhat-operators"
sourceNamespace: openshift-marketplace
2 changes: 1 addition & 1 deletion sriov/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
name: sriov-network-operator-subscription
namespace: openshift-sriov-network-operator
spec:
channel: "4.4"
channel: "4.7"
name: sriov-network-operator
source: "redhat-operators"
sourceNamespace: openshift-marketplace

0 comments on commit ddc49a1

Please sign in to comment.