From 0de5fb7186c3c64d5dd4cf52e1ad256189efb5af Mon Sep 17 00:00:00 2001 From: jonny <65790298+day0hero@users.noreply.github.com> Date: Tue, 1 Jul 2025 08:31:44 -0500 Subject: [PATCH 1/3] init for gpfs --- content/patterns/gpfs-tester/_index.adoc | 37 +++++++++++++++++++ .../gpfs-tester/mfd-getting-started.adoc | 14 +++++++ .../gpfs-tester/mfd-running-the-demo.adoc | 16 ++++++++ 3 files changed, 67 insertions(+) create mode 100644 content/patterns/gpfs-tester/_index.adoc create mode 100644 content/patterns/gpfs-tester/mfd-getting-started.adoc create mode 100644 content/patterns/gpfs-tester/mfd-running-the-demo.adoc diff --git a/content/patterns/gpfs-tester/_index.adoc b/content/patterns/gpfs-tester/_index.adoc new file mode 100644 index 000000000..438be154e --- /dev/null +++ b/content/patterns/gpfs-tester/_index.adoc @@ -0,0 +1,37 @@ +--- +title: GPFS Tester +date: 2025-07-01 +tier: sandbox +summary: This pattern demonstrates how Red Hat OpenShift Data Science and MLFlow can be used together to build an end-to-end MLOps platform. It demonstrates this using a credit card fraud detection use case. +rh_products: +- Red Hat OpenShift Container Platform +- Red Hat OpenShift Data Science +- Red Hat OpenShift Data Foundation +industries: +- financial services +aliases: /mlops-fraud-detection/ +pattern_logo: mlops-fraud-detection.png +links: + github: https://github.com/validatedpatterns-sandbox/gpfs-tester + install: gpfs-getting-started + arch: https://www.redhat.com/architect/portfolio/architecturedetail?ppid=6 + bugs: https://github.com/validatedpatterns-sandbox/gpfs-tester/issues + feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform +ci: gpfs +contributor: + name: Martin Jackson + contact: mailto:mhjacks@redhat.com + git: https://github.com/mhjacks +--- +:toc: +:imagesdir: /images +:_content-type: ASSEMBLY + +include::modules/mfd-about-mlops-fraud-detection.adoc[leveloffset=+1] + +include::modules/mfd-architecture.adoc[leveloffset=+1] + +[id="next-steps_mfd-index"] +== Next steps + +* link:mfd-getting-started[Deploy the management hub] using Helm. diff --git a/content/patterns/gpfs-tester/mfd-getting-started.adoc b/content/patterns/gpfs-tester/mfd-getting-started.adoc new file mode 100644 index 000000000..a33ecc2f9 --- /dev/null +++ b/content/patterns/gpfs-tester/mfd-getting-started.adoc @@ -0,0 +1,14 @@ +--- +title: Getting started +weight: 10 +aliases: /mlops-fraud-detection/mfd-getting-started/ +--- +:toc: +:imagesdir: /images +:_content-type: ASSEMBLY + +include::modules/mfd-deploying-mfd-pattern.adoc[leveloffset=1] + += Next Steps + +* link:../mfd-running-the-demo[Run the demo]. diff --git a/content/patterns/gpfs-tester/mfd-running-the-demo.adoc b/content/patterns/gpfs-tester/mfd-running-the-demo.adoc new file mode 100644 index 000000000..c44bd0480 --- /dev/null +++ b/content/patterns/gpfs-tester/mfd-running-the-demo.adoc @@ -0,0 +1,16 @@ +--- +title: Running the Fraud Detection Demo +weight: 10 +aliases: /mlops-fraud-detection/mfd-running-the-demo/ +--- +:toc: +:imagesdir: /images +:_content-type: ASSEMBLY +include::modules/comm-attributes.adoc[] + +include::modules/mfd-using-mfd-demo.adoc[leveloffset=1] + += Next Steps + +link:https://groups.google.com/g/validatedpatterns[Help & Feedback] +link:https://github.com/validatedpatterns/mlops-fraud-detection/issues[Report Bugs] \ No newline at end of file From 1ff0265865af6568c3c9e64b012ff58bbd7700bd Mon Sep 17 00:00:00 2001 From: day0hero Date: Tue, 1 Jul 2025 09:33:12 -0500 Subject: [PATCH 2/3] removing extraneous information from the docs card --- content/patterns/gpfs-tester/_index.adoc | 36 ++++++++++--------- .../gpfs-tester/mfd-getting-started.adoc | 14 -------- .../gpfs-tester/mfd-running-the-demo.adoc | 16 --------- 3 files changed, 19 insertions(+), 47 deletions(-) delete mode 100644 content/patterns/gpfs-tester/mfd-getting-started.adoc delete mode 100644 content/patterns/gpfs-tester/mfd-running-the-demo.adoc diff --git a/content/patterns/gpfs-tester/_index.adoc b/content/patterns/gpfs-tester/_index.adoc index 438be154e..83d4e5d2a 100644 --- a/content/patterns/gpfs-tester/_index.adoc +++ b/content/patterns/gpfs-tester/_index.adoc @@ -2,36 +2,38 @@ title: GPFS Tester date: 2025-07-01 tier: sandbox -summary: This pattern demonstrates how Red Hat OpenShift Data Science and MLFlow can be used together to build an end-to-end MLOps platform. It demonstrates this using a credit card fraud detection use case. +summary: This pattern demonstrates the integration of Global Parallel File System (GPFS/IBM Fusion) with Red Hat OpenShift rh_products: - Red Hat OpenShift Container Platform -- Red Hat OpenShift Data Science -- Red Hat OpenShift Data Foundation industries: -- financial services -aliases: /mlops-fraud-detection/ +- storage services +aliases: /gpfs-tester/ pattern_logo: mlops-fraud-detection.png links: github: https://github.com/validatedpatterns-sandbox/gpfs-tester - install: gpfs-getting-started - arch: https://www.redhat.com/architect/portfolio/architecturedetail?ppid=6 + install: https://github.com/validatedpatterns-sandbox/gpfs-tester bugs: https://github.com/validatedpatterns-sandbox/gpfs-tester/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform -ci: gpfs +//ci: gpfs contributor: name: Martin Jackson contact: mailto:mhjacks@redhat.com git: https://github.com/mhjacks --- -:toc: -:imagesdir: /images -:_content-type: ASSEMBLY -include::modules/mfd-about-mlops-fraud-detection.adoc[leveloffset=+1] +This pattern is under development. -include::modules/mfd-architecture.adoc[leveloffset=+1] +Please reference the link:https://github.com/validatedpatterns-sandbox/gpfs-tester[Git Repository] for more information. -[id="next-steps_mfd-index"] -== Next steps - -* link:mfd-getting-started[Deploy the management hub] using Helm. +//:toc: +//:imagesdir: /images +//:_content-type: ASSEMBLY +// +//include::modules/mfd-about-mlops-fraud-detection.adoc[leveloffset=+1] +// +//include::modules/mfd-architecture.adoc[leveloffset=+1] +// +//[id="next-steps_mfd-index"] +//== Next steps +// +//* link:mfd-getting-started[Deploy the management hub] using Helm. diff --git a/content/patterns/gpfs-tester/mfd-getting-started.adoc b/content/patterns/gpfs-tester/mfd-getting-started.adoc deleted file mode 100644 index a33ecc2f9..000000000 --- a/content/patterns/gpfs-tester/mfd-getting-started.adoc +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Getting started -weight: 10 -aliases: /mlops-fraud-detection/mfd-getting-started/ ---- -:toc: -:imagesdir: /images -:_content-type: ASSEMBLY - -include::modules/mfd-deploying-mfd-pattern.adoc[leveloffset=1] - -= Next Steps - -* link:../mfd-running-the-demo[Run the demo]. diff --git a/content/patterns/gpfs-tester/mfd-running-the-demo.adoc b/content/patterns/gpfs-tester/mfd-running-the-demo.adoc deleted file mode 100644 index c44bd0480..000000000 --- a/content/patterns/gpfs-tester/mfd-running-the-demo.adoc +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Running the Fraud Detection Demo -weight: 10 -aliases: /mlops-fraud-detection/mfd-running-the-demo/ ---- -:toc: -:imagesdir: /images -:_content-type: ASSEMBLY -include::modules/comm-attributes.adoc[] - -include::modules/mfd-using-mfd-demo.adoc[leveloffset=1] - -= Next Steps - -link:https://groups.google.com/g/validatedpatterns[Help & Feedback] -link:https://github.com/validatedpatterns/mlops-fraud-detection/issues[Report Bugs] \ No newline at end of file From ce3edcbbcf16efd8410c2876d81f42cebd97499e Mon Sep 17 00:00:00 2001 From: day0hero Date: Tue, 1 Jul 2025 10:20:12 -0500 Subject: [PATCH 3/3] updated summary --- content/patterns/gpfs-tester/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/patterns/gpfs-tester/_index.adoc b/content/patterns/gpfs-tester/_index.adoc index 83d4e5d2a..7e32e3e8c 100644 --- a/content/patterns/gpfs-tester/_index.adoc +++ b/content/patterns/gpfs-tester/_index.adoc @@ -2,7 +2,7 @@ title: GPFS Tester date: 2025-07-01 tier: sandbox -summary: This pattern demonstrates the integration of Global Parallel File System (GPFS/IBM Fusion) with Red Hat OpenShift +summary: This pattern demonstrates the integration of Global Parallel File System (GPFS/IBM Fusion) with Red Hat OpenShift and includes performance testing as part of the demo as a benefit to product teams and customers. rh_products: - Red Hat OpenShift Container Platform industries: