Correct clustered gating job
The cluster gatting job was failing due to memory locking, which is impossible due to limited resources in the CI environment. This change disables memory locking in the clustered gate test. Change-Id: I0a146c41a1b82425539e014b1baee2011d464e05 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
3f70fc76d9
commit
6797da6b1e
@ -27,6 +27,8 @@ all_containers:
|
||||
address: "{{ ansible_host }}"
|
||||
netmask: "255.255.255.0"
|
||||
bridge: "{{ hostvars[physical_host]['ansible_default_ipv4']['alias'] }}"
|
||||
# CI nodes havee limited resources, locking the memory is impossible.
|
||||
elastic_memory_lock: false
|
||||
|
||||
children:
|
||||
elastic-logstash:
|
||||
@ -43,10 +45,6 @@ all_containers:
|
||||
ansible_host: 172.29.236.102
|
||||
ansible_user: root
|
||||
|
||||
elastic3:
|
||||
ansible_host: 172.29.236.103
|
||||
ansible_user: root
|
||||
|
||||
kibana:
|
||||
hosts:
|
||||
kibana0:
|
||||
|
Loading…
Reference in New Issue
Block a user