WIP - Pushing to oVirt (8GB ram and wazuh password)

This commit is contained in:
ts
2019-11-28 13:11:18 +00:00
parent 2da9fd06d7
commit c007a0c0cb
2 changed files with 2 additions and 1 deletions

View File

@@ -267,7 +267,7 @@ class ProjectFilesCreator
system.module_selections.each do |mod|
if mod.module_path_name.include? "elasticsearch"
memory = '4096'
memory = '8192'
end
end
memory

View File

@@ -15,5 +15,6 @@ if ($component == 'server') {
wazuh_register_endpoint => $kibana_elasticsearch_ip,
wazuh_reporting_endpoint => $kibana_elasticsearch_ip,
agent_name => 'test_name',
agent_auth_password => '6663484170b2c69451e01ba11f319533', #todo: obviously fix this - must be 32char
}
}