adding execution scenario for elasticsearch test
This commit is contained in:
parent
902658bd86
commit
38d954aeaa
@ -3,4 +3,4 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- { role: wazuh/ansible-wazuh-manager, wazuh_manager_config.cluster.disable: 'no' }
|
- { role: wazuh/ansible-wazuh-manager, wazuh_manager_config.cluster.disable: 'no' }
|
||||||
- { role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'elasticsearch:9200' }
|
- { role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'elasticsearch:9200' }
|
||||||
@ -61,6 +61,22 @@ provisioner:
|
|||||||
group_vars:
|
group_vars:
|
||||||
all:
|
all:
|
||||||
elasticsearch_jvm_xms: 512
|
elasticsearch_jvm_xms: 512
|
||||||
|
scenario:
|
||||||
|
name: elasticsearch
|
||||||
|
test_sequence:
|
||||||
|
- lint
|
||||||
|
- dependency
|
||||||
|
- cleanup
|
||||||
|
- destroy
|
||||||
|
- syntax
|
||||||
|
- create
|
||||||
|
- prepare
|
||||||
|
- converge
|
||||||
|
#- idempotence
|
||||||
|
- side_effect
|
||||||
|
- verify
|
||||||
|
- cleanup
|
||||||
|
- destroy
|
||||||
verifier:
|
verifier:
|
||||||
name: testinfra
|
name: testinfra
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user