Patrick T. Rutledge III
2018-11-05 bf2be91407fc8d4eb26d0a38472710ccf3697452
commit | author | age
47812f 1 ---
20773c 2 become_override: false
0d6549 3 ocp_username: opentlc-mgr
22bb58 4
47812f 5 ocp_user_needs_quota: True
S 6
7 ocp_user_groups:
8   - OPENTLC-PROJECT-PROVISIONERS
9
74a702 10 ocp_project: fuse-ignite-{{guid}}
J 11
47812f 12 quota_requests_cpu: 5
S 13 quota_limits_cpu: 10
14
15 quota_requests_memory: '6Gi'
16 quota_limits_memory: '20Gi'
17
18 quota_configmaps: 10
19 quota_pods: 20
20 quota_persistentvolumeclaims: 20
21 quota_services: 30
22 quota_secrets: 30
23 quota_requests_storage: 50Gi
bc4eb2 24
955244 25 ocp_apps_domain: apps.{{subdomain_base}}
3bb8ff 26
8d24c3 27 build_status_retries: 20
J 28 build_status_delay: 20
29
fbeaba 30 deploy_status_retries: 30
H 31 deploy_status_delay: 45
8d24c3 32
3bb8ff 33 POSTGRESQL_MEMORY_LIMIT: 512Mi
J 34 PROMETHEUS_MEMORY_LIMIT: 255Mi
35 META_MEMORY_LIMIT: 1Gi
36 SERVER_MEMORY_LIMIT: 2Gi
ce0601 37 MAX_INTEGRATIONS_PER_USER: 5
3bb8ff 38
bc4eb2 39 # userId / password for AMQ used in syndesisio
0d6549 40 mq_username: amq
H 41 mq_password: topSecret
bc4eb2 42
7f2bb0 43
ce0601 44 ##########          community syndesis          #################
3b295f 45 #SYNDESIS_REGISTRY: docker.io
fb4da5 46 #SYNDESIS_REGISTRY_WEB_SUBCONTEXT: syndesis
J 47 #SYNDESIS_TAG: 1.3.10
48 #product_name: syndesis
49 #ignite_template_name: "{{ product_name }}"
7f2bb0 50
42ee4d 51 # Corresponds to community syndesis master branch:
J 52 #syndesisio_url: https://raw.githubusercontent.com/syndesisio/syndesis/master
53
54 # Corresponds to GPTE fork of community syndesis master branch
55 #   This branch implements the following:
ce0601 56 #       1)  DCs in a paused state
fb4da5 57 #syndesisio_url: https://raw.githubusercontent.com/gpe-mw-training/syndesis/gpte-{{SYNDESIS_TAG}}
J 58 #syndesisio_sa_yml:  "{{syndesisio_url}}/install/support/serviceaccount-as-oauthclient-restricted.yml"
59 #syndesisio_template_yml: "{{syndesisio_url}}/install/syndesis.yml"
ce0601 60 #################################################################
J 61
62
63
64 ##########          supported fuse ignite       #################
3b295f 65 SYNDESIS_REGISTRY: registry.access.redhat.com
fb4da5 66 SYNDESIS_REGISTRY_WEB_SUBCONTEXT: fuse7
J 67 product_name: fuse-ignite
7e8ee5 68
J 69 # Corresponds to GPTE fork of community syndesis master branch
70 #   This branch implements the following:
ce0601 71 #       1)  DCs in a paused state
fb4da5 72 ignite_template_name: "{{ product_name }}"
4f9b71 73 syndesisio_url: https://raw.githubusercontent.com/gpe-mw-training/fuse-online-install/1.3.x
fb4da5 74
J 75 fuse_ignite_is_yaml: "{{syndesisio_url}}/resources/fuse-ignite-image-streams.yml"
76 syndesisio_sa_yml:  "{{syndesisio_url}}/resources/serviceaccount-as-oauthclient-restricted.yml"
77 syndesisio_template_yml: "{{syndesisio_url}}/resources/fuse-ignite-ocp.yml"
ce0601 78 #################################################################
22bb58 79
ce0601 80
J 81
0d6549 82 #amq_template_name: amq63-basic
H 83 #amq_template_yml: "{{syndesisio_url}}/install/support/syndesis-amq.yml"