-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add pulsar module for aws #174
Conversation
ea4c6dc
to
33692e1
Compare
dfd4c27
to
19a8acf
Compare
… add-pulsar-module-for-aws
bookie_default = { | ||
resource_type = "i3.xlarge" | ||
resource_count = 3 | ||
resource_root_volume_size = 64 | ||
} | ||
|
||
broker_default = { | ||
resource_type = "c5.2xlarge" | ||
resource_count = 3 | ||
resource_root_volume_size = 64 | ||
} | ||
|
||
zookeeper_default = { | ||
resource_type = "t3.small" | ||
resource_count = 3 | ||
resource_root_volume_size = 64 | ||
} |
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.
📝 The default resource_type is based on the following. Needs to change in the future for default/bai/chiku/sho
https://github.com/apache/pulsar/blob/6580915c2d631fa322a7c2631bc0f1c49b15b957/deployment/terraform-ansible/aws/terraform.tfvars#L31-L33
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! Sorr for late.
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!
Description
Add pulsar module for AWS.
Done
※ Installation and setup using
scalar-ansible
Usage
ref: https://github.com/scalar-labs/scalar-ansible/pull/1