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

Improve configurability of deployment template #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gillesgagniard
Copy link

Currently, the Couchbase DM template assumes there is a VPC named "default", that it is set in automatic subnet mode, and can only deploy Couchbase clusters there.

This pull request adds the ability to deploy to other networks (keeping "default" as the default obviously), and also to pass subnetwork information for networks which are in custom subnet mode.

@gillesgagniard
Copy link
Author

Hello,

Is this repository actually open for contributions?

@gillesgagniard gillesgagniard changed the title Add ability to deploy clusters on alternative network/subnetwork Improve configurability of deployment template Mar 5, 2019
@gillesgagniard
Copy link
Author

Added two other configurability improvements:

  • Firewall rules: As default configuration is quite insecure (open port 8091 for any source), it is not possible to customize the source address ranges, or to skip firewall rules creation entirely
  • Memory Quota: Possibility to set data and index memory quota instead of hardcoded 50% / 15%

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