Skip to content

Commit

Permalink
allow yellow cluster state
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Sep 19, 2023
1 parent 8e376ce commit becb13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/TESTING_service_images_dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ docker-compose exec -T varnish-7 sh -c "varnishlog -d" | grep User-Agent | grep
docker-compose exec -T commons sh -c "curl opensearch-2:9200" | grep number | grep "2."

# opensearch-2 should be healthy
docker-compose exec -T commons sh -c "curl opensearch-2:9200/_cluster/health" | json_pp | grep status | grep green
docker-compose exec -T commons sh -c "curl opensearch-2:9200/_cluster/health" | json_pp | grep status | grep -v red

# opensearch-2 should be able to read/write data
docker-compose exec -T commons sh -c "curl -kL http://internal-services-test:3000/opensearch-2" | grep "SERVICE_HOST=opensearch-2"
Expand Down

0 comments on commit becb13a

Please sign in to comment.