forked from redhat-cop/agnosticd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
post_workload.yml
25 lines (24 loc) · 1017 Bytes
/
post_workload.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
- name: Provide user info via cloudforms email
agnosticd_user_info:
msg: "{{ item }}"
loop:
- "These are important links for this demo:"
- ""
- "Instructions: https://{{ocp4_workload_3scale_demo_webapp_client_id}}-{{solex_project}}.{{ocp_apps_domain}}"
- ""
- "3scale Admin Console: https://3scale-admin.{{guid}}.{{ocp_apps_domain}}"
- "3scale Admin credentials:"
- " username: admin"
- " password: {{ threescale_admin_password }}"
- "3scale Developer Portal: https://3scale.{{guid}}.{{ocp_apps_domain}}"
- "Web Application URL: http://www-accidentalert-{{guid}}.{{ocp_apps_domain}}/accident.html"
- "Police credentials:"
- " username: statepolice"
- " password: password"
- "OpenShift Console: https://console-openshift-console.{{ocp_apps_domain}}"
- ""
- "Use your OPENTLC credentials to log into the OpenShift console."
- name: post_workload Tasks Complete
debug:
msg: "Post-Software checks completed successfully"