Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert non-dev docker-compose too; rename #476

Merged
merged 5 commits into from
Jul 27, 2023

Conversation

tatu-at-datastax
Copy link
Contributor

What this PR does:

Converts the full docker compose set up to use "dse-next" (over dse-68); rename scripts as well

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@tatu-at-datastax tatu-at-datastax self-assigned this Jul 26, 2023
@tatu-at-datastax tatu-at-datastax requested a review from a team as a code owner July 26, 2023 20:56
networks:
- stargate
mem_limit: 2G
environment:
- MAX_HEAP_SIZE=1536M
- CLUSTER_NAME=dse-${DSETAG}-cluster
- DC=dc1
- CASSANDRA_CLUSTER_NAME=dse-${DSETAG}-cluster
Copy link
Contributor Author

@tatu-at-datastax tatu-at-datastax Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently OSS Cassandra uses "CASSANDRA_CLUSTERNAME" but DSE "CLUSTER_NAME". Ayayay.

We may need to change this again if and when we switch to upcoming DSE 7.0.

Also noticed that DC/RACK/DS_LICENSE not needed with non-DSE backend.

timeout: 10s
retries: 10

dse-3:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed 3rd node to make similar to set up for core Stargate project; uses less resources too.

Copy link
Contributor

@maheshrajamani maheshrajamani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tatu-at-datastax tatu-at-datastax merged commit 2fd0e7f into main Jul 27, 2023
@tatu-at-datastax tatu-at-datastax deleted the tatu/convert-docker-compose-to-dse-next branch July 27, 2023 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants