Skip to content

Commit

Permalink
Updated trigger template related repo values (#5096)
Browse files Browse the repository at this point in the history
* Adding new role for Object Detection AI/ML application setup

* Added Object Detection AI/ML App Setup

* Added triggers

* Update main.yml

* updated namespace

* UPdate

* removed ca

* Added pipeline for Model Build

* Update workload.yml

Added pipeline and pvc creation in workload.

* Update object-detection-rest-pipeline.yaml

* Update pvc-workspace.yaml

* Update workload.yml

* Update workload.yml

* Removed ca related files

* Update

* Fixed syntax

* Fixed syntax issue

* Update to fix syntax issue

* Update to fix syntax issue

* Update to fix syntax issue

* Update to fix syntax issue

* Update to fix syntax issue

* Update to fix syntax issue

* Update to fix syntax issue

* Update to fix syntax issue

* Updated as per best practice

* Updated ocp_username to rhods_username

* updated ocp_username to rhods_uername variable

* Updated gitea url variable

* updated git repo link

* Updated pvc to gp2 and fixed arc-model repo in pipeline

* Added workload removed and updated readme.doc

* Added triggers

* Added triggers and webhook to gitea

* update webhook without deleteing previous one

* variable for the user to create gitea route

* Fixed trailing space

* fixed trailing spaces in workload.yml

* New Role for Retail Use Case - AI/ML Object Detect Workshop

* Update readme

* Updated the default variables for these two roles

* Increased deplays as 10 retries not working

* Added web terminal to the cluster console

* Added delay for 'Wait for ready Jupyter Deployment' as it failed retrying in Single node configuration

* Updated workload for ArgoCD

* update

* update

* update

* updated gitops setup

* update

* update

* updated git repo to be updated file and location

* fixed line length

* Fixed line length

* update

* update

* updated the line split to fix tempalting issue

* updated the line split to fix tempalting issue

* Updated setup gitops

* updated setup git repos

* update

* fix git repo update

* Extended pipeline

* update

* updated pipeline related information

* Removed dual entry in trigger template

* Removed duplicates

* updated trigger template repo values

Co-authored-by: ritzshah <[email protected]>
Co-authored-by: sborenst <[email protected]>
Co-authored-by: GTPE Student <[email protected]>
Co-authored-by: Ritesh Shah <riteshshah@[email protected]>
  • Loading branch information
5 people authored Jul 13, 2022
1 parent 7ef1a2c commit 2ef73c7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@
{{ ocp4_workload_aiml_home_directory }}/{{
ocp4_workload_gitea_repo_retail_dev_gitops }}/base/trigger-template.yaml
state: present
regexp: " default: https://gitea.apps.cluster-guid.ocp4_base_domain/lab-user/retail-dev-gitops.git"
line: " default: https://gitea.apps.cluster-{{ guid }}.{{ ocp4_base_domain }}/{{
regexp: " value: https://gitea.apps.cluster-guid.ocp4_base_domain/lab-user/retail-dev-gitops.git"
line: " value: https://gitea.apps.cluster-{{ guid }}.{{ ocp4_base_domain }}/{{
ocp4_workload_gitea_aiml_user }}/retail-dev-gitops.git"

- name: >-
Expand All @@ -241,8 +241,8 @@
{{ ocp4_workload_aiml_home_directory }}/{{
ocp4_workload_gitea_repo_retail_dev_gitops }}/base/trigger-template.yaml
state: present
regexp: " default: https://gitea.apps.cluster-guid.ocp4_base_domain/lab-user/retail-prod-gitops.git"
line: " default: https://gitea.apps.cluster-{{ guid }}.{{ ocp4_base_domain }}/{{
regexp: " value: https://gitea.apps.cluster-guid.ocp4_base_domain/lab-user/retail-prod-gitops.git"
line: " value: https://gitea.apps.cluster-{{ guid }}.{{ ocp4_base_domain }}/{{
ocp4_workload_gitea_aiml_user }}/retail-prod-gitops.git"

- name: >-
Expand Down

0 comments on commit 2ef73c7

Please sign in to comment.