Skip to content

Commit

Permalink
use tasty to install operators
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Mar 11, 2022
1 parent 5c021eb commit 9ce8cf6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 85 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The following items are needed in order to be able to complete the lab from begi
* oc installed and configured with KUBECONFIG env variable.
* imageregistry properly configured with a valid backend for dpdk s2i push to work.
* git tool and repository `https://github.com/karmab/performance-operators-lab` cloned
* tasty binary available [here](https://github.com/karmab/tasty/releases/) to simplify olm operator installation

**NOTE:** Both masters and workers can be virtual. If using virtual workers, you will only be able to properly use the performance profile operator and sctp module, as the other ones have hardware dependency.

Expand All @@ -42,13 +43,12 @@ In this section, we install and configure the performance addon operator, which
Launch the following command:

```
oc create -f performance/install.yml
tasty install performance-addon-operator
```

Expected Output

```
namespace/openshift-performance-addon created
operatorgroup.operators.coreos.com/openshift-performance-addon-operatorgroup created
subscription.operators.coreos.com/performance-addon-operator-subscription created
```
Expand Down Expand Up @@ -156,7 +156,7 @@ oc patch networks.operator.openshift.io cluster --type='merge' -p='{"spec":{"add
Launch the following command:

```
oc create -f sriov/install.yml
tasty install sriov-network-operator
```

Expected Output
Expand Down Expand Up @@ -434,7 +434,7 @@ spec:
Launch the following command:

```
oc create -f ptp/install.yml
tasty install ptp-operator
```

Expected Output
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The following items are needed in order to be able to complete the lab from begi
- oc installed and configured with KUBECONFIG env variable.
- imageregistry properly configured with a valid backend for dpdk s2i push to work.
- git tool and repository ``https://github.com/karmab/performance-operators-lab`` cloned
- tasty binary available `here <https://github.com/karmab/tasty/releases/>`__ to simplify olm operator installation

**NOTE:** Both masters and workers can be virtual. If using virtual workers, you will only be able to properly use the performance profile operator and sctp module, as the other ones have hardware dependency.

Expand All @@ -47,13 +48,12 @@ Launch the following command:

::

oc create -f performance/install.yml
tasty install performance-addon-operator

Expected Output

::

namespace/openshift-performance-addon created
operatorgroup.operators.coreos.com/openshift-performance-addon-operatorgroup created
subscription.operators.coreos.com/performance-addon-operator-subscription created

Expand Down Expand Up @@ -167,7 +167,7 @@ Launch the following command:

::

oc create -f sriov/install.yml
tasty install sriov-network-operator

Expected Output

Expand Down Expand Up @@ -452,7 +452,7 @@ Launch the following command:

::

oc create -f ptp/install.yml
tasty install ptp-operator

Expected Output

Expand Down
23 changes: 0 additions & 23 deletions performance/install.yml

This file was deleted.

28 changes: 0 additions & 28 deletions ptp/install.yml

This file was deleted.

26 changes: 0 additions & 26 deletions sriov/install.yml

This file was deleted.

0 comments on commit 9ce8cf6

Please sign in to comment.