Skip to content
Snippets Groups Projects
.gitlab-ci.yml 3.08 KiB
Newer Older
David Diederich's avatar
David Diederich committed
variables:
  AWS_BUILD_SUBDIR: provider/indexer-aws/build-aws
  AWS_TEST_SUBDIR: testing/indexer-test-aws
  AWS_SERVICE: indexer
David Diederich's avatar
David Diederich committed
  AWS_ENVIRONMENT: dev
Matt Wise's avatar
Matt Wise committed
  AWS_DEPLOY_TARGET: EKS
  AWS_EKS_DEPLOYMENT_NAME: os-indexer
David Diederich's avatar
David Diederich committed
  GCP_BUILD_SUBDIR: provider/indexer-gcp
  GCP_INT_TEST_SUBDIR: testing/indexer-test-gcp
ethiraj krishnamanaidu's avatar
ethiraj krishnamanaidu committed
  GCP_APPLICATION_NAME: osdu-indexer
David Diederich's avatar
David Diederich committed
  GCP_ENVIRONMENT: dev
  GCP_PROJECT: opendes
  GCP_TENANT_NAME: opendes
  GCP_DEPLOY_ENV: p4d
  GCP_DOMAIN: cloud.slb-ds.com
ethiraj krishnamanaidu's avatar
ethiraj krishnamanaidu committed
  GCP_STORAGE_URL: https://osdu-indexer-dot-opendes.appspot.com/api/storage/v2/
  OSDU_GCP_SERVICE: indexer
  OSDU_GCP_VENDOR: gcp
  OSDU_GCP_QUEUE_SA_EMAIL: pub-sub-indexer-queue@nice-etching-277309.iam.gserviceaccount.com
  OSDU_GCP_HELM_CONFIG_SERVICE_VARS: "--set data.log_level=INFO --set data.schema_host=$OSDU_GCP_SCHEMA_API/schema  --set data.google_cloud_project=$OSDU_GCP_PROJECT --set data.redis_search_host=$REDIS_SEARCH_HOST --set data.redis_group_host=$REDIS_GROUP_HOST --set data.indexer_queue_host=$OSDU_GCP_INDEXER_QUEUE_URL --set data.crs_api=$OSDU_GCP_CRS_API --set data.partition_api=$OSDU_GCP_PARTITION_API --set data.google_audiences=$GOOGLE_AUDIENCE --set data.indexer_que_service_mail=$OSDU_GCP_QUEUE_SA_EMAIL"
  OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: "--set data.key_ring=$OSDU_GCP_PARTITION_KEY_RING --set data.log_level=INFO --set data.schema_host=$OSDU_GCP_SCHEMA_API/schema  --set data.google_cloud_project=$OSDU_GCP_PROJECT --set data.redis_search_host=$REDIS_SEARCH_HOST --set data.redis_group_host=$REDIS_GROUP_HOST --set data.indexer_queue_host=$OSDU_GCP_INDEXER_QUEUE_URL --set data.crs_api=$OSDU_GCP_CRS_API --set data.partition_api=$OSDU_GCP_PARTITION_API --set data.google_audiences=$GOOGLE_AUDIENCE --set data.indexer_que_service_mail=$OSDU_GCP_QUEUE_SA_EMAIL"
  OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS: "--set data.image=$CI_REGISTRY_IMAGE/osdu-gcp:$CI_COMMIT_SHORT_SHA --set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s --set data.limits_cpu=1 --set data.limits_memory=1G"
  OSDU_GCP_HELM_CONFIG_SERVICE: indexer-config
  OSDU_GCP_HELM_DEPLOYMENT_SERVICE: indexer-deploy
  OSDU_GCP_HELM_PACKAGE_CHARTS: "devops/gcp/deploy devops/gcp/configmap"
  IBM_BUILD_SUBDIR: provider/indexer-ibm
  IBM_INT_TEST_SUBDIR: testing/indexer-test-ibm

  AZURE_SERVICE: indexer
  AZURE_BUILD_SUBDIR: provider/indexer-azure
  AZURE_TEST_SUBDIR: testing/indexer-test-azure

David Diederich's avatar
David Diederich committed
include:
  - project: "osdu/platform/ci-cd-pipelines"
    file: "standard-setup.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "build/maven.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "scanners/fossa-maven.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "scanners/gitlab-ultimate.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/aws.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/azure.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/ibm.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "publishing/pages.yml"

  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/osdu-gcp-gke.yml"
  tags: ["aws-internal-test"]