Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vf/v2 #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Vf/v2 #15

wants to merge 7 commits into from

Conversation

matbu
Copy link
Contributor

@matbu matbu commented May 2, 2022

No description provided.

matbu added 7 commits May 2, 2022 14:26
This commit refactor the way we build and call the container
for running Validations.
The new Validation Framework has now a proper CLI.
The container can benefit from it, examples:

1/ building the container:
./validation.py --build

2/ run a Validation with local inventory:
./validation.py --run -I installer/hosts.yaml --cmd run --validation check-ram --validation check-ram --inventory /root/inventory.yaml

3/ run a Validation with interactive option:
./validation.py --run -i

Starting container
Running podman run -ti -v/root/.ssh/id_rsa:/root/containerhost_private_key:z -v/root/validations:/root/validations:z localhost/validation validation
(validation) run --validation check-ram

Log files are store on the host:
ls /home/foo/validations/
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