Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Use default config files #637

Merged
merged 11 commits into from
Dec 5, 2019
Merged

Commits on Nov 26, 2019

  1. stop overriding log4j configuration

    The log4j configuration template provided by this ansible role doesn't reflect current log4j configuration in elasticsearch 6.x and 7.x.
    Also this template doesn't contain any variable so everything is hardcoded inside.
    As we don't need to override any value inside, let's use standard elasticsearch log4j configuration file provided by elasticsearch package and stop overriding it with this role.
    jmlrt committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6217e94 View commit details
    Browse the repository at this point in the history
  2. remove deprecated MAX_THREADS option

    This option doesn't seem to exists anymore in elasticsearch. It's not present in current versions of system configuration provided by recent elasticsearch packages and there is no code using it inside elasticsearch.
    jmlrt committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    dc813ae View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. update system config to current version provided by elasticsearch pac…

    …kage
    
    This is removing lot of options deprecated since 6.0 like ES_JVM_OPTIONS, CONF_DIR, DATA_DIR and LOG_DIR (https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking_60_packaging_changes.html)
    jmlrt committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    36fe944 View commit details
    Browse the repository at this point in the history
  2. update jvm options to current version provided by elasticsearch package

    The jvm options template provided by this ansible role doesn't reflect current log4j configuration in elasticsearch 6.x and 7.x. This commit update it to default version provided in 6.x and 7.x elasticsearch standard packages.
    jmlrt committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    8d13c69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04438f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    c9e9ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbbda6 View commit details
    Browse the repository at this point in the history
  3. fix files mode syntax

    From Ansible doc (https://docs.ansible.com/ansible/latest/modules/template_module.html#template-module)
    For those used to /usr/bin/chmod remember that modes are actually octal numbers. You must either add a leading zero so that Ansible's YAML parser knows it is an octal number (like 0644 or 01777) or quote it (like '644' or '1777') so Ansible receives a string and can do its own conversion from string into number.
    Giving Ansible a number without following one of these rules will end up with a decimal number which will have unexpected results.
    jmlrt committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    bc7fc40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aed16c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    ea4d6cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'use-default-config-files' of github.com:jmlrt/ansible-e…

    …lasticsearch into use-default-config-files
    jmlrt committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    0b240ef View commit details
    Browse the repository at this point in the history