Skip to content
Snippets Groups Projects
Verified Commit ec6c30d9 authored by David Hoese's avatar David Hoese
Browse files

Add other sectors to GCP processing

parent caa15181
No related merge requests found
...@@ -125,6 +125,36 @@ gcp deploy geo2grid g16 radf: ...@@ -125,6 +125,36 @@ gcp deploy geo2grid g16 radf:
when: never when: never
- when: on_success - when: on_success
gcp deploy geo2grid g16 radc:
extends: .deploy_geo2grid
variables:
VALUES_DIR: "ci_gcp"
DEPLOY_SUFFIX: "-g16-radc"
rules:
- if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
when: never
- when: on_success
gcp deploy geo2grid g16 radm1:
extends: .deploy_geo2grid
variables:
VALUES_DIR: "ci_gcp"
DEPLOY_SUFFIX: "-g16-radm1"
rules:
- if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
when: never
- when: on_success
gcp deploy geo2grid g16 radm2:
extends: .deploy_geo2grid
variables:
VALUES_DIR: "ci_gcp"
DEPLOY_SUFFIX: "-g16-radm2"
rules:
- if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
when: never
- when: on_success
gcp deploy tile gen g16 radf: gcp deploy tile gen g16 radf:
extends: .deploy_tile_gen extends: .deploy_tile_gen
variables: variables:
...@@ -135,6 +165,36 @@ gcp deploy tile gen g16 radf: ...@@ -135,6 +165,36 @@ gcp deploy tile gen g16 radf:
when: never when: never
- when: on_success - when: on_success
gcp deploy tile gen g16 radc:
extends: .deploy_tile_gen
variables:
VALUES_DIR: "ci_gcp"
DEPLOY_SUFFIX: "-g16-radc"
rules:
- if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
when: never
- when: on_success
gcp deploy tile gen g16 radm1:
extends: .deploy_tile_gen
variables:
VALUES_DIR: "ci_gcp"
DEPLOY_SUFFIX: "-g16-radm1"
rules:
- if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
when: never
- when: on_success
gcp deploy tile gen g16 radm2:
extends: .deploy_tile_gen
variables:
VALUES_DIR: "ci_gcp"
DEPLOY_SUFFIX: "-g16-radm2"
rules:
- if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
when: never
- when: on_success
gcp deploy mapserver: gcp deploy mapserver:
variables: variables:
VALUES_DIR: "ci_gcp" VALUES_DIR: "ci_gcp"
......
rabbitIn:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radc.l1b.netcdf.all.complete"
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
source:
# s3Endpoint: "http://geosphere-minio:9000"
existingClaim: "cspp-geo-grb"
destination:
persistence:
existingClaim: "cspp-geo-geo2grid"
# radf will take care of cleaning up this shared claim
cleanup:
enabled: false
# s3Endpoint: "http://geosphere-minio:9000"
s3Secret: "geosphere-minio"
s3AccessKey: "accesskey"
s3SecretKey: "secretkey"
rabbitIn:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radm1.l1b.netcdf.all.complete"
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
source:
# s3Endpoint: "http://geosphere-minio:9000"
existingClaim: "cspp-geo-grb"
destination:
persistence:
existingClaim: "cspp-geo-geo2grid"
# radf will take care of cleaning up this shared claim
cleanup:
enabled: false
# s3Endpoint: "http://geosphere-minio:9000"
s3Secret: "geosphere-minio"
s3AccessKey: "accesskey"
s3SecretKey: "secretkey"
rabbitIn:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radm2.l1b.netcdf.all.complete"
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
source:
# s3Endpoint: "http://geosphere-minio:9000"
existingClaim: "cspp-geo-grb"
destination:
persistence:
existingClaim: "cspp-geo-geo2grid"
# radf will take care of cleaning up this shared claim
cleanup:
enabled: false
# s3Endpoint: "http://geosphere-minio:9000"
s3Secret: "geosphere-minio"
s3AccessKey: "accesskey"
s3SecretKey: "secretkey"
rabbitIn:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radc.l1b.geotiff.all.complete"
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
source:
existingClaim: "cspp-geo-geo2grid"
destination:
# s3Endpoint: "http://geosphere-minio:9000"
persistence:
enabled: true
storageClass: "standard"
existingClaim: "geosphere-tile-gen-shapefiles"
database:
postgresHost: "geosphere-postgis-postgresql"
postgresPort: 5432
postgresDatabaseName: "postgres"
postgresUser: "postgres"
postgresPasswordSecret: "geosphere-postgis-postgresql"
rabbitIn:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radm1.l1b.geotiff.all.complete"
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
source:
existingClaim: "cspp-geo-geo2grid"
destination:
# s3Endpoint: "http://geosphere-minio:9000"
persistence:
enabled: true
storageClass: "standard"
existingClaim: "geosphere-tile-gen-shapefiles"
database:
postgresHost: "geosphere-postgis-postgresql"
postgresPort: 5432
postgresDatabaseName: "postgres"
postgresUser: "postgres"
postgresPasswordSecret: "geosphere-postgis-postgresql"
rabbitIn:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radm2.l1b.geotiff.all.complete"
rabbitOut:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
source:
existingClaim: "cspp-geo-geo2grid"
destination:
# s3Endpoint: "http://geosphere-minio:9000"
persistence:
enabled: true
storageClass: "standard"
existingClaim: "geosphere-tile-gen-shapefiles"
database:
postgresHost: "geosphere-postgis-postgresql"
postgresPort: 5432
postgresDatabaseName: "postgres"
postgresUser: "postgres"
postgresPasswordSecret: "geosphere-postgis-postgresql"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment