jbride
2018-06-28 043bc0868f7f88aebb435c05f681d65204af0f1d
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
26
27
28
29
---
become_override: false
ocp_username: jbride-redhat.com
 
ocp_user_needs_quota: True
 
ocp_user_groups:
  - OPENTLC-PROJECT-PROVISIONERS
 
quota_requests_cpu: 7
quota_limits_cpu: 15
 
quota_requests_memory: '8Gi'
quota_limits_memory: '25Gi'
 
quota_configmaps: 15
quota_pods: 30
quota_persistentvolumeclaims: 10
quota_services: 30
quota_secrets: 30
quota_requests_storage: 50Gi
 
ocp_apps_domain: apps.{{ocp_domain}}
 
build_status_retries: 20
build_status_delay: 20
 
deploy_status_retries: 15
deploy_status_delay: 20