Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This commit makes changes to use the comminuty ODH operator... f #34

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

tonyxrmdavidson
Copy link

@tonyxrmdavidson tonyxrmdavidson commented Mar 27, 2024

rom the community operators in openshift marketplace.
It deletes existing files from the previous attempts and creates a subscription which will deploy the OHD community operator: version 2.9.
It reintroduces the source command to provide colour text in the openshift-ci run to highlight important messages.

…community operators in openshift marketplace.
@tonyxrmdavidson
Copy link
Author

tonyxrmdavidson commented Mar 27, 2024

Output from successful local run.
Tony@WorkMac: ~/model-registry (main) $ ./openshift-ci/scripts/oci-model-registry-deploy.sh Deploying opendatahub-subscription from openshift-ci/resources/opendatahub-subscription.yaml... subscription.operators.coreos.com/model-registry-test-source-subscription created ✔ Success: Deployment of opendatahub-subscription succeeded. error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready error: resource name may not be empty ! INFO: Pod is not running or does not have 2 containers ready ! INFO: Pod model-registry-operator-controller-manager-6799d86c7b-459cn is not running or does not have 2 containers ready ! INFO: Pod model-registry-operator-controller-manager-6799d86c7b-459cn is not running or does not have 2 containers ready ✔ Success: Pod model-registry-operator-controller-manager-6799d86c7b-459cn is running and 2 out of 2 containers are ready Deploying opendatahub-data-science-cluster from openshift-ci/resources/opendatahub-data-science-cluster.yaml... datasciencecluster.datasciencecluster.opendatahub.io/default-dsc unchanged ✔ Success: Deployment of opendatahub-data-science-cluster succeeded. Cloning into 'temp_repo'... remote: Enumerating objects: 398, done. remote: Counting objects: 100% (152/152), done. remote: Compressing objects: 100% (82/82), done. remote: Total 398 (delta 96), reused 84 (delta 69), pack-reused 246 Receiving objects: 100% (398/398), 172.67 KiB | 2.01 MiB/s, done. Resolving deltas: 100% (202/202), done. ✔ Success: Deployment model-registry-db is available ✔ Success: Deployment modelregistry-sample is available ! INFO: Pod model-registry-db-56598d7869-b8gpp is not running or does not have 1 containers ready ! INFO: Pod model-registry-db-56598d7869-b8gpp is not running or does not have 1 containers ready ! INFO: Pod model-registry-db-56598d7869-b8gpp is not running or does not have 1 containers ready ! INFO: Pod model-registry-db-56598d7869-b8gpp is not running or does not have 1 containers ready ! INFO: Pod model-registry-db-56598d7869-b8gpp is not running or does not have 1 containers ready ✔ Success: Pod model-registry-db-56598d7869-b8gpp is running and 1 out of 1 containers are ready ! INFO: Pod modelregistry-sample-75bd55cdd8-h7spx is not running or does not have 2 containers ready ✔ Success: Pod modelregistry-sample-75bd55cdd8-h7spx is running and 2 out of 2 containers are ready ✔ Success: Route 'modelregistry-sample-http' exists in namespace 'default' ✔ Success: Route server is reachable. Status code: 200 OK

Copy link

openshift-ci bot commented Mar 27, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rkubis, tonyxrmdavidson

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [rkubis,tonyxrmdavidson]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@rkubis
Copy link

rkubis commented Mar 27, 2024

/lgtm

@openshift-merge-bot openshift-merge-bot bot merged commit 785e8f1 into opendatahub-io:main Mar 27, 2024
11 checks passed
tonyxrmdavidson pushed a commit to tonyxrmdavidson/model-registry that referenced this pull request Jul 1, 2024
* build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (opendatahub-io#27)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add first draft of model registry kserve custom storage initializer (opendatahub-io#25)

* Add first draft of model registry custom storage initializer

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>

* Add documentation and get started guide

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>

---------

Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>

* fix: ensure consistency ns(omitted) for istio manifests (opendatahub-io#31)

* fix: ensure consistency ns(omitted) for istio manifests

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

* add default ns to kustomization for consistency

with manifests/kustomize/overlays/{db} kustomizations

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

---------

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

* fix CVE-2024-21626 (opendatahub-io#34)

see also: https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMCONTAINERDCONTAINERD-6219724

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants