Evan Shortiss
2019-08-16 ad160ed07bd3b0db054639e8cafc94819a74411d
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Make sure we go back to default project
  shell: "oc project default"
 
- name: Create tenants
  include_tasks: ./create-tenants.yml
  with_sequence: start=1 end={{ eval_seed_users_count }} format=evals%02d
 
- name: Update webapp operator with RHTE 2019 lab repo
  command: oc patch webapp tutorial-web-app-operator -n webapp --type=merge -p '{"spec":{"template":{"parameters":{"WALKTHROUGH_LOCATIONS":"https://github.com/evanshortiss/rhte-2019-rhmi-lab-walkthrough"}}}}'
  retries: 10
  delay: 60