Skip to content

Solinea/ansible-role-sonobuoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ansible-role-sonobuoy

This role installs Heptio's sonobuoy for the purpose of conducting a 'smoke test' of a k8s environment.

Sonobuoy will gather a lot of data. But the only data we query for the smoke test is the final result of the end-to-end test. That is found in the e2e log here:

      sonobuoy/results/plugins/e2e/results/e2e.log

If the test result is a failure, query this log for additional information to explain the failure.

Example usage:

- hosts: kube-master[0]
  gather_facts: false
  roles:
    - { role: sonobuoy }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published