forked from kubeflow/model-registry
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Openshift-ci model-registry deployment configuration and testing (#26)
* This commit will add a yaml deployment file to deploy the latest ODH operator used in the nightly runs * This commit will change the target file for ODH deployment to model-registry-data-science-cluster-nightly.yaml * This commit will add a file to create a catalogue source for the nighlty ODH image. * This commit will change the operator deployment to a subscription model. * This commit adds a catalogue source command to the script and comments out the DSC_INITIALIZATION_MANAIFEST command. * This commit will appropriately name files and complete the the deployment and the deployment tests * This commit will update the image used in the catalogue source and delete wrongly named files * This commit will remove files no longer needed. * This commit will delete the file delete_resources.sh * This commit will add an empty line to the end of the file * This commit add a pod status check for the model-registry-operator-controller-manager pods * This commit removes an unneeded echo command * This commit changes the pod status check oc command to use selectors instead of grep * This commit changes the label used for the model-registry-operator to an appropriate label * This commit un-comments function calls * This commit removes unnessesary echo
- Loading branch information
1 parent
7afd28b
commit ffa5c3f
Showing
7 changed files
with
176 additions
and
47 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
openshift-ci/resources/model-registry-DSCInitialization.yaml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
openshift-ci/resources/model-registry-operator-deploy.yaml
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: CatalogSource | ||
metadata: | ||
name: model-registry-test-source | ||
namespace: openshift-marketplace | ||
spec: | ||
displayName: '' | ||
image: 'registry-proxy.engineering.redhat.com/rh-osbs/iib:688477' | ||
publisher: '' | ||
sourceType: grpc |
File renamed without changes.
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,11 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: Subscription | ||
metadata: | ||
name: rhods-operator | ||
namespace: openshift-operators | ||
spec: | ||
channel: odh-nightlies | ||
installPlanApproval: Automatic | ||
name: rhods-operator | ||
source: model-registry-test-source | ||
sourceNamespace: openshift-marketplace |
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 @@ | ||
export RED='\033[0;31m' | ||
export GREEN='\033[0;32m' | ||
export NC='\033[0m' | ||
export YELLOW='\033[0;33m' |
166 changes: 151 additions & 15 deletions
166
openshift-ci/scripts/oci-model-registry-deploy.sh
100644 → 100755
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