# Copyright (c) KMG. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0.
#
# ECS/ObjectScale TEMPLATE ONLY. Replace every REPLACE_* value in an untracked runtime copy.
# Never commit real credentials or a production host inventory.

sbkGemArgs:
  nodes: REPLACE_LOADGEN_A,REPLACE_LOADGEN_B
  gemuser: REPLACE_SSH_USER
  hostkeycheck: true
  localhost: REPLACE_GEM_CONTROLLER_REACHABLE_ADDRESS
  sbmport: 9717
  # GEM provisions a compact JDK and the selected driver runtime when needed.
  # Set fullcopy=true only when the complete controller distribution is needed.
  fullcopy: false
  packagescleanup: true
  class: minio
  # Use https:// for credential-bearing remote endpoints. Plain http:// is
  # appropriate only for an isolated local/trusted-lab endpoint without TLS.
  url: https://REPLACE_S3_ENDPOINT
  bucket: REPLACE_DEDICATED_BUCKET
  extra-headers: x-emc-namespace=REPLACE_ECS_NAMESPACE
  prefix: sbk-distributed-trial-001/
  key: REPLACE_AT_RUNTIME
  secret: REPLACE_AT_RUNTIME
  writers: 1
  size: 4096
  # Aggregate record target distributed across all remote SBK clients.
  totalrecords: 100
  time: mcs
  endpoint-metrics: true
  out: GemPrometheusLogger
