Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
The Zoomdata 3.7 has become Long Term Supported release.
  • Loading branch information
Denys Havrysh authored and vutny committed Nov 20, 2018
1 parent 7fb895e commit eb8a791
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 32 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
zoomdata-formula
================

3.7.0 (2018-11-20) **The Zoomdata 3.7 has become Long Term Supported release**

- Updated defaults to match the Zoomdata 3.7.0 recommended installation options
- Fixed ``zoomdata-consul`` service upgrade
- The ``zoomdata-edc-tez`` services has been deprecated and replaced with
```zoomdata-edc-hive`` (generic Hive datasource connector)
- Fixed the example of ``zoomdata-admin-server`` service properties
- Added the example of ElasticSearch backend configuration for
``zoomdata-tracing-server`` service
- Updated MySQL JDBC driver URL in the example

2.6.23 (2018-11-19) **The end of Active Support for the Zoomdata release 2.6**

- The Zoomdata 2.6 Long Term Support release has stopped receiving bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.23
3.7.0
34 changes: 17 additions & 17 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zoomdata:
gpgkey: 'https://repo.zoomdata.com/ZOOMDATA-GPG-KEY.pub'
# Repository branch from which the packages would be installed.
# This would be overridden by ``ZOOMDATA_RELEASE`` environment variable.
release: 3.6
release: 3.7

# Additional repositories under the ``base_url`` to get packages from
repositories:
Expand Down Expand Up @@ -62,10 +62,10 @@ zoomdata:
# This would be overridden by ``ZOOMDATA_VERSION`` environment variable.
{%- if grains['os'] == 'Ubuntu' %}
# Ubuntu-specific version template: EDIT NUMBERS BEFORE curly braces!
#version: "3.6.0-10+{{ grains['oscodename'] }}.stable"
#version: "3.7.0-3+{{ grains['oscodename'] }}.stable"
{%- else %}
# Packages version for RHEL/CentOS systems
#version: '3.6.0'
#version: '3.7.0'
{%- endif %}

# Zoomdata core packages to install
Expand All @@ -84,10 +84,10 @@ zoomdata:
# This would be overridden by ``ZOOMDATA_EDC_VERSION`` environment variable.
{%- if grains['os'] == 'Ubuntu' %}
# Ubuntu-specific version template: EDIT NUMBERS BEFORE curly braces!
#version: "3.6.0-3+{{ grains['oscodename'] }}.stable"
#version: "3.7.0-2+{{ grains['oscodename'] }}.stable"
{%- else %}
# Packages version for RHEL/CentOS systems
#version: '3.6.0'
#version: '3.7.0'
{%- endif %}

# Zoomdata EDC (datasource connector) packages to install
Expand All @@ -103,10 +103,10 @@ zoomdata:
- zoomdata-edc-elasticsearch-5.0
# The ElasticSearch 6.0 connector was added in Zoomdata 2.6.3
- zoomdata-edc-elasticsearch-6.0
- zoomdata-edc-impala
# The generic Hive connector is going to be added in Zoomdata 3.7.0
# The generic Hive connector was added in Zoomdata 3.7.0 version.
# COMMENT OUT FOR EARLIER RELEASES. Use the ``zoomdata-edc-tez`` package.
- zoomdata-edc-hive
- zoomdata-edc-impala
- zoomdata-edc-memsql
- zoomdata-edc-mongo
- zoomdata-edc-mssql
Expand All @@ -117,7 +117,7 @@ zoomdata:
- zoomdata-edc-redshift
- zoomdata-edc-rts
- zoomdata-edc-sparksql
# The Hive-on-Tez connector is going to be deprecated in Zoomdata 3.7.0
# The Hive-on-Tez connector was deprecated in Zoomdata 3.7.0
#- zoomdata-edc-tez

# Install JDBC jar drivers which are not packaged with Zoomdata connectors.
Expand All @@ -139,10 +139,10 @@ zoomdata:
# This would be overridden by ``ZOOMDATA_EDC_VERSION`` environment variable.
{%- if grains['os'] == 'Ubuntu' %}
# Ubuntu-specific version template: EDIT NUMBERS BEFORE curly braces!
#version: "3.6.0-1+{{ grains['oscodename'] }}.stable"
#version: "3.7.0-1+{{ grains['oscodename'] }}.stable"
{%- else %}
# Packages version for RHEL/CentOS systems
#version: '3.6.0'
#version: '3.7.0'
{%- endif %}

# Zoomdata microservice packages to install
Expand Down Expand Up @@ -355,7 +355,7 @@ zoomdata:
# The ElasticSearch 1.7 connector was deprecated in Zoomdata 2.6.1
#- zoomdata-edc-elasticsearch-1.7
# The ElasticSearch 2.0 connector was deprecated in Zoomdata 2.6.5
# - zoomdata-edc-elasticsearch-2.0
#- zoomdata-edc-elasticsearch-2.0
- zoomdata-edc-elasticsearch-5.0
# The ElasticSearch 6.0 connector was added in Zoomdata 2.6.3
- zoomdata-edc-elasticsearch-6.0
Expand All @@ -373,7 +373,7 @@ zoomdata:
#- zoomdata-edc-redshift
- zoomdata-edc-rts
- zoomdata-edc-sparksql
# The Hive-on-Tez connector is going to be deprecated in Zoomdata 3.7.0
# The Hive-on-Tez connector was deprecated in Zoomdata 3.7.0
#- zoomdata-edc-tez

# Former "microservices". These are flat file support services, i.e. used
Expand All @@ -384,14 +384,14 @@ zoomdata:
- zoomdata-stream-writer-postgresql
- zoomdata-upload-service

# Zoomdata core
- zoomdata-query-engine
- zoomdata-scheduler

# The X framebuffer was deprecated in Zoomdata 3.1 release. New screenshot
# service was introduced instead.
#- zoomdata-xvfb
- zoomdata-screenshot-service
#- zoomdata-screenshot-service

# Zoomdata core
- zoomdata-query-engine
- zoomdata-scheduler

# The admin service based on Spring Boot Admin is available since
# Zoomdata 3.5 release. This is optional and disabled by default.
Expand Down
22 changes: 8 additions & 14 deletions zoomdata/defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Default variables for the Zoomdata LTS 2.6 release deployment
# Default variables for the Zoomdata LTS 3.7 release deployment

zoomdata:
# Constants
Expand All @@ -12,7 +12,7 @@ zoomdata:
# Defaults which could be overridden in Pillar
base_url: 'http://repo.zoomdata.com'
gpgkey: 'https://repo.zoomdata.com/ZOOMDATA-GPG-KEY.pub'
release: '2.6'
release: '3.7'
repositories:
- tools
components:
Expand All @@ -29,7 +29,6 @@ zoomdata:
- zoomdata-consul
- zoomdata-query-engine
- zoomdata-scheduler
- zoomdata-xvfb

edc:
#version: 'latest'
Expand All @@ -38,6 +37,7 @@ zoomdata:
- zoomdata-edc-cloudera-search
- zoomdata-edc-elasticsearch-5.0
- zoomdata-edc-elasticsearch-6.0
- zoomdata-edc-hive
- zoomdata-edc-impala
- zoomdata-edc-memsql
- zoomdata-edc-mongo
Expand All @@ -49,7 +49,6 @@ zoomdata:
- zoomdata-edc-redshift
- zoomdata-edc-rts
- zoomdata-edc-sparksql
- zoomdata-edc-tez

jdbc:
drivers: {}
Expand All @@ -58,6 +57,7 @@ zoomdata:
microservices:
#version: 'latest'
packages:
- zoomdata-screenshot-service
- zoomdata-stream-writer
- zoomdata-upload-service

Expand Down Expand Up @@ -108,12 +108,6 @@ zoomdata:
merge: True
update: False
discard: True
zoomdata-spark-proxy:
path: '/etc/zoomdata/spark-proxy.properties'
properties: {}
merge: True
update: False
discard: True

tls:
name: zoomdata
Expand All @@ -124,6 +118,7 @@ zoomdata:
- zoomdata-edc-cloudera-search
- zoomdata-edc-elasticsearch-5.0
- zoomdata-edc-elasticsearch-6.0
- zoomdata-edc-hive
- zoomdata-edc-impala
#- zoomdata-edc-memsql
- zoomdata-edc-mongo
Expand All @@ -135,13 +130,12 @@ zoomdata:
#- zoomdata-edc-redshift
- zoomdata-edc-rts
- zoomdata-edc-sparksql
- zoomdata-edc-tez
#- zoomdata-screenshot-service
- zoomdata-stream-writer-postgresql
- zoomdata-upload-service
- zoomdata-query-engine
- zoomdata-scheduler
- zoomdata-stream-writer
- zoomdata-upload-service
- zoomdata
#- zoomdata-xvfb

setup:
timeout: 900
Expand Down

0 comments on commit eb8a791

Please sign in to comment.