You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ka...@apache.org on 2020/04/28 11:44:38 UTC

[beam] branch master updated (164bef3 -> 0fadb4a)

This is an automated email from the ASF dual-hosted git repository.

kamilwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 164bef3  Merge pull request #11530: [BEAM-9824] Do not ignore chained Reshuffles on flink batch runner.
     add 590d819  [BEAM-8790] Kubernetes deployment for InfluxDB
     add daee062  [BEAM-8790] Local deployment of InfluxDB with docker-compose.yml
     new 0fadb4a  Merge pull request #11491: [BEAM-8790] InfluxDB deployment

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .test-infra/metrics/README.md                      |  28 ++---
 ...umeclaim.yaml => beam-influxdb-autobackup.yaml} |  40 ++++---
 ...am-influxdb-backups-persistentvolumeclaim.yaml} |   8 +-
 ...am-influxdb-storage-persistentvolumeclaim.yaml} |   8 +-
 .test-infra/metrics/beam-influxdb.yaml             | 117 +++++++++++++++++++++
 .test-infra/metrics/beamgrafana-deploy.yaml        |  40 +++++--
 .../metrics/build_and_publish_containers.sh        |   6 ++
 .test-infra/metrics/docker-compose.yml             |  35 ++++--
 .test-infra/metrics/grafana/Dockerfile             |   2 +-
 .../{beampostgresql.yaml => beaminfluxdb.yaml}     |  16 ++-
 .../provisioning/datasources/beampostgresql.yaml   |   8 +-
 11 files changed, 241 insertions(+), 67 deletions(-)
 copy .test-infra/metrics/{beam-grafana-logdata-persistentvolumeclaim.yaml => beam-influxdb-autobackup.yaml} (55%)
 copy .test-infra/metrics/{beam-grafana-logdata-persistentvolumeclaim.yaml => beam-influxdb-backups-persistentvolumeclaim.yaml} (88%)
 copy .test-infra/metrics/{beam-grafana-logdata-persistentvolumeclaim.yaml => beam-influxdb-storage-persistentvolumeclaim.yaml} (88%)
 create mode 100644 .test-infra/metrics/beam-influxdb.yaml
 copy .test-infra/metrics/grafana/provisioning/datasources/{beampostgresql.yaml => beaminfluxdb.yaml} (83%)


[beam] 01/01: Merge pull request #11491: [BEAM-8790] InfluxDB deployment

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kamilwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0fadb4af956410b4bead8ac53ed097ecd82586fb
Merge: 164bef3 daee062
Author: Kamil Wasilewski <ka...@polidea.com>
AuthorDate: Tue Apr 28 13:44:21 2020 +0200

    Merge pull request #11491: [BEAM-8790] InfluxDB deployment

 .test-infra/metrics/README.md                      |  28 ++---
 .../Dockerfile => beam-influxdb-autobackup.yaml}   |  37 +++++--
 ...am-influxdb-backups-persistentvolumeclaim.yaml} |  17 +--
 ...am-influxdb-storage-persistentvolumeclaim.yaml} |  17 +--
 .test-infra/metrics/beam-influxdb.yaml             | 117 +++++++++++++++++++++
 .test-infra/metrics/beamgrafana-deploy.yaml        |  40 +++++--
 .../metrics/build_and_publish_containers.sh        |   6 ++
 .test-infra/metrics/docker-compose.yml             |  35 ++++--
 .test-infra/metrics/grafana/Dockerfile             |   2 +-
 .../{beampostgresql.yaml => beaminfluxdb.yaml}     |  16 ++-
 .../provisioning/datasources/beampostgresql.yaml   |   8 +-
 11 files changed, 259 insertions(+), 64 deletions(-)