-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit-stack-odoo.yml
More file actions
57 lines (51 loc) · 1.38 KB
/
it-stack-odoo.yml
File metadata and controls
57 lines (51 loc) · 1.38 KB
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
# it-stack-odoo.yml — IT-Stack Module Manifest
# Module 13: Odoo ERP and business management
module:
name: odoo
number: "13"
repo: it-stack-dev/it-stack-odoo
version: "0.1.0"
phase: 3
category: business
server: lab-biz1
description: "Odoo ERP and business management"
upstream:
name: Odoo
image: odoo:17
license: LGPL-3.0
ports:
- 8069 (HTTP)
- 8072 (WebSocket)
labs:
- id: "13-01"
name: Standalone
docker_compose: docker/docker-compose.standalone.yml
test_script: tests/labs/test-lab-13-01.sh
- id: "13-02"
name: External Dependencies
docker_compose: docker/docker-compose.lan.yml
test_script: tests/labs/test-lab-13-02.sh
- id: "13-03"
name: Advanced Features
docker_compose: docker/docker-compose.advanced.yml
test_script: tests/labs/test-lab-13-03.sh
- id: "13-04"
name: SSO Integration
docker_compose: docker/docker-compose.sso.yml
test_script: tests/labs/test-lab-13-04.sh
- id: "13-05"
name: Advanced Integration
docker_compose: docker/docker-compose.integration.yml
test_script: tests/labs/test-lab-13-05.sh
- id: "13-06"
name: Production Deployment
docker_compose: docker/docker-compose.production.yml
test_script: tests/labs/test-lab-13-06.sh
resources:
cpu_cores: 2
ram_gb: 8
disk_gb: 20
health_check:
endpoint: /health
metrics_endpoint: /metrics
log_path: /var/log/odoo/