Skip to content

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