You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running an Ansible role, we should run a small test to ensure that the tools are actually working properly. Some examples:
Elasticsearch - index a small document
Hbase - write a new table row
Hadoop - create a file, run a map reduce job
Spark - run a wordcount
Kafka - produce some data to a topic
In the .travis.yml we could just add another line to the script: section that runs some python or Ansible code after it finishes provisioning the role.
The text was updated successfully, but these errors were encountered:
After running an Ansible role, we should run a small test to ensure that the tools are actually working properly. Some examples:
In the .travis.yml we could just add another line to the
script:
section that runs some python or Ansible code after it finishes provisioning the role.The text was updated successfully, but these errors were encountered: