Tests for scripts, templates and mlock all on multi node installs

This commit is contained in:
Dale McDiarmid 2015-11-26 14:45:00 +00:00
parent dc9b2dd53c
commit bddb7ee20b
3 changed files with 64 additions and 3 deletions

View file

@ -14,4 +14,4 @@
#If the user attempts to lock memory they must specify a heap size
- fail: msg="If locking memory with bootstrap.mlockall a heap size must be specified"
when: es_config['bootstrap.mlockall'] == True and es_heap_size is not defined
when: es_config['bootstrap.mlockall'] is defined and es_config['bootstrap.mlockall'] == True and es_heap_size is not defined