Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.13 KB

Automation Hub

Collection of deployments and tools for continuous testing of applications within Kubernetes

Requirements

ansible
oc
kubectl
jq
podman/docker #in case you want to use ansible navigator

Install automation-hub

ansible-playbook

cd install
ansible-galaxy collection install -r collections/requirements.yml
ansible-playbook automation-hub-play.yaml --tags=infra,strimzi-infra

makefile

ansible-galaxy collection install -r install/collections/requirements.yml
make install_infra install_strimzi 

ansible-navigator

cd install
ansible-navigator #default all tags
ansible-navigator run automation-hub-play.yaml --senv ANSIBLE_RUN_TAGS=infra

Testing United 2023 slides

Testing United 2023

DevConf.cz 2022 presentation about automation-hub in action

AUTOMATION_HUB_ON_DEVCONF

License