mdujava / tealc

Collection of deployments and tools for continuous testing of applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEALC CI/CD tooling

Collection of deployments and tools for continuous testing of applications

Requirements

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

Install tealc

ansible-playbook

cd install
ansible-galaxy collection install -r collections/requirements.yml
ansible-playbook tealc-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 tealc-play.yaml --senv ANSIBLE_RUN_TAGS=infra

Testing United 2023 slides

Testing United 2023

DevConf.cz 2022 presentation about TEALC in action

TEALC_ON_DEVCONF

License

About

Collection of deployments and tools for continuous testing of applications

License:Apache License 2.0


Languages

Language:Jinja 96.4%Language:Shell 2.5%Language:Python 0.9%Language:Dockerfile 0.3%Language:Makefile 0.0%