jbride
2019-03-05 9dd3c6af95e4c0504f4190d9b2c17994d45b928f
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
become_override: false
ocp_username: hchin-redhat.com
 
ocp_user_needs_quota: True
 
ocp_user_groups:
  - OPENTLC-PROJECT-PROVISIONERS
 
ocp_project: fuse-ignite-{{guid}}
 
quota_requests_cpu: 12
quota_limits_cpu: 20
 
quota_requests_memory: '6Gi'
quota_limits_memory: '20Gi'
 
quota_configmaps: 20
quota_pods: 20
quota_persistentvolumeclaims: 20
quota_services: 30
quota_secrets: 90
quota_requests_storage: 50Gi
 
ocp_apps_domain: apps.{{subdomain_base}}
 
build_status_retries: 20
build_status_delay: 20
 
deploy_status_retries: 25
deploy_status_delay: 20
 
# OCP Limit Range
pod_min_mem: 10Mi
pod_max_mem: 6Gi
container_max_mem: 4Gi
default_min_mem: 256Mi
default_max_mem: 1Gi
default_min_cpu: 250m
default_max_cpu: 1000m
 
POSTGRESQL_MEMORY_LIMIT: 512Mi
PROMETHEUS_MEMORY_LIMIT: 255Mi
META_MEMORY_LIMIT: 1Gi
SERVER_MEMORY_LIMIT: 2Gi
MAX_INTEGRATIONS_PER_USER: 25
 
# userId / password for AMQ used in syndesisio
mq_username: amq
mq_password: topSecret
 
 
 
##########          community syndesis          #################
#SYNDESIS_REGISTRY: docker.io
#SYNDESIS_REGISTRY_WEB_SUBCONTEXT: syndesis
#SYNDESIS_TAG: 1.3.10
#product_name: syndesis
#ignite_template_name: "{{ product_name }}"
 
# Corresponds to community syndesis master branch:
#syndesisio_url: https://raw.githubusercontent.com/syndesisio/syndesis/master
 
# Corresponds to GPTE fork of community syndesis master branch
#   This branch implements the following:
#       1)  DCs in a paused state
#syndesisio_url: https://raw.githubusercontent.com/gpe-mw-training/syndesis/gpte-{{SYNDESIS_TAG}}
#syndesisio_sa_yml:  "{{syndesisio_url}}/install/support/serviceaccount-as-oauthclient-restricted.yml"
#syndesisio_template_yml: "{{syndesisio_url}}/install/syndesis.yml"
#################################################################
 
 
 
##########          supported fuse ignite       #################
SYNDESIS_REGISTRY: registry.access.redhat.com
SYNDESIS_REGISTRY_WEB_SUBCONTEXT: fuse7
product_name: fuse-online-72
 
# Corresponds to GPTE fork of community syndesis master branch
#   This branch implements the following:
#       1)  DCs in a paused state
#ignite_template_name: "{{ product_name }}"
#syndesisio_url: https://raw.githubusercontent.com/gpe-mw-training/fuse-online-install/1.4.8
 
#fuse_ignite_is_yaml: "{{syndesisio_url}}/resources/fuse-online-image-streams.yml"
#syndesisio_sa_yml:  "{{syndesisio_url}}/resources/serviceaccount-as-oauthclient-restricted.yml"
#syndesisio_template_yml: "{{syndesisio_url}}/resources/fuse-online-template.yml"
#################################################################
 
 
 
#amq_template_name: amq63-basic
#amq_template_yml: "{{syndesisio_url}}/install/support/syndesis-amq.yml"