Repository used to test td-agent-bit install and service enable/start using Kitchen and InSpec
- Chef Workstation
- AWS account
Used to install td-agent-bit on multiple distros
Tests to apply
export version=1.8.1
# export keypair=default-keypair
export AWS_SUBNET="subnet-NNNNN"
export AWS_PROFILE="default"
export AWS_REGION="eu-central-1"
export AWS_SPOT_PRICE="on-demand"
kitchen create --concurrency 10 --parallel
kitchen converge
kitchen verify
kitchen destroy --concurrency 10 --parallel
- Config changes
- Upgrades
- More distros
- Improve support