diff --git a/ci_gcp/gitlab-ci.yaml b/ci_gcp/gitlab-ci.yaml index 12f74df52cb5f8cd4cce80c0f492644c05053f76..3f14f676bef9c9878521f46b8346d50fa7ad590a 100644 --- a/ci_gcp/gitlab-ci.yaml +++ b/ci_gcp/gitlab-ci.yaml @@ -125,6 +125,36 @@ gcp deploy geo2grid g16 radf: when: never - 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: extends: .deploy_tile_gen variables: @@ -135,6 +165,36 @@ gcp deploy tile gen g16 radf: when: never - 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: variables: VALUES_DIR: "ci_gcp" diff --git a/ci_gcp/values-geo2grid-g16-radc.yaml b/ci_gcp/values-geo2grid-g16-radc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b65881aba05d3dab26e6daa237b93cc3cebad0c5 --- /dev/null +++ b/ci_gcp/values-geo2grid-g16-radc.yaml @@ -0,0 +1,22 @@ +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" diff --git a/ci_gcp/values-geo2grid-g16-radm1.yaml b/ci_gcp/values-geo2grid-g16-radm1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..da93671a40be25cd2c8a6942f7a7aa14ba31ac30 --- /dev/null +++ b/ci_gcp/values-geo2grid-g16-radm1.yaml @@ -0,0 +1,22 @@ +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" diff --git a/ci_gcp/values-geo2grid-g16-radm2.yaml b/ci_gcp/values-geo2grid-g16-radm2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..73571d4d716d02401c1ba37d2b0faf84d4182b1d --- /dev/null +++ b/ci_gcp/values-geo2grid-g16-radm2.yaml @@ -0,0 +1,22 @@ +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" diff --git a/ci_gcp/values-tile-gen-g16-radc.yaml b/ci_gcp/values-tile-gen-g16-radc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..253c68cc1d34d2783724bd9ddb6332b2301a01e8 --- /dev/null +++ b/ci_gcp/values-tile-gen-g16-radc.yaml @@ -0,0 +1,23 @@ +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" diff --git a/ci_gcp/values-tile-gen-g16-radm1.yaml b/ci_gcp/values-tile-gen-g16-radm1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..41986a54da4aee877f3111d806fa823224f8b56a --- /dev/null +++ b/ci_gcp/values-tile-gen-g16-radm1.yaml @@ -0,0 +1,23 @@ +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" diff --git a/ci_gcp/values-tile-gen-g16-radm2.yaml b/ci_gcp/values-tile-gen-g16-radm2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2a1028298cf5928ea8bdfdfe235e797edcfb6e06 --- /dev/null +++ b/ci_gcp/values-tile-gen-g16-radm2.yaml @@ -0,0 +1,23 @@ +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"