refactor(ansible): mark legacy entrypoints for removal#7059
Merged
Conversation
Phase 1 deprecation-marker step for the ansible entrypoint consolidation tracked in #7052. Every file below remains fully functional; Phase 2 (no earlier than 2026-05-24) deletes them together. - setup-dev-env.sh: adds a DEPRECATED header comment and prints a yellow warning banner to stderr at every invocation. - ansible/playbooks/universe.yaml, openadkit.yaml: superseded by install_dev_env.yaml. - ansible/playbooks/role_rmw_implementation.yaml: duplicate of install_rmw.yaml (was rmw.yaml). - ansible/playbooks/setup_acados.yaml, download_artifacts.yaml, install_rviz_theme.yaml, install_spconv.yaml: replace with install_dev_env.yaml + --tags. - ansible/playbooks/telegraf.yaml: no known callers. Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
mitsudome-r
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DEPRECATEDheader comments to 8 legacy ansible playbooks andsetup-dev-env.sh, pointing at replacements and a 2026-05-24 removal date.setup-dev-env.shalso prints a yellow deprecation banner to stderr on every invocation.Why
Phase 1 of the ansible entrypoint consolidation in #7052: give callers a migration window before Phase 2 deletes these files together.
Test plan
bash setup-dev-env.sh --help 2>&1 >/dev/null | head -3shows 3 yellow[DEPRECATED]lines.ansible-playbook --syntax-check ansible/playbooks/universe.yaml.