forked from openedx-unsupported/configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edx_continuous_integration.yml
75 lines (75 loc) · 2 KB
/
edx_continuous_integration.yml
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
- name: Configure instance(s)
hosts: all
become: True
gather_facts: True
serial: 10
vars:
migrate_db: "yes"
roles:
- role: aws
when: COMMON_ENABLE_AWS_ROLE
- role: nginx
nginx_sites:
- cms
- lms
- xqueue
- learner_portal
- program_console
- prospectus
- edx_exams
- subscriptions
nginx_default_sites:
- lms
- docker-tools
- mysql
- role: edxlocal
tags: edxlocal
- memcache
- mongo_4_2
- role: redis
- { role: "edxapp", celery_worker: True, when: edxapp_containerized is defined and not edxapp_containerized }
- { role: "edxapp", when: edxapp_containerized is defined and not edxapp_containerized }
- { role: "testcourses", when: edxapp_containerized is defined and not edxapp_containerized }
- oraclejdk
- elasticsearch
- opensearch
- forum
- { role: "xqueue", update_users: True }
- edx_ansible
- analytics_api
- ecommerce
- credentials
- discovery
- role: registrar
when: REGISTRAR_ENABLED
- role: license_manager
when: LICENSE_MANAGER_ENABLED
- role: commerce_coordinator
when: COMMERCE_COORDINATOR_ENABLED
- role: enterprise_catalog
when: ENTERPRISE_CATALOG_ENABLED
- role: learner_portal
when: LEARNER_PORTAL_ENABLED
- role: program_console
when: PROGRAM_CONSOLE_ENABLED
- role: prospectus
when: PROSPECTUS_ENABLED
- role: authn
when: AUTHN_ENABLED
- role: payment
MFE_NAME: payment
when: PAYMENT_MFE_ENABLED
- role: mfe
MFE_NAME: learning
when: LEARNING_MFE_ENABLED
- role: mfe
MFE_NAME: ora-grading
when: ORA_GRADING_MFE_ENABLED
- { role: oauth_client_setup, when: edxapp_containerized is defined and not edxapp_containerized }
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- flower