kmendez-redhat
2019-06-13 f801c1eb5e0dbaa681f92a2d89ef9b4d698d33c0
Security lab updates for RHPDS (#456)

* Use the summit version of the quay operator

* Update operator version to pull from quay.io

* Explicitly switch to the correct git commit

* Reduced default user count, added email directions
2 files modified
10 ■■■■ changed files
ansible/roles/ocp4-workload-security-compliance-lab/defaults/main.yml 4 ●●●● patch | view | raw | blame | history
ansible/roles/ocp4-workload-security-compliance-lab/tasks/post_workload.yml 6 ●●●● patch | view | raw | blame | history
ansible/roles/ocp4-workload-security-compliance-lab/defaults/main.yml
@@ -3,7 +3,7 @@
# Uncomment and set a value to take effect. Else, will use the defaults
admin_project: ocp-workshop
user_count_start: 1
num_users: 50
num_users: 5
#user_format: user%02d
user_format: user%d
user_password: "openshift"
@@ -107,4 +107,4 @@
nexus_admin_user: admin
nexus_admin_password: admin123
ocp_registry_route: unset
ocp_registry_route: unset
ansible/roles/ocp4-workload-security-compliance-lab/tasks/post_workload.yml
@@ -15,6 +15,10 @@
#
#####
- name: Print email text
  debug:
          msg: "user.info: Please run the instructor setup steps first, located here: https://github.com/RedHatDemos/SecurityDemos/blob/master/2019Labs/ProactiveSecurityCompliance/documentation/lab7-instructor-prep.adoc  Next, follow the lab directions located here: https://github.com/RedHatDemos/SecurityDemos/blob/master/2019Labs/ProactiveSecurityCompliance/documentation/lab7.adoc  Use a USERID of user1 when following the lab directions. OpenShift console: https://master.{GUID}.summit.opentlc.com  Username: user1 or admin, password: r3dh4t1!"
- name: post_workload Tasks Complete
  debug:
    msg: "post_workload Tasks - Completed"
    msg: "post_workload Tasks - Completed"