goss.yaml 675 B

1234567891011121314151617181920
  1. # Copyright Broadcom, Inc. All Rights Reserved.
  2. # SPDX-License-Identifier: APACHE-2.0
  3. http:
  4. # Services names and ports hardcoded in the operator
  5. http://operator:4221:
  6. status: 404
  7. https://sts:4223:
  8. status: 404
  9. allow-insecure: true
  10. command:
  11. # Check that the operator formed the cluster correctly
  12. check-cluster-formation:
  13. exec: bash -ec '. /tmp/minio/config.env && HOME=/tmp mc alias set vibminio https://minio.$NAMESPACE $MINIO_ROOT_USER $MINIO_ROOT_PASSWORD --insecure && HOME=/tmp mc admin info vibminio --insecure'
  14. exit-status: 0
  15. stdout:
  16. - /vib-minio-pool-0-0/
  17. - /vib-minio-pool-0-1/
  18. - "Drives: 2/2 OK"
  19. - "Pool: 1"