Default to StackStorm 3.9.0 and add Ubuntu Jammy (22.04) support#337
Open
mamercad wants to merge 4 commits intoStackStorm:masterfrom
Open
Default to StackStorm 3.9.0 and add Ubuntu Jammy (22.04) support#337mamercad wants to merge 4 commits intoStackStorm:masterfrom
mamercad wants to merge 4 commits intoStackStorm:masterfrom
Conversation
- Set st2_version default to 3.9.0 in roles/StackStorm.st2/defaults/main.yml - Update README variables table and examples to 3.9.0 - Adjust note about latest vs pinned version
- Add jammy to meta/main.yml and all role meta platforms - Add roles/StackStorm.st2/vars/debian_22.yml for auth deps - Add ubuntu-22.04 platform to .kitchen.yml (packagingtest:jammy-systemd) - Add ubuntu22-stable and ubuntu22-unstable to CI matrix - Add Ubuntu Jammy to README supported platforms and developing section - Add ubuntu22 to Vagrantfile (ubuntu/jammy64)
- Create molecule/ubuntu22 scenario for Jammy testing - Add .github/workflows/e2e.yaml for automated E2E tests - Update build.yaml runners to ubuntu-22.04 for CI parity - Use ansible-core 2.18.12 (supported on Jammy, EOL-safe) - Add Makefile for local CI-matching test environment (.venv-ci) - Support internal CAs via EXTRA_CA_BUNDLE for pip/Ansible SSL - Add requirements-ci.txt with ansible-compat<3 (Molecule 3.6.1 compat) - Pin Python 3.11.12 via .tool-versions for asdf users - Document local testing setup in README.md Molecule tests work on amd64 CI runners (ubuntu-22.04). Local arm64/Mac testing requires Vagrant due to systemd/platform incompatibility in Docker.
- Add .venv-molecule/, .ansible/, and build/kitchen/.bundle/ to .gitignore - Remove all accidentally committed virtual environment files - These files were causing yamllint failures in CI
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.
Summary
Default StackStorm version to 3.9.0 (st2 is tagged v3.9.0)
roles/StackStorm.st2/defaults/main.yml:st2_version: "3.9.0"Add Ubuntu Jammy (22.04) support for StackStorm 3.9
jammytometa/main.ymland all role meta platforms (st2, st2repo, st2web, st2chatops, st2smoketests, mongodb, rabbitmq, redis, nginx, nodejs)roles/StackStorm.st2/vars/debian_22.ymlfor auth deps (python3-passlib).kitchen.yml(image:stackstorm/packagingtest:jammy-systemd).github/workflows/build.yamlvagrant up ubuntu22ubuntu/jammy64)Testing
ansible-playbook --syntax-check stackstorm.yml— passansible-playbook stackstorm.yml -i 'localhost,' --connection=local --list-tasks— role loads; pinned install path used for 3.9.0