-
Notifications
You must be signed in to change notification settings - Fork 16
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
Convert non-dev docker-compose too; rename #476
Conversation
networks: | ||
- stargate | ||
mem_limit: 2G | ||
environment: | ||
- MAX_HEAP_SIZE=1536M | ||
- CLUSTER_NAME=dse-${DSETAG}-cluster | ||
- DC=dc1 | ||
- CASSANDRA_CLUSTER_NAME=dse-${DSETAG}-cluster |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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