From b96c1de4da08e70edc15fb08fdb43725a8dc1e84 Mon Sep 17 00:00:00 2001 From: Ramon Perez Date: Thu, 9 May 2024 20:40:43 +1000 Subject: [PATCH] changed Reference from Seldon Deploy to Seldon Enterprise Platform (#5552) --- doc/source/conf.py | 6 +++--- examples/cicd/sig-mlops-jenkins-classic/README.md | 2 +- .../cicd/sig-mlops-jenkins-classic/jenkins_classic.ipynb | 2 +- .../models/image_classifier/promote_application.sh | 2 +- .../models/news_classifier/promote_application.sh | 2 +- .../grafana/configs/predictions-analytics-dashboard.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4b5a170d62..81771f43a5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ # -- Project information ----------------------------------------------------- project = "seldon-core" -copyright = "2021, Seldon Technologies Ltd" +copyright = "2024, Seldon Technologies Ltd" author = "Seldon Technologies Ltd" # The short X.Y version @@ -255,12 +255,12 @@ { "href": "https://deploy.seldon.io", "internal": False, - "title": "Seldon Deploy (Enterprise)", + "title": "Seldon Enterprise Platform", }, { "href": "https://github.com/SeldonIO/seldon-deploy-sdk#seldon-deploy-sdk", "internal": False, - "title": "Seldon Deploy SDK (Enterprise)", + "title": "Seldon Enterprise Platform SDK", }, ], } diff --git a/examples/cicd/sig-mlops-jenkins-classic/README.md b/examples/cicd/sig-mlops-jenkins-classic/README.md index cfcb67e310..10d1e8dc91 100644 --- a/examples/cicd/sig-mlops-jenkins-classic/README.md +++ b/examples/cicd/sig-mlops-jenkins-classic/README.md @@ -434,7 +434,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO export PR_RESULT=$(curl \ -u ${GIT_USERNAME}:${GIT_PASSWORD} \ -v -H "Content-Type: application/json" \ - -X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \ + -X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \ https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls) export ISSUE_NUMBER=$(echo \ $PR_RESULT | diff --git a/examples/cicd/sig-mlops-jenkins-classic/jenkins_classic.ipynb b/examples/cicd/sig-mlops-jenkins-classic/jenkins_classic.ipynb index 3e957a3326..c9bd3444e5 100644 --- a/examples/cicd/sig-mlops-jenkins-classic/jenkins_classic.ipynb +++ b/examples/cicd/sig-mlops-jenkins-classic/jenkins_classic.ipynb @@ -566,7 +566,7 @@ "export PR_RESULT=$(curl \\\n", " -u ${GIT_USERNAME}:${GIT_PASSWORD} \\\n", " -v -H \"Content-Type: application/json\" \\\n", - " -X POST -d \"{\\\"title\\\": \\\"SeldonDeployment Model Promotion Request - UUID: ${UUID}\\\", \\\"body\\\": \\\"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\\\", \\\"head\\\": \\\"${UUID}\\\", \\\"base\\\": \\\"master\\\" }\" \\\n", + " -X POST -d \"{\\\"title\\\": \\\"SeldonDeployment Model Promotion Request - UUID: ${UUID}\\\", \\\"body\\\": \\\"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\\\", \\\"head\\\": \\\"${UUID}\\\", \\\"base\\\": \\\"master\\\" }\" \\\n", " https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls)\n", "export ISSUE_NUMBER=$(echo \\\n", " $PR_RESULT |\n", diff --git a/examples/cicd/sig-mlops-jenkins-classic/models/image_classifier/promote_application.sh b/examples/cicd/sig-mlops-jenkins-classic/models/image_classifier/promote_application.sh index 3d0eda3200..ae5fe19576 100755 --- a/examples/cicd/sig-mlops-jenkins-classic/models/image_classifier/promote_application.sh +++ b/examples/cicd/sig-mlops-jenkins-classic/models/image_classifier/promote_application.sh @@ -47,7 +47,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO export PR_RESULT=$(curl \ -u ${GIT_USERNAME}:${GIT_PASSWORD} \ -v -H "Content-Type: application/json" \ - -X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \ + -X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \ https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls) export ISSUE_NUMBER=$(echo \ $PR_RESULT | diff --git a/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/promote_application.sh b/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/promote_application.sh index 06e177e025..5da110b12d 100755 --- a/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/promote_application.sh +++ b/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/promote_application.sh @@ -47,7 +47,7 @@ git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/${GITOPS_ORG}/${GITO export PR_RESULT=$(curl \ -u ${GIT_USERNAME}:${GIT_PASSWORD} \ -v -H "Content-Type: application/json" \ - -X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Deploy model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \ + -X POST -d "{\"title\": \"SeldonDeployment Model Promotion Request - UUID: ${UUID}\", \"body\": \"This PR contains the deployment for the Seldon Enterprise Platform model and has been allocated for review and approval for relevant manager.\", \"head\": \"${UUID}\", \"base\": \"master\" }" \ https://api.github.com/repos/$GITOPS_ORG/$GITOPS_REPO/pulls) export ISSUE_NUMBER=$(echo \ $PR_RESULT | diff --git a/monitoring/grafana/configs/predictions-analytics-dashboard.json b/monitoring/grafana/configs/predictions-analytics-dashboard.json index ee87057f8f..6b32d44f73 100644 --- a/monitoring/grafana/configs/predictions-analytics-dashboard.json +++ b/monitoring/grafana/configs/predictions-analytics-dashboard.json @@ -57,7 +57,7 @@ "height": "50", "panels": [ { - "content": "
\n Seldon Deploy Prediction API Dashboard\n
", + "content": "
\n Seldon Enterprise Platform Prediction API Dashboard\n
", "id": 27, "links": [], "mode": "html",