Feat/local test automation#793
Merged
kitsudaiki merged 4 commits intodevelopfrom Jan 1, 2026
Merged
Conversation
Added Vagrantfile and ansible playbook to deploy 3 libvirt-VMs with k3s kubernetes within them, install ainari on the k3s with pre-build local docker-images and run sdk-api-tests against the setup. For this some minor changes in the kubernetes-setup were necessary, like configurable image pull policy. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
In python, go, css and some other files in the license- header my mail-address behind the name was still missing. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
The new build-process had to be changed again in order to be able to build the docker-images within the CI. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
For the new test-installation with vagrant some basic documentation was added. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
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.
Pull Request
Description
Added local test automation with vagrant
Related Issues
How it was tested?