release: make molecule tests component versions explicit and point them to release v4.0.2

This commit is contained in:
neonmei 2020-11-25 10:33:41 -03:00
parent 333816831a
commit 8f51445878
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E
3 changed files with 40 additions and 10 deletions

View File

@ -12,6 +12,19 @@ manager_addresses: "{{ managers_hostvars | map(attribute='private_ip') | list }}
elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}" elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}"
kibana_addresses: "{{ kibana_hostvars | map(attribute='private_ip') | list }}" kibana_addresses: "{{ kibana_hostvars | map(attribute='private_ip') | list }}"
########################################################
# Versions
elastic_stack_version: 7.9.3
filebeat_version: 7.9.3
# Debian packages need the ${VERSION}-1
wazuh_manager_version: 4.0.2-1
wazuh_agent_version: 4.0.2-1
# Kibana role appends it automatically.
wazuh_version: 4.0.2
######################################################## ########################################################
# General ELK stack variables # General ELK stack variables
@ -22,6 +35,3 @@ kibana_xpack_security: true
elasticsearch_xpack_security: true elasticsearch_xpack_security: true
elasticsearch_xpack_security_user: elastic elasticsearch_xpack_security_user: elastic
elasticsearch_xpack_security_password: elastic_pass elasticsearch_xpack_security_password: elastic_pass
elastic_stack_version: 7.9.3
filebeat_version: 7.9.3

View File

@ -10,4 +10,14 @@ elastic_hostvars: "{{ groups['elastic'] | map('extract', hostvars) | list }}"
manager_addresses: "{{ managers_hostvars | map(attribute='private_ip') | list }}" manager_addresses: "{{ managers_hostvars | map(attribute='private_ip') | list }}"
elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}" elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}"
########################################################
# Versions
elastic_stack_version: 7.9.3 elastic_stack_version: 7.9.3
filebeat_version: 7.9.3
# Debian packages need the ${VERSION}-1
wazuh_manager_version: 4.0.2-1
wazuh_agent_version: 4.0.2-1
# Kibana role appends it automatically.
wazuh_version: 4.0.2

View File

@ -15,12 +15,6 @@ kibana_addresses: "{{ kibana_hostvars | map(attribute='private_ip') | list }}"
######################################################## ########################################################
# General ELK stack variables # General ELK stack variables
# Cluster Settings
#es_version: "7.9.1"
#es_major_version: "7.x"
#opendistro_version: 1.10.1
filebeat_version: 7.9.1
# OpenDistro # OpenDistro
kibana_opendistro_security: true kibana_opendistro_security: true
@ -34,4 +28,20 @@ opendistro_admin_password: changeme
# All nodes are called by IP name # All nodes are called by IP name
elasticsearch_node_name: '{{ ansible_hostname }}' elasticsearch_node_name: '{{ ansible_hostname }}'
kibana_node_name: '{{ ansible_hostname }}' kibana_node_name: '{{ ansible_hostname }}'
filebeat_node_name: '{{ ansible_hostname }}' filebeat_node_name: '{{ ansible_hostname }}'
########################################################
# Versions
# See: https://opendistro.github.io/for-elasticsearch-docs/version-history/
elastic_stack_version: 7.9.1
opendistro_version: 1.11.0
filebeat_version: 7.9.1
kibana_opendistro_version: -1.11.0-1
# Debian packages need the ${VERSION}-1
wazuh_manager_version: 4.0.2-1
wazuh_agent_version: 4.0.2-1
# Kibana role appends it automatically.
wazuh_version: 4.0.2