Skip to content

Commit 44260d2

Browse files
authored
Merge pull request #228 from TroyNelson11/fix/undo-bad-merge
Revert "Merge pull request #227 from TroyNelson11/recovered-work"
2 parents 1fb11f1 + 7acf262 commit 44260d2

File tree

67 files changed

+1753
-499
lines changed

Some content is hidden

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

67 files changed

+1753
-499
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This repository contains the code, instructions, resources and materials associated with the Lab called **Parasol Insurance Workshop**.
66

7-
To consult the static version of the instructions, please use [this URL](https://troynelson11.github.io/parasol-insurance/modules/index.html)
7+
To consult the static version of the instructions, please use [this URL](https://rh-aiservices-bu.github.io/parasol-insurance/)
88

99
If you want to participate in the creation and update of this content, please consult the sections below.
1010

app/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44

55
WORKDIR /tmp
66

7-
RUN git clone https://github.com/TroyNelson11/parasol-insurance.git
7+
RUN git clone https://github.com/rh-aiservices-bu/parasol-insurance.git
88

99
FROM registry.access.redhat.com/ubi9/nodejs-18
1010

app/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "Backend for the RAG Chatbot Patternfly.",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://https://github.com/TroyNelson11/parasol-insurance.git"
7+
"url": "git+https://https://github.com/rh-aiservices-bu/parasol-insurance.git"
88
},
9-
"homepage": "https://github.com/TroyNelson11/parasol-insurance/README.md",
9+
"homepage": "https://github.com/rh-aiservices-bu/parasol-insurance/README.md",
1010
"bugs": {
11-
"url": "https://github.com/TroyNelson11/parasol-insurance/issues"
11+
"url": "https://github.com/rh-aiservices-bu/parasol-insurance/issues"
1212
},
1313
"license": "MIT",
1414
"private": true,

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"private": true,
88
"repository": {
99
"type": "git",
10-
"url": "git+https://https://github.com/TroyNelson11/parasol-insurance.git"
10+
"url": "git+https://https://github.com/rh-aiservices-bu/parasol-insurance.git"
1111
},
12-
"homepage": "https://github.com/TroyNelson11/parasol-insurance/README.md",
12+
"homepage": "https://github.com/rh-aiservices-bu/parasol-insurance/README.md",
1313
"bugs": {
14-
"url": "https://github.com/TroyNelson11/parasol-insurance/issues"
14+
"url": "https://github.com/rh-aiservices-bu/parasol-insurance/issues"
1515
},
1616
"engines": {
1717
"node": ">=18.0.0"

bootstrap/applicationset/applicationset-bootstrap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
project: default
5959
source:
60-
repoURL: "https://github.com/TroyNelson11/parasol-insurance.git"
60+
repoURL: "https://github.com/rh-aiservices-bu/parasol-insurance.git"
6161
targetRevision: main
6262
path: "{{path}}"
6363
destination:

bootstrap/ic-rhoai-configuration/base/workbench-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
opendatahub.io/notebook-image-name: CUSTOM - Parasol Insurance Claim Processing Lab Workbench
1010
opendatahub.io/notebook-image-order: "01"
1111
opendatahub.io/notebook-image-url: >-
12-
https://github.com/TroyNelson11/parasol-insurance/tree/main/bootstrap/workbench-image
12+
https://github.com/rh-aiservices-bu/parasol-insurance/tree/main/bootstrap/workbench-image
1313
opendatahub.io/recommended-accelerators: "[]"
1414
argocd.argoproj.io/sync-wave: "1"
1515
name: ic-workbench

bootstrap/ic-shared-database/base/populate-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- -ec
2626
- |-
2727
cd /opt/app-root/src
28-
git clone https://github.com/TroyNelson11/parasol-insurance.git && cd parasol-insurance && git checkout $BRANCH_NAME
28+
git clone https://github.com/rh-aiservices-bu/parasol-insurance.git && cd parasol-insurance && git checkout $BRANCH_NAME
2929
3030
cat << 'EOF' | python3
3131
import boto3, os, botocore

bootstrap/ic-user-projects/base/create-projects-and-resources-job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
openshift.io/display-name: $USER_PROJECT
7171
labels:
7272
kubernetes.io/metadata.name: $USER_PROJECT
73-
modelmesh-enabled: 'false'
73+
# modelmesh-enabled: 'true'
7474
opendatahub.io/dashboard: 'true'
7575
name: $USER_PROJECT
7676
spec:
@@ -530,7 +530,7 @@ spec:
530530
args:
531531
- -ec
532532
- |-
533-
pod_name=\$(oc get pods --selector=app=$WORKBENCH_NAME -o jsonpath='{.items[0].metadata.name}') && oc exec \$pod_name -- bash -c "git clone https://github.com/TroyNelson11/parasol-insurance && cd parasol-insurance && git checkout $BRANCH_NAME"
533+
pod_name=\$(oc get pods --selector=app=$WORKBENCH_NAME -o jsonpath='{.items[0].metadata.name}') && oc exec \$pod_name -- bash -c "git clone https://github.com/rh-aiservices-bu/parasol-insurance && cd parasol-insurance && git checkout $BRANCH_NAME"
534534
restartPolicy: Never
535535
EOF
536536
@@ -581,7 +581,7 @@ spec:
581581
policies:
582582
- 'p, proj:project-$USER_PROJECT:ci-role, applications, *, project-$USER_PROJECT/*, allow'
583583
sourceRepos:
584-
- 'https://github.com/TroyNelson11/parasol-insurance.git'
584+
- 'https://github.com/rh-aiservices-bu/parasol-insurance.git'
585585
EOF
586586
587587
if (( i % USER_BATCH_SIZE == 0 )); then

bootstrap/ic-user-projects/base/create-projects-and-resources.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ metadata:
4646
openshift.io/display-name: $USER_PROJECT
4747
labels:
4848
kubernetes.io/metadata.name: $USER_PROJECT
49-
modelmesh-enabled: 'false'
49+
# modelmesh-enabled: 'true'
5050
opendatahub.io/dashboard: 'true'
5151
name: $USER_PROJECT
5252
spec:
@@ -496,7 +496,7 @@ spec:
496496
args:
497497
- -ec
498498
- |-
499-
pod_name=\$(oc get pods --selector=app=$WORKBENCH_NAME -o jsonpath='{.items[0].metadata.name}') && oc exec \$pod_name -- git clone https://github.com/TroyNelson11/parasol-insurance && cd parasol-insurance && git checkout $BRANCH_NAME
499+
pod_name=\$(oc get pods --selector=app=$WORKBENCH_NAME -o jsonpath='{.items[0].metadata.name}') && oc exec \$pod_name -- git clone https://github.com/rh-aiservices-bu/parasol-insurance && cd parasol-insurance && git checkout $BRANCH_NAME
500500
restartPolicy: Never
501501
EOF
502502

bootstrap/ic-user-projects/base/tools/check-and-recreate-projects.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ metadata:
6363
openshift.io/display-name: $USER_PROJECT
6464
labels:
6565
kubernetes.io/metadata.name: $USER_PROJECT
66-
modelmesh-enabled: 'false'
66+
# modelmesh-enabled: 'true'
6767
opendatahub.io/dashboard: 'true'
6868
name: $USER_PROJECT
6969
spec:
@@ -519,7 +519,7 @@ spec:
519519
args:
520520
- -ec
521521
- |-
522-
pod_name=\$(oc get pods --selector=app=$WORKBENCH_NAME -o jsonpath='{.items[0].metadata.name}') && oc exec \$pod_name -- git clone https://github.com/TroyNelson11/parasol-insurance && cd parasol-insurance && git checkout $BRANCH_NAME
522+
pod_name=\$(oc get pods --selector=app=$WORKBENCH_NAME -o jsonpath='{.items[0].metadata.name}') && oc exec \$pod_name -- git clone https://github.com/rh-aiservices-bu/parasol-insurance && cd parasol-insurance && git checkout $BRANCH_NAME
523523
restartPolicy: Never
524524
EOF
525525

0 commit comments

Comments
 (0)