Skip to content

Fail closed when Launchplane override payloads are required#68

Merged
cbusillo merged 1 commit into
mainfrom
fail-closed-launchplane-overrides
Jun 13, 2026
Merged

Fail closed when Launchplane override payloads are required#68
cbusillo merged 1 commit into
mainfrom
fail-closed-launchplane-overrides

Conversation

@cbusillo

Copy link
Copy Markdown
Owner

Summary

  • add Launchplane required-payload flags for Odoo instance overrides and website bootstrap
  • enforce those flags in startup and data workflow paths, including update-only data workflows
  • pass the new flags through devkit runtime env generation and document the runtime contract

Tests

  • uv run python -m unittest tests.test_odoo_website_bootstrap tests.test_docker_script_override_guards tests.test_odoo_data_workflows tests.test_runtime
  • uv run ruff format --check docker/scripts/odoo_website_bootstrap.py docker/scripts/run_odoo_startup.py docker/scripts/run_odoo_data_workflows.py odoo_devkit/local_runtime.py tests/test_odoo_website_bootstrap.py tests/test_docker_script_override_guards.py tests/test_odoo_data_workflows.py tests/test_runtime.py
  • uv run ruff check --diff docker/scripts/odoo_website_bootstrap.py docker/scripts/run_odoo_startup.py docker/scripts/run_odoo_data_workflows.py odoo_devkit/local_runtime.py tests/test_odoo_website_bootstrap.py tests/test_docker_script_override_guards.py tests/test_odoo_data_workflows.py tests/test_runtime.py
  • uv run ruff check docker/scripts/odoo_website_bootstrap.py docker/scripts/run_odoo_startup.py docker/scripts/run_odoo_data_workflows.py odoo_devkit/local_runtime.py tests/test_odoo_website_bootstrap.py tests/test_docker_script_override_guards.py tests/test_odoo_data_workflows.py tests/test_runtime.py

Notes

Pairs with the Launchplane runtime env handoff PR so shared/prod Odoo web containers receive the typed override payload and the runtime fails closed if it is missing.

@cbusillo cbusillo merged commit 1edd8aa into main Jun 13, 2026
4 checks passed
@cbusillo cbusillo deleted the fail-closed-launchplane-overrides branch June 13, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant