|
1 | | -name: Deployment issue |
2 | | -description: Something went wrong with `lumilake deploy up/down/reset` or the Docker stack. |
| 1 | +name: Deployment / Installation |
| 2 | +description: Report an issue with installing or deploying Lumilake. |
3 | 3 | title: "[Deploy]: " |
4 | | -labels: ["deploy"] |
| 4 | +labels: ["deployment"] |
5 | 5 |
|
6 | 6 | body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: > |
| 10 | + Before submitting, please search |
| 11 | + [existing issues](https://github.com/mlsys-io/lumilake_OSS/issues?q=is%3Aissue+sort%3Acreated-desc+) |
| 12 | + to avoid duplicates. |
| 13 | +
|
7 | 14 | - type: dropdown |
8 | | - id: mode |
| 15 | + id: deployment |
9 | 16 | attributes: |
10 | | - label: Deploy mode |
| 17 | + label: Deployment method |
11 | 18 | options: |
12 | | - - lumid.data |
13 | | - - Direct PostgreSQL + S3 |
14 | | - - Server only |
| 19 | + - Local (uv / pip) |
| 20 | + - Docker Compose (dev) |
| 21 | + - Bundled FlowMesh stack |
| 22 | + - External FlowMesh |
| 23 | + - Other |
15 | 24 | validations: |
16 | 25 | required: true |
17 | 26 |
|
18 | | - - type: textarea |
| 27 | + - type: dropdown |
| 28 | + id: data_plane |
19 | 29 | attributes: |
20 | | - label: Command and output |
21 | | - description: | |
22 | | - Paste the exact command and full output (wrap in triple-backticks). |
23 | | - placeholder: | |
24 | | - ``` |
25 | | - $ uv run lumilake deploy up |
26 | | - [deploy] ... |
27 | | - ``` |
| 30 | + label: Data plane |
| 31 | + options: |
| 32 | + - lumid.data |
| 33 | + - Direct PostgreSQL + S3-compatible storage |
| 34 | + - Not configured yet |
| 35 | + - Multiple / unclear |
28 | 36 | validations: |
29 | 37 | required: true |
30 | 38 |
|
31 | 39 | - type: textarea |
32 | 40 | attributes: |
33 | | - label: .env (redacted) |
| 41 | + label: Describe the issue |
34 | 42 | description: | |
35 | | - Your ``.env`` with secrets redacted. |
| 43 | + What went wrong during installation or deployment? |
| 44 | + Include the commands you ran and the full error output. |
36 | 45 | placeholder: | |
37 | | - ```dotenv |
38 | | - LUMILAKE_SERVER_PORT="9000" |
39 | | - LUMILAKE_RUNTIME_ORCHESTRATOR_URL="http://127.0.0.1:18000" |
40 | | - LUMID_DATA_URL="http://127.0.0.1:9102" |
| 46 | + Steps to reproduce: |
| 47 | + 1. ... |
| 48 | +
|
| 49 | + ``` |
| 50 | + Error output |
41 | 51 | ``` |
42 | 52 | validations: |
43 | 53 | required: true |
44 | 54 |
|
45 | | - - type: textarea |
46 | | - attributes: |
47 | | - label: Container status and logs |
48 | | - description: | |
49 | | - Output of ``docker ps --filter name=lumilake`` plus |
50 | | - relevant ``docker logs <container>`` excerpts. |
51 | | -
|
52 | 55 | - type: textarea |
53 | 56 | attributes: |
54 | 57 | label: Environment |
| 58 | + description: > |
| 59 | + Lumilake version/commit, OS, Docker version, Docker Compose version, |
| 60 | + Python version, and runtime/data-plane mode. |
55 | 61 | value: | |
56 | 62 | - Lumilake version: |
57 | 63 | - OS: |
58 | 64 | - Docker version: |
59 | 65 | - Docker Compose version: |
| 66 | + - Python version: |
| 67 | + - Runtime / data plane: |
60 | 68 | validations: |
61 | 69 | required: true |
62 | 70 |
|
| 71 | + - type: textarea |
| 72 | + attributes: |
| 73 | + label: Relevant config / logs |
| 74 | + description: > |
| 75 | + Paste relevant .env settings with secrets redacted, container status, |
| 76 | + or logs. Use triple-backtick blocks. |
| 77 | +
|
63 | 78 | - type: checkboxes |
64 | 79 | attributes: |
65 | 80 | label: Before submitting |
|
0 commit comments