Skip to content

Commit

Permalink
Judd hybrid cloud even more user info (#5098)
Browse files Browse the repository at this point in the history
* add rhodh user data for single user

* emit gitea url to user_data

* Update workload.yml

Co-authored-by: klewis0928 <[email protected]>
  • Loading branch information
newgoliath and klewis0928 authored Jul 14, 2022
1 parent 37fd56f commit d3f0a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
- name: Print the Gitea route
agnosticd_user_info:
msg: "You can access Gitea via the URL {{ _ocp4_workload_gitea_operator_gitea_route }}"
data:
gitea_console_url: "{{ _ocp4_workload_gitea_operator_gitea_route }}"

- name: Wait for Gitea admin password to be set
when: ocp4_workload_gitea_operator_create_admin | bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
GUIDGRABBER-INFO: Password: 'openshift'
GUIDGRABBER-INFO: ODH Dashboard: https://{{ r_odh_dashboard_route.resources[0].spec.host }}
GUIDGRABBER-INFO: OpenShift console: https://{{ r_console_route.resources[0].spec.host }}
data:
rhodh_dashboard: "https://{{ r_odh_dashboard_route.resources[0].spec.host }}"
rhodh_password: openshift

- name: Report demo user info (for multi-user)
when: ocp4_workload_rhods_olm_is_workshop | bool
Expand Down

0 comments on commit d3f0a29

Please sign in to comment.