Wolfgang Kulhanek
2020-03-14 c37a78f35516ddd06f3430fcb2ea545175a83269
commit | author | age
a637ad 1 ---
WK 2 become_override: False
3 ocp_username: opentlc-mgr
4 silent: False
5
b4c5c6 6 # Default variables. Overwrite with a dictionary
1d687a 7 # ocp4_workload_quay_operator_vars
b4c5c6 8
998e0c 9 ocp4_workload_quay_operator_defaults:
WK 10   project: quay-enterprise
11   project_display: Red Hat Quay Registry
12   name: quay
d111f6 13
c37a78 14   # Quay starting CSV. Leave empty for current CSV
WK 15   # starting_csv: "quay.v1.0.2"
16   starting_csv: ""
d111f6 17
998e0c 18   # Verify successful deployment
WK 19   verify_deployment: true
d111f6 20
998e0c 21   # Image tag for Quay and Clair. Usually the same but can be set differently
WK 22   quay_image_tag:  "v3.2.0"
23   clair_image_tag: "v3.2.0"
5fac23 24
998e0c 25   # Enable Clair
WK 26   clair_enabled: True
27   # Clair Update Interval (Default 6h)
28   clair_update_interval: "10m"
b20b19 29
998e0c 30   # Quay Route. Should be overwritten
WK 31   route: ""
32
33   # Quay Superuser
34   superuser_username: quayadmin
35   superuser_email: rhpds-admins@redhat.com
36   # Super User Password needs to be at least 8 characters
37   # Will be generated with 12 random ascii characters if not defined
38   #superuser_password: ""
39
40   # Quay Config Password (username is always 'quayconfig'):
41   config_app_password: quayconfig
42
43   # Resources for Quay Database
44   quay_db_volume_size: 10Gi
45   quay_db_cpu_request: "100m"
46   quay_db_cpu_limit: "100m"
47   quay_db_memory_request: "128Mi"
48   quay_db_memory_limit: "128Mi"
49
50   # Resources for Clair Database
51   clair_db_cpu_request: "100m"
52   clair_db_cpu_limit: "100m"
53   clair_db_memory_request: "128Mi"
54   clair_db_memory_limit: "128Mi"
55
56   # Resources for Quay
57   quay_volume_size: 15Gi
58   quay_cpu_request: "1"
59   quay_cpu_limit: "2"
60   quay_memory_request: "6Gi"
61   quay_memory_limit: "6Gi"
62
63   # Resources for Clair
64   clair_cpu_request: "200m"
65   clair_cpu_limit: "500m"
66   clair_memory_request: "1Gi"
67   clair_memory_limit: "1Gi"
68
69   # Resources for Redis
70   redis_cpu_request: "100m"
71   redis_cpu_limit: "100m"
72   redis_memory_request: "128Mi"
73   redis_memory_limit: "128Mi"
74
75   # Resources for Quay Config Pod
76   config_cpu_request: "400m"
77   config_cpu_limit: "400m"
78   config_memory_request: "512Mi"
79   config_memory_limit: "512Mi"
80
81   # Certificates
82   # Pass these certificates. Otherwise the role will try to determine if
83   # the bastion has usable certificates (from the ocp4-workload-enable-letsencrypt role) in
84   # $HOME/certificates and use those.
85   ssl_certificate: ""
86   ssl_key: ""
a637ad 87
WK 88 # Access Credentials for Quay.io to pull Red Hat Quay
89 # Should be overwritten via base64 encoded Global Variables !!!
90 # reference https://access.redhat.com/solutions/3533201
1d687a 91 # ocp4_workload_quay_operator_secrets:
998e0c 92 #   quay_dockerconfigjson: 'pull_secret'
1598bb 93
998e0c 94 # Internal variables. Don't set or change
WK 95 ocp4_workload_quay_operator_quay_route: ""
96 ocp4_workload_quay_operator_superuser_password: ""
97 ocp4_workload_quay_operator_ssl_certificate: ""
98 ocp4_workload_quay_operator_ssl_key: ""