-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
91 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
approvers: | ||
- ffromani | ||
- shajmakh | ||
- swatisehgal | ||
- Tal-or | ||
- yanirq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
approvers: | ||
- ffromani | ||
- shajmakh | ||
- swatisehgal | ||
- Tal-or | ||
- yanirq |
5 changes: 5 additions & 0 deletions
5
ci-operator/step-registry/telco5g/nrop/install/telco5g-nrop-install-commands.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
oc create namespace numaresources-operator | ||
operator-sdk run bundle -n numaresources-operator --security-context-config restricted "$OO_BUNDLE_OLD" | ||
oc wait --for condition=Available -n numaresources-operator deployment numaresources-controller-manager |
12 changes: 12 additions & 0 deletions
12
ci-operator/step-registry/telco5g/nrop/install/telco5g-nrop-install-ref.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"path": "telco5g/nrop/install/telco5g-nrop-install-ref.yaml", | ||
"owners": { | ||
"approvers": [ | ||
"ffromani", | ||
"shajmakh", | ||
"swatisehgal", | ||
"Tal-or", | ||
"yanirq" | ||
] | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
ci-operator/step-registry/telco5g/nrop/install/telco5g-nrop-install-ref.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ref: | ||
as: telco5g-nrop-install | ||
cli: latest | ||
commands: telco5g-nrop-install-commands.sh | ||
dependencies: | ||
- env: OO_BUNDLE_OLD | ||
name: ${OO_BUNDLE_OLD} | ||
from: operator-sdk | ||
resources: | ||
requests: | ||
cpu: 1000m | ||
memory: 500Mi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
approvers: | ||
- ffromani | ||
- shajmakh | ||
- swatisehgal | ||
- Tal-or | ||
- yanirq |
4 changes: 4 additions & 0 deletions
4
ci-operator/step-registry/telco5g/nrop/upgrade/telco5g-nrop-upgrade-commands.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
operator-sdk run bundle-upgrade --timeout=10m --security-context-config restricted -n numaresources-operator "$OO_BUNDLE" | ||
oc wait --for condition=Available -n numaresources-operator deployment numaresources-controller-manager |
12 changes: 12 additions & 0 deletions
12
ci-operator/step-registry/telco5g/nrop/upgrade/telco5g-nrop-upgrade-ref.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"path": "telco5g/nrop/upgrade/telco5g-nrop-upgrade-ref.yaml", | ||
"owners": { | ||
"approvers": [ | ||
"ffromani", | ||
"shajmakh", | ||
"swatisehgal", | ||
"Tal-or", | ||
"yanirq" | ||
] | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
ci-operator/step-registry/telco5g/nrop/upgrade/telco5g-nrop-upgrade-ref.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ref: | ||
as: telco5g-nrop-upgrade | ||
cli: latest | ||
commands: telco5g-nrop-upgrade-commands.sh | ||
dependencies: | ||
- env: OO_BUNDLE | ||
name: ${OO_BUNDLE} | ||
from: operator-sdk | ||
resources: | ||
requests: | ||
cpu: 1000m | ||
memory: 500Mi |