Skip to content

Commit 8b0d6e6

Browse files
vpavlinChad Robertskhebhut[bot]KebechetLaVLaS
committed
Sync RHODS odh-manifests
* Clean up unsued components * Add a Dockerfile for building an image to hold manifests * Add the .aicoe-ci.yaml file (#3) * Tweak docker ignore for pipeline and Containerfile (#4) * Updated ODH dashboard image with latest. * Update CHANGELOG.md * Patch JH to use a secret for prometheus API token that is outside the operator influence. * Add JH groups configuration CM (opendatahub-io#342) * Change filename for the jupyterhub prometheus API token secret * Change env variable that is referenced in the JH patch * Updating test kfdef to match rhds reality * eliminating unnecessary tests * Remove elyra and spark images from additional overlay * Removing unneeded buildconfigs * include new ubi8 cuda-11.0.3 supporting python3.8 notebooks * fix the patch for the cuda 11.0.3 imagestream tags * Add generic data science notebook to JH deployment (opendatahub-io#381) * Pruning list of notebook images * Removing tests for unused images * Add reader secret to manifests (#53) * Add OpenShift Pipelines component (opendatahub-io#337) * Bumping up generic-data-sci nb image to v0.0.3 * Removing non-valid test for generic-data-science nb * Add read/write privs for configmaps, secrets, jobs, and cronjobs for dashboard role * Give odh-dashboard user permssion to read all CSVs cluster-wide * Update JupyterHub to pull postgresql password from a custom secret * Add Anaconda CE kustomize templates * Add cluster wide get permissions for services * Updated odh-dashboard deployment for v1.0.10 release * four_leaf_clover include minimal python 3.8 with default jlab and git plugin * Update the jupyterhub image to new UI * Fix annotation for jupyterhub imagestream * four_leaf_clover Fix the minimal tags (#84) * turtle fix version of pytorch and tensorflow gpu * Add overriding CMs for JSP * Removed Anaconda manifest and updated image pointer * Update odh-dashboard image tag to v1.0.11 * updates on gpu buildconfigs and imagestreams * Adding RhodsQuickStart CRD (fork of ConsoleQuickStart CRD) for dashboard. * Update the Medium and Large sizes * Remove tls-acme annotation from JuptyerHub route (opendatahub-io#329) This annotation configures Kubernetes to automatically provision TLS certificates for the JupyterHub route from Let's Encrypt. In my opinion, we should rely on OpenShift-provisioned certs by default and let users override this as they need, whether that means ACME or something else. * [JupyterHub] Fix auth for prometheus /metrics endpoint behind auth proxy (opendatahub-io#330) * add secret key; update service monitor * Update jupyterhub-secret.yaml * remove trailing new line (causing parse failures on the prometheus side) * Update subscription.yaml (opendatahub-io#338) this will update the version of Grafana Operator to v3.9.0 * Update JH image with prometheus authentication (opendatahub-io#339) * Update Jupyterhub image to v0.2.2 (opendatahub-io#345) * Remove empty operator log artifact from tests runs (opendatahub-io#348) * Added ImageChange trigger to the JupyterHub deployment config (opendatahub-io#334) * Updated jupyterhub imagestream image to 0.1.5 * Added Image change trigger * Update Elyra image to v2.0.1 (opendatahub-io#297) * Adds support for Tekton in Kubeflow Pipelines * Update source strategy specification * Add env vars to JH so that we don't lose auth_state on restart (opendatahub-io#351) * Add oauth proxy to ODH dashboard (opendatahub-io#350) This adds a basic OAuth Proxy sidecar container to the ODH Dashboard pod. By default this will allow any authenticated user to access the service. I expect downstream deployments to limit access by way of the --openshift-sar argument. I additionally expect downstream deployments to customize the value of the --cookie-secret argument. * Move the JH DeploymentConfig imageChange trigger to an overlay (opendatahub-io#360) Move the enablement of the JupyterHub DeploymentConfig imageChange trigger for JH to an optional overlay. The trigger was originally added in opendatahub-io#334 * Update Metrics endpoints for ODH operator (opendatahub-io#349) * Fix ODH and Argo monitoring * Increase replica count to 2 for HA * Update Prometheus name and corresponding test * Restructure Service Monitors This separate the ODH operator and ODH application monitoring into two seperate Service Monitors. * point to tag reference instead of master branch (opendatahub-io#367) * Update JSP to 0.2.2, add secrets to the role (opendatahub-io#361) * Modified jhtest to accept new version of JH Spawner * Use secret param in JH DB for postgres pass (opendatahub-io#362) * add annotation (opendatahub-io#383) * scissors trim the gpu image names for proper image-pull (opendatahub-io#389) * turtle configure buildconfig ref based on tags for stability (opendatahub-io#384) * Add JupyterHub monitoring dashboards and required cluster metrics (opendatahub-io#316) * Update s2i-lab-elyra notebook image to v0.0.7 (opendatahub-io#380) This change will update the version of Elyra in the container to v2.2.1 * Update JH image to fix GPU setting and CI issue (opendatahub-io#392) * clipboard annotation set with image name and python dependency details (opendatahub-io#390) * Update chromedriver version to fix selenium-based tests * Adding docs for the SKIP_OPERATOR_INSTALL env var in tests * Adding more optional parameters to the Makefile for running local tests * Split the JSP configmap into profiles and sizes (opendatahub-io#398) * Update OpenShift Pipelines starting version to v1.3.1 (opendatahub-io#402) OpenShift Pipelines renamed their CSV to redhat-openshift-pipelines with version v1.3.1. * Update JupyterHub to v0.2.8 (opendatahub-io#406) * refactor into folders (opendatahub-io#400) * Update Strimzi Kafka Operator Subscription to v0.22.x Update Kafka CR (opendatahub-io#405) * Image details set in annotation for gpu images (opendatahub-io#408) * Add archive of pods & events during CI runs (opendatahub-io#403) * Add Trino kustomize manifests (opendatahub-io#373) * Add Trino kustomize manifests * Fixes to get the hive metastore deployment working * Replace accept with allow for postgres connection * Put env var values in quotes * Update vars and parameterize some fields, update the image used for trino * Parameterize DB secret in hive-metastore * Set limits for tests * remove zero widht space chars * Update elyra notebook image to v0.0.8 (opendatahub-io#419) * update seldon operator to 1.7.0 (opendatahub-io#397) * feat(prometheus): Upgrade operator to 0.47.0 (opendatahub-io#399) Co-authored-by: Chad Roberts <croberts@redhat.com> Co-authored-by: khebhut[bot] <64544372+khebhut[bot]@users.noreply.github.com> Co-authored-by: Kebechet <noreply+kebechet@redhat.com> Co-authored-by: Landon LaSmith <2432396+LaVLaS@users.noreply.github.com> Co-authored-by: Alex Corvin <accorvin@live.com> Co-authored-by: Will Eaton <wseaton@users.noreply.github.com> Co-authored-by: Anand Sanmukhani <asanmukh@redhat.com> Co-authored-by: Vaclav Pavlin <vaclav.pavlin@gmail.com> Co-authored-by: Maroš Roman <60748071+mroman-redhat@users.noreply.github.com> Co-authored-by: Alan Chin <akchin@us.ibm.com> Co-authored-by: Shoubhik Bose <shbose@redhat.com> Co-authored-by: Anish Asthana <anishasthana1@gmail.com> Co-authored-by: Harshad Reddy Nalla <hnalla@redhat.com> Co-authored-by: mroman-redhat <mroman@redhat.com> Co-authored-by: strangiato <trevorroyer@gmail.com> Co-authored-by: Trevor Royer <troyer@redhat.com> Co-authored-by: Hema Veeradhi <hema.veeradhi@gmail.com> Co-authored-by: Maulik Shah <maulik.shah1995@gmail.com> Co-authored-by: Ricardo Martinelli de Oliveira <rmartine@redhat.com> Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
1 parent d9932ea commit 8b0d6e6

70 files changed

Lines changed: 727 additions & 4737 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.aicoe-ci.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
check: []
1+
check:
2+
- thoth-build
3+
build:
4+
build-stratergy: "Dockerfile"
5+
registry: "quay.io"
6+
registry-org: "modh"
7+
registry-project: "odh-manifests"
8+
registry-secret: "modh-pusher-secret"

.dockerignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.git
2+
.dockerignore
3+
.gitignore
4+
Dockerfile
5+
Containerfile
6+
tests
7+
LICENSE
8+
Makefile
9+
OWNERS
10+
*.md
11+
.aicoe-ci.yaml

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from registry.access.redhat.com/ubi8/ubi-minimal:latest
2+
3+
RUN microdnf install -y tar gzip && microdnf clean all && rm -rf /var/cache/yum
4+
5+
COPY . /opt/manifests
6+
RUN cd /opt && \
7+
tar -czf odh-manifests.tar.gz manifests && \
8+
rm -rf /opt/manifests

ai-library/README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

ai-library/cluster/base/crd.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

ai-library/operator/base/kustomization.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

ai-library/operator/base/operator.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

ai-library/operator/base/role-binding.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

ai-library/operator/base/role.yaml

Lines changed: 0 additions & 104 deletions
This file was deleted.

ai-library/operator/base/service-account.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)