From 68f0a7521accb2bdd544a5b9f20d06aa77802b39 Mon Sep 17 00:00:00 2001 From: Clemens Zagler Date: Mon, 8 Apr 2024 14:37:58 +0200 Subject: [PATCH] rename repo --- .github/workflows/meteorology-eurac-dc.yml | 2 +- .github/workflows/meteorology-eurac-tr.yml | 2 +- README.md | 2 +- collectors/google-spreadsheet/deploy.sh | 4 ++-- .../infrastructure/helm/centro_trevi.yaml | 2 +- .../helm/creative_industries.yaml | 2 +- .../helm/parking_offstreet_meranobolzano.yaml | 2 +- .../infrastructure/helm/sta_echarging.yaml | 2 +- .../infrastructure/helm/traffic_bluetooth.yaml | 2 +- .../infrastructure/helm/umadumm.yaml | 2 +- collectors/meteorology-eurac/deploy.sh | 4 ++-- .../infrastructure/helm/values.yaml | 2 +- .../parking-offstreet-meranobolzano/deploy.sh | 4 ++-- .../infrastructure/helm/values.yaml | 2 +- collectors/rest-poller/README.md | 13 +++++++++++++ collectors/rest-poller/ReadMe.txt | 18 ------------------ collectors/rest-poller/deploy.sh | 6 ++++-- .../infrastructure/helm/alperia.yaml | 2 +- .../rest-poller/infrastructure/helm/driwe.yaml | 2 +- .../helm/parking-offstreet-merano.yaml | 2 +- .../infrastructure/helm/route220.yaml | 2 +- transformers/emobility-echarging/deploy.sh | 4 ++-- .../infrastructure/helm/alperia_values.yaml | 2 +- .../infrastructure/helm/driwe_values.yaml | 2 +- .../infrastructure/helm/route220_values.yaml | 2 +- transformers/google-spreadsheet/deploy.sh | 4 ++-- .../infrastructure/helm/centro_trevi.yaml | 2 +- .../helm/creative_industries.yaml | 2 +- .../infrastructure/helm/sta_echarging.yaml | 2 +- .../infrastructure/helm/umadumm.yaml | 2 +- transformers/meteorology-eurac/deploy.sh | 4 ++-- .../infrastructure/helm/values.yaml | 2 +- .../parking-offstreet-meranobolzano/deploy.sh | 4 ++-- .../infrastructure/helm/values.yaml | 2 +- 34 files changed, 55 insertions(+), 58 deletions(-) create mode 100644 collectors/rest-poller/README.md delete mode 100644 collectors/rest-poller/ReadMe.txt diff --git a/.github/workflows/meteorology-eurac-dc.yml b/.github/workflows/meteorology-eurac-dc.yml index 40278c0..5e5152f 100644 --- a/.github/workflows/meteorology-eurac-dc.yml +++ b/.github/workflows/meteorology-eurac-dc.yml @@ -13,7 +13,7 @@ env: AWS_ACCESS_SECRET_KEY : ${{ secrets.AWS_ACCESS_SECRET_KEY }} JAVA_VERSION: 17 WORKING_DIRECTORY: collectors/meteorology-eurac - DOCKER_IMAGE: ghcr.io/noi-techpark/odh-v2-playground/meteorology-eurac-dc + DOCKER_IMAGE: ghcr.io/noi-techpark/opendatahub-collectors/meteorology-eurac-dc DOCKER_TAG: ${{ github.sha }} KUBERNETES_NAMESPACE: collector diff --git a/.github/workflows/meteorology-eurac-tr.yml b/.github/workflows/meteorology-eurac-tr.yml index 9ff7c65..adacf81 100644 --- a/.github/workflows/meteorology-eurac-tr.yml +++ b/.github/workflows/meteorology-eurac-tr.yml @@ -13,7 +13,7 @@ env: AWS_ACCESS_SECRET_KEY : ${{ secrets.AWS_ACCESS_SECRET_KEY }} JAVA_VERSION: 17 WORKING_DIRECTORY: transformers/meteorology-eurac - DOCKER_IMAGE: ghcr.io/noi-techpark/odh-v2-playground/meteorology-eurac-tr + DOCKER_IMAGE: ghcr.io/noi-techpark/opendatahub-collectors/meteorology-eurac-tr DOCKER_TAG: ${{ github.sha }} KUBERNETES_NAMESPACE: collector diff --git a/README.md b/README.md index 5ac19ae..b5e4c8e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Get raw data from a data provider and put it onto a message queue as is. The Ope Listen on the message queue for new data events. They fetch the raw data from the db, transform it and push the result to the Open Data Hub main database. ### Infrastructure -For more details on the infrastructure, including source code and configuration for the event system, see [our infrastructure repo](https://github.com/noi-techpark/odh-infrastructure-v2) +For more details on the infrastructure, including source code and configuration for the event system, see [our infrastructure repo](https://github.com/noi-techpark/infrastructure-v2) ### Migrated code Data collectors are initially migrated from [bdp-commons](https://github.com/noi-techpark/bdp-commons) \ No newline at end of file diff --git a/collectors/google-spreadsheet/deploy.sh b/collectors/google-spreadsheet/deploy.sh index 4b4c420..8de838d 100755 --- a/collectors/google-spreadsheet/deploy.sh +++ b/collectors/google-spreadsheet/deploy.sh @@ -3,8 +3,8 @@ RELEASETIME=`date +%s` (cd ../lib/ingress-mq; mvn clean install) \ && mvn clean compile package \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet:0.0.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet:0.0.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet:0.0.0 . -f infrastructure/docker/Dockerfile \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet:0.0.0 \ && helm upgrade --namespace collector --install dc-spreadsheets-google-sta-echarging ../../helm/generic-collector --values infrastructure/helm/sta_echarging.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install dc-spreadsheets-google-centro-trevi ../../helm/generic-collector --values infrastructure/helm/centro_trevi.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install dc-spreadsheets-google-creative-industries ../../helm/generic-collector --values infrastructure/helm/creative_industries.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ diff --git a/collectors/google-spreadsheet/infrastructure/helm/centro_trevi.yaml b/collectors/google-spreadsheet/infrastructure/helm/centro_trevi.yaml index 37b0a3e..04d0190 100644 --- a/collectors/google-spreadsheet/infrastructure/helm/centro_trevi.yaml +++ b/collectors/google-spreadsheet/infrastructure/helm/centro_trevi.yaml @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-centro-trevi fullnameOverride: dc-spreadsheets-google-centro-trevi image: - repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/google-spreadsheet/infrastructure/helm/creative_industries.yaml b/collectors/google-spreadsheet/infrastructure/helm/creative_industries.yaml index 857764a..4062751 100644 --- a/collectors/google-spreadsheet/infrastructure/helm/creative_industries.yaml +++ b/collectors/google-spreadsheet/infrastructure/helm/creative_industries.yaml @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-creative-industries fullnameOverride: dc-spreadsheets-google-creative-industries image: - repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/google-spreadsheet/infrastructure/helm/parking_offstreet_meranobolzano.yaml b/collectors/google-spreadsheet/infrastructure/helm/parking_offstreet_meranobolzano.yaml index 2dcca09..e2d5d30 100644 --- a/collectors/google-spreadsheet/infrastructure/helm/parking_offstreet_meranobolzano.yaml +++ b/collectors/google-spreadsheet/infrastructure/helm/parking_offstreet_meranobolzano.yaml @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-parking-offstreet-mebo fullnameOverride: dc-spreadsheets-google-parking-offstreet-mebo image: - repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/google-spreadsheet/infrastructure/helm/sta_echarging.yaml b/collectors/google-spreadsheet/infrastructure/helm/sta_echarging.yaml index 1c37e9f..6973751 100644 --- a/collectors/google-spreadsheet/infrastructure/helm/sta_echarging.yaml +++ b/collectors/google-spreadsheet/infrastructure/helm/sta_echarging.yaml @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-sta-echarging fullnameOverride: dc-spreadsheets-google-sta-echarging image: - repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/google-spreadsheet/infrastructure/helm/traffic_bluetooth.yaml b/collectors/google-spreadsheet/infrastructure/helm/traffic_bluetooth.yaml index ae12466..ac003d1 100644 --- a/collectors/google-spreadsheet/infrastructure/helm/traffic_bluetooth.yaml +++ b/collectors/google-spreadsheet/infrastructure/helm/traffic_bluetooth.yaml @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-traffic-bluetooth fullnameOverride: dc-spreadsheets-google-traffic-bluetooth image: - repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/google-spreadsheet/infrastructure/helm/umadumm.yaml b/collectors/google-spreadsheet/infrastructure/helm/umadumm.yaml index 8352acf..87610c0 100644 --- a/collectors/google-spreadsheet/infrastructure/helm/umadumm.yaml +++ b/collectors/google-spreadsheet/infrastructure/helm/umadumm.yaml @@ -6,7 +6,7 @@ nameOverride: dc-spreadsheets-google-umadumm fullnameOverride: dc-spreadsheets-google-umadumm image: - repository: ghcr.io/noi-techpark/odh-v2-playground/google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/google-spreadsheet pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/meteorology-eurac/deploy.sh b/collectors/meteorology-eurac/deploy.sh index 677b947..7a20621 100755 --- a/collectors/meteorology-eurac/deploy.sh +++ b/collectors/meteorology-eurac/deploy.sh @@ -3,6 +3,6 @@ RELEASETIME=`date +%s` (cd ../lib/ingress-mq; mvn clean install) \ && mvn clean install \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/dc-meteorology-eurac:0.0.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/dc-meteorology-eurac:0.0.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/dc-meteorology-eurac:0.0.0 . -f infrastructure/docker/Dockerfile \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/dc-meteorology-eurac:0.0.0 \ && helm upgrade --namespace collector --install dc-meteorology-eurac ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ No newline at end of file diff --git a/collectors/meteorology-eurac/infrastructure/helm/values.yaml b/collectors/meteorology-eurac/infrastructure/helm/values.yaml index 561066c..7346057 100644 --- a/collectors/meteorology-eurac/infrastructure/helm/values.yaml +++ b/collectors/meteorology-eurac/infrastructure/helm/values.yaml @@ -6,7 +6,7 @@ nameOverride: dc-meteorology-eurac fullnameOverride: dc-meteorology-eurac image: - repository: ghcr.io/noi-techpark/odh-v2-playground/dc-meteorology-eurac + repository: ghcr.io/noi-techpark/opendatahub-collectors/dc-meteorology-eurac pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/parking-offstreet-meranobolzano/deploy.sh b/collectors/parking-offstreet-meranobolzano/deploy.sh index da8d7fd..b842825 100755 --- a/collectors/parking-offstreet-meranobolzano/deploy.sh +++ b/collectors/parking-offstreet-meranobolzano/deploy.sh @@ -3,6 +3,6 @@ RELEASETIME=`date +%s` (cd ../lib/ingress-mq; mvn clean install) \ && mvn clean install \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/parking-offstreet-bolzano:0.0.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/parking-offstreet-bolzano:0.0.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/parking-offstreet-bolzano:0.0.0 . -f infrastructure/docker/Dockerfile \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/parking-offstreet-bolzano:0.0.0 \ && helm upgrade --namespace collector --install dc-parking-offstreet-bolzano ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ \ No newline at end of file diff --git a/collectors/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml b/collectors/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml index 56ece18..d7adbff 100644 --- a/collectors/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml +++ b/collectors/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml @@ -6,7 +6,7 @@ nameOverride: dc-parking-offstreet-bolzano fullnameOverride: dc-parking-offstreet-bolzano image: - repository: ghcr.io/noi-techpark/odh-v2-playground/parking-offstreet-bolzano + repository: ghcr.io/noi-techpark/opendatahub-collectors/parking-offstreet-bolzano pullPolicy: Always tag: "0.0.0" # Set this when upgrading chart with --set-value diff --git a/collectors/rest-poller/README.md b/collectors/rest-poller/README.md new file mode 100644 index 0000000..289eba8 --- /dev/null +++ b/collectors/rest-poller/README.md @@ -0,0 +1,13 @@ + + +=== How to build + +To build this project use + + mvn install + +=== How to run + +You can run this example using + + mvn camel:run \ No newline at end of file diff --git a/collectors/rest-poller/ReadMe.txt b/collectors/rest-poller/ReadMe.txt deleted file mode 100644 index db87153..0000000 --- a/collectors/rest-poller/ReadMe.txt +++ /dev/null @@ -1,18 +0,0 @@ -Camel Java Router Project -========================= - -=== How to build - -To build this project use - - mvn install - -=== How to run - -You can run this example using - - mvn camel:run - -=== More information - -You can find more information about Apache Camel at the website: http://camel.apache.org/ \ No newline at end of file diff --git a/collectors/rest-poller/deploy.sh b/collectors/rest-poller/deploy.sh index cb2cddb..3f60c40 100755 --- a/collectors/rest-poller/deploy.sh +++ b/collectors/rest-poller/deploy.sh @@ -3,8 +3,10 @@ RELEASETIME=`date +%s` (cd ../lib/ingress-mq; mvn clean install) \ && mvn clean compile package \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/rest-poller:0.2.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/rest-poller:0.2.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/rest-poller:0.2.0 . \ +-f infrastructure/docker/Dockerfile \ +--label "org.opencontainers.image.source=https://github.com/noi-techpark/opendatahub-collectors" \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/rest-poller:0.2.0 \ && helm upgrade --namespace collector --install dc-echarging-alperia ../../helm/generic-collector --values infrastructure/helm/alperia.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install dc-echarging-driwe ../../helm/generic-collector --values infrastructure/helm/driwe.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install dc-echarging-route220 ../../helm/generic-collector --values infrastructure/helm/route220.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ diff --git a/collectors/rest-poller/infrastructure/helm/alperia.yaml b/collectors/rest-poller/infrastructure/helm/alperia.yaml index 3e4e5d7..55bb5b1 100644 --- a/collectors/rest-poller/infrastructure/helm/alperia.yaml +++ b/collectors/rest-poller/infrastructure/helm/alperia.yaml @@ -5,7 +5,7 @@ nameOverride: dc-echarging-alperia fullnameOverride: dc-echarging-alperia image: - repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller + repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller pullPolicy: Always tag: "0.2.0" # Set this when upgrading chart with --set-value diff --git a/collectors/rest-poller/infrastructure/helm/driwe.yaml b/collectors/rest-poller/infrastructure/helm/driwe.yaml index 186fa71..190e00c 100644 --- a/collectors/rest-poller/infrastructure/helm/driwe.yaml +++ b/collectors/rest-poller/infrastructure/helm/driwe.yaml @@ -5,7 +5,7 @@ nameOverride: dc-echarging-driwe fullnameOverride: dc-echarging-driwe image: - repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller + repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller pullPolicy: Always tag: "0.2.0" # Set this when upgrading chart with --set-value diff --git a/collectors/rest-poller/infrastructure/helm/parking-offstreet-merano.yaml b/collectors/rest-poller/infrastructure/helm/parking-offstreet-merano.yaml index 581a703..9d69035 100644 --- a/collectors/rest-poller/infrastructure/helm/parking-offstreet-merano.yaml +++ b/collectors/rest-poller/infrastructure/helm/parking-offstreet-merano.yaml @@ -5,7 +5,7 @@ nameOverride: dc-parking-offstreet-merano fullnameOverride: dc-parking-offstreet-merano image: - repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller + repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller pullPolicy: Always tag: "0.2.0" # Set this when upgrading chart with --set-value diff --git a/collectors/rest-poller/infrastructure/helm/route220.yaml b/collectors/rest-poller/infrastructure/helm/route220.yaml index be2df4d..acbe4a7 100644 --- a/collectors/rest-poller/infrastructure/helm/route220.yaml +++ b/collectors/rest-poller/infrastructure/helm/route220.yaml @@ -5,7 +5,7 @@ nameOverride: dc-echarging-route220 fullnameOverride: dc-echarging-route220 image: - repository: ghcr.io/noi-techpark/odh-v2-playground/rest-poller + repository: ghcr.io/noi-techpark/opendatahub-collectors/rest-poller pullPolicy: Always tag: "0.2.0" # Set this when upgrading chart with --set-value diff --git a/transformers/emobility-echarging/deploy.sh b/transformers/emobility-echarging/deploy.sh index bc77e7a..88e95f0 100755 --- a/transformers/emobility-echarging/deploy.sh +++ b/transformers/emobility-echarging/deploy.sh @@ -3,8 +3,8 @@ RELEASETIME=`date +%s` (cd ../lib/rabbit-mongo-listener; mvn clean install) \ && mvn clean compile package \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging:0.1.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging:0.1.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging:0.1.0 . -f infrastructure/docker/Dockerfile \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging:0.1.0 \ && helm upgrade --namespace collector --install tr-echarging-alperia ../../helm/generic-collector --values infrastructure/helm/alperia_values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install tr-echarging-driwe ../../helm/generic-collector --values infrastructure/helm/driwe_values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install tr-echarging-route220 ../../helm/generic-collector --values infrastructure/helm/route220_values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ No newline at end of file diff --git a/transformers/emobility-echarging/infrastructure/helm/alperia_values.yaml b/transformers/emobility-echarging/infrastructure/helm/alperia_values.yaml index 066f82f..23d3cbf 100644 --- a/transformers/emobility-echarging/infrastructure/helm/alperia_values.yaml +++ b/transformers/emobility-echarging/infrastructure/helm/alperia_values.yaml @@ -5,7 +5,7 @@ nameOverride: tr-echarging-alperia fullnameOverride: tr-echarging-alperia image: - repository: ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging + repository: ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging pullPolicy: Always tag: "0.1.0" diff --git a/transformers/emobility-echarging/infrastructure/helm/driwe_values.yaml b/transformers/emobility-echarging/infrastructure/helm/driwe_values.yaml index 72a5f78..a6b90e5 100644 --- a/transformers/emobility-echarging/infrastructure/helm/driwe_values.yaml +++ b/transformers/emobility-echarging/infrastructure/helm/driwe_values.yaml @@ -5,7 +5,7 @@ nameOverride: tr-echarging-driwe fullnameOverride: tr-echarging-driwe image: - repository: ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging + repository: ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging pullPolicy: Always tag: "0.1.0" diff --git a/transformers/emobility-echarging/infrastructure/helm/route220_values.yaml b/transformers/emobility-echarging/infrastructure/helm/route220_values.yaml index b8529e8..fca4d3c 100644 --- a/transformers/emobility-echarging/infrastructure/helm/route220_values.yaml +++ b/transformers/emobility-echarging/infrastructure/helm/route220_values.yaml @@ -5,7 +5,7 @@ nameOverride: tr-echarging-route220 fullnameOverride: tr-echarging-route220 image: - repository: ghcr.io/noi-techpark/odh-v2-playground/emobility-echarging + repository: ghcr.io/noi-techpark/opendatahub-collectors/emobility-echarging pullPolicy: Always tag: "0.1.0" diff --git a/transformers/google-spreadsheet/deploy.sh b/transformers/google-spreadsheet/deploy.sh index 526f5ed..716773a 100755 --- a/transformers/google-spreadsheet/deploy.sh +++ b/transformers/google-spreadsheet/deploy.sh @@ -3,8 +3,8 @@ RELEASETIME=`date +%s` (cd ../lib/rabbit-mongo-listener; mvn clean install) \ && mvn clean compile package \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet:0.1.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet:0.1.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet:0.1.0 . -f infrastructure/docker/Dockerfile \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet:0.1.0 \ && helm upgrade --namespace collector --install tr-spreadsheet-google-sta-echarging ../../helm/generic-collector --values infrastructure/helm/sta_echarging.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install tr-spreadsheet-google-centro-trevi ../../helm/generic-collector --values infrastructure/helm/centro_trevi.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ && helm upgrade --namespace collector --install tr-spreadsheet-google-creative-industries ../../helm/generic-collector --values infrastructure/helm/creative_industries.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ diff --git a/transformers/google-spreadsheet/infrastructure/helm/centro_trevi.yaml b/transformers/google-spreadsheet/infrastructure/helm/centro_trevi.yaml index d9aaa8e..58b7d57 100644 --- a/transformers/google-spreadsheet/infrastructure/helm/centro_trevi.yaml +++ b/transformers/google-spreadsheet/infrastructure/helm/centro_trevi.yaml @@ -5,7 +5,7 @@ nameOverride: tr-spreadsheets-google-centro-trevi fullnameOverride: tr-spreadsheets-google-centro-trevi image: - repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet pullPolicy: Always tag: "0.1.0" diff --git a/transformers/google-spreadsheet/infrastructure/helm/creative_industries.yaml b/transformers/google-spreadsheet/infrastructure/helm/creative_industries.yaml index d18059e..9697f3a 100644 --- a/transformers/google-spreadsheet/infrastructure/helm/creative_industries.yaml +++ b/transformers/google-spreadsheet/infrastructure/helm/creative_industries.yaml @@ -5,7 +5,7 @@ nameOverride: tr-spreadsheets-google-creative-industries fullnameOverride: tr-spreadsheets-google-creative-industries image: - repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet pullPolicy: Always tag: "0.1.0" diff --git a/transformers/google-spreadsheet/infrastructure/helm/sta_echarging.yaml b/transformers/google-spreadsheet/infrastructure/helm/sta_echarging.yaml index b2276e1..ec24c44 100644 --- a/transformers/google-spreadsheet/infrastructure/helm/sta_echarging.yaml +++ b/transformers/google-spreadsheet/infrastructure/helm/sta_echarging.yaml @@ -5,7 +5,7 @@ nameOverride: tr-spreadsheets-google-sta-echarging fullnameOverride: tr-spreadsheets-google-sta-echarging image: - repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet pullPolicy: Always tag: "0.1.0" diff --git a/transformers/google-spreadsheet/infrastructure/helm/umadumm.yaml b/transformers/google-spreadsheet/infrastructure/helm/umadumm.yaml index f9ddb44..38681ce 100644 --- a/transformers/google-spreadsheet/infrastructure/helm/umadumm.yaml +++ b/transformers/google-spreadsheet/infrastructure/helm/umadumm.yaml @@ -6,7 +6,7 @@ nameOverride: tr-spreadsheets-google-umadumm fullnameOverride: tr-spreadsheets-google-umadumm image: - repository: ghcr.io/noi-techpark/odh-v2-playground/tr-google-spreadsheet + repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-google-spreadsheet pullPolicy: Always tag: "0.1.0" diff --git a/transformers/meteorology-eurac/deploy.sh b/transformers/meteorology-eurac/deploy.sh index a74d29d..dc4bc08 100755 --- a/transformers/meteorology-eurac/deploy.sh +++ b/transformers/meteorology-eurac/deploy.sh @@ -3,6 +3,6 @@ RELEASETIME=`date +%s` (cd ../lib/rabbit-mongo-listener; mvn clean install) \ && mvn clean compile package \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/tr-meteorology-eurac:0.1.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/tr-meteorology-eurac:0.1.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/tr-meteorology-eurac:0.1.0 . -f infrastructure/docker/Dockerfile \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/tr-meteorology-eurac:0.1.0 \ && helm upgrade --namespace collector --install tr-meteorology-eurac ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ No newline at end of file diff --git a/transformers/meteorology-eurac/infrastructure/helm/values.yaml b/transformers/meteorology-eurac/infrastructure/helm/values.yaml index 9417f7e..edad542 100644 --- a/transformers/meteorology-eurac/infrastructure/helm/values.yaml +++ b/transformers/meteorology-eurac/infrastructure/helm/values.yaml @@ -5,7 +5,7 @@ nameOverride: tr-meteorology-eurac fullnameOverride: tr-meteorology-eurac image: - repository: ghcr.io/noi-techpark/odh-v2-playground/tr-meteorology-eurac + repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-meteorology-eurac pullPolicy: Always tag: "0.1.0" diff --git a/transformers/parking-offstreet-meranobolzano/deploy.sh b/transformers/parking-offstreet-meranobolzano/deploy.sh index 5730d0f..05f4892 100755 --- a/transformers/parking-offstreet-meranobolzano/deploy.sh +++ b/transformers/parking-offstreet-meranobolzano/deploy.sh @@ -3,6 +3,6 @@ RELEASETIME=`date +%s` (cd ../lib/rabbit-mongo-listener; mvn clean install) \ && mvn clean compile package \ -&& docker build -t ghcr.io/noi-techpark/odh-v2-playground/tr-parking-offstreet-meranobolzano:0.1.0 . -f infrastructure/docker/Dockerfile \ -&& docker image push ghcr.io/noi-techpark/odh-v2-playground/tr-parking-offstreet-meranobolzano:0.1.0 \ +&& docker build -t ghcr.io/noi-techpark/opendatahub-collectors/tr-parking-offstreet-meranobolzano:0.1.0 . -f infrastructure/docker/Dockerfile \ +&& docker image push ghcr.io/noi-techpark/opendatahub-collectors/tr-parking-offstreet-meranobolzano:0.1.0 \ && helm upgrade --namespace collector --install tr-parking-offstreet-meranobolzano ../../helm/generic-collector --values infrastructure/helm/values.yaml --set-string podAnnotations.releaseTime=$RELEASETIME \ \ No newline at end of file diff --git a/transformers/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml b/transformers/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml index d2c9c91..0e77f77 100644 --- a/transformers/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml +++ b/transformers/parking-offstreet-meranobolzano/infrastructure/helm/values.yaml @@ -5,7 +5,7 @@ nameOverride: tr-parking-offstreet-meranobolzano fullnameOverride: tr-parking-offstreet-meranobolzano image: - repository: ghcr.io/noi-techpark/odh-v2-playground/tr-parking-offstreet-meranobolzano + repository: ghcr.io/noi-techpark/opendatahub-collectors/tr-parking-offstreet-meranobolzano pullPolicy: Always tag: "0.1.0"