You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/14 09:27:17 UTC

[incubator-streampipes-installer] branch rel/0.67.0 updated (7ab2fb3 -> 81c7d75)

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

wiener pushed a change to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git.


    from 7ab2fb3  [hotfix] add missing slash
     new 36c5038  [STREAMPIPES-225] use single pipeline-elements-all-flink service
     new 81c7d75  [STREAMPIPES-239] add multiarch image for Flink

The 2 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:
 cli/deploy/standalone/jobmanager/docker-compose.yml   |  2 +-
 cli/deploy/standalone/taskmanager/docker-compose.yml  |  2 +-
 cli/environments/full                                 | 19 +++----------------
 compose/docker-compose.full.yml                       |  4 ++--
 k8s/README.md                                         |  2 +-
 .../external/flink/jobmanager-deployment.yaml         |  2 +-
 .../external/flink/taskmanager-deployment.yaml        |  2 +-
 7 files changed, 10 insertions(+), 23 deletions(-)


[incubator-streampipes-installer] 01/02: [STREAMPIPES-225] use single pipeline-elements-all-flink service

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

wiener pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git

commit 36c5038c0e616d019dcd819f3c363acd5895db83
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 11:23:04 2020 +0200

    [STREAMPIPES-225] use single pipeline-elements-all-flink service
---
 cli/environments/full | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/cli/environments/full b/cli/environments/full
index 2a7929d..be3d6a1 100644
--- a/cli/environments/full
+++ b/cli/environments/full
@@ -26,20 +26,7 @@ taskmanager
 zookeeper
 kafka
 influxdb
-sources-vehicle-simulator
 sources-watertank-simulator
-processors-aggregation-flink
-processors-enricher-flink
-processors-filters-jvm
-processors-geo-flink
-processors-image-processing-jvm
-processors-pattern-detection-flink
-processors-statistics-flink
-processors-transformation-flink
-processors-transformation-jvm
-processors-text-mining-jvm
-sinks-brokers-jvm
-sinks-databases-flink
-sinks-databases-jvm
-sinks-internal-jvm
-sinks-notifications-jvm
+sources-vehicle-simulator
+pipeline-elements-all-jvm
+pipeline-elements-all-flink


[incubator-streampipes-installer] 02/02: [STREAMPIPES-239] add multiarch image for Flink

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

wiener pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git

commit 81c7d755bd8e05f43c13563614cf9eced0ab4c66
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 11:24:40 2020 +0200

    [STREAMPIPES-239] add multiarch image for Flink
---
 cli/deploy/standalone/jobmanager/docker-compose.yml      | 2 +-
 cli/deploy/standalone/taskmanager/docker-compose.yml     | 2 +-
 compose/docker-compose.full.yml                          | 4 ++--
 k8s/README.md                                            | 2 +-
 k8s/templates/external/flink/jobmanager-deployment.yaml  | 2 +-
 k8s/templates/external/flink/taskmanager-deployment.yaml | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/cli/deploy/standalone/jobmanager/docker-compose.yml b/cli/deploy/standalone/jobmanager/docker-compose.yml
index df576ef..85e5cf1 100644
--- a/cli/deploy/standalone/jobmanager/docker-compose.yml
+++ b/cli/deploy/standalone/jobmanager/docker-compose.yml
@@ -16,7 +16,7 @@
 version: "3.4"
 services:
   jobmanager:
-    image: flink:1.9.1-scala_2.11
+    image: fogsyio/flink:1.9.1-scala_2.11
     command: jobmanager
     environment:
       - JOB_MANAGER_RPC_ADDRESS=jobmanager
diff --git a/cli/deploy/standalone/taskmanager/docker-compose.yml b/cli/deploy/standalone/taskmanager/docker-compose.yml
index a7c2122..cd2df35 100644
--- a/cli/deploy/standalone/taskmanager/docker-compose.yml
+++ b/cli/deploy/standalone/taskmanager/docker-compose.yml
@@ -16,7 +16,7 @@
 version: "3.4"
 services:
   taskmanager:
-    image: flink:1.9.1-scala_2.11
+    image: fogsyio/flink:1.9.1-scala_2.11
     depends_on:
       - jobmanager
     command: taskmanager
diff --git a/compose/docker-compose.full.yml b/compose/docker-compose.full.yml
index 002653b..faca282 100644
--- a/compose/docker-compose.full.yml
+++ b/compose/docker-compose.full.yml
@@ -151,7 +151,7 @@ services:
       spnet:
 
   jobmanager:
-    image: flink:1.9.1-scala_2.11
+    image: fogsyio/flink:1.9.1-scala_2.11
     command: jobmanager
     environment:
       - JOB_MANAGER_RPC_ADDRESS=jobmanager
@@ -160,7 +160,7 @@ services:
       spnet:
 
   taskmanager:
-    image: flink:1.9.1-scala_2.11
+    image: fogsyio/flink:1.9.1-scala_2.11
     depends_on:
       - jobmanager
     command: taskmanager
diff --git a/k8s/README.md b/k8s/README.md
index 3595870..f162386 100644
--- a/k8s/README.md
+++ b/k8s/README.md
@@ -26,7 +26,7 @@ StreamPipes k8s is a helm chart to deploy StreamPipes on Kubernetes.
 Requires Helm (https://helm.sh/) and an active connection to a kubernetes cluster with a running tiller server.
 
 Tested with:
-* K3s v1.18.6+k3s1 (6f56fa1d) with K8s v1.18.6
+* K3s v1.18.8+k3s1 (6b595318) with K8s v1.18.8
 * Helm v3.1.2
 
 ## Usage
diff --git a/k8s/templates/external/flink/jobmanager-deployment.yaml b/k8s/templates/external/flink/jobmanager-deployment.yaml
index e032ca5..8d6eeb5 100644
--- a/k8s/templates/external/flink/jobmanager-deployment.yaml
+++ b/k8s/templates/external/flink/jobmanager-deployment.yaml
@@ -30,7 +30,7 @@ spec:
     spec:
       containers:
         - name: jobmanager
-          image: flink:{{ .Values.external.flinkVersion }}
+          image: fogsyio/flink:{{ .Values.external.flinkVersion }}
           imagePullPolicy: {{ .Values.pullPolicy }}
           args: ["jobmanager"]
           ports:
diff --git a/k8s/templates/external/flink/taskmanager-deployment.yaml b/k8s/templates/external/flink/taskmanager-deployment.yaml
index 722b3e7..d172acf 100644
--- a/k8s/templates/external/flink/taskmanager-deployment.yaml
+++ b/k8s/templates/external/flink/taskmanager-deployment.yaml
@@ -30,7 +30,7 @@ spec:
     spec:
       containers:
         - name: taskmanager
-          image: "flink:{{ .Values.external.flinkVersion }}"
+          image: fogsyio/flink:{{ .Values.external.flinkVersion }}
           imagePullPolicy: {{ .Values.pullPolicy }}
           args: ["taskmanager"]
           ports: