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

Add pulsar module for aws #174

Merged
merged 9 commits into from
Sep 11, 2020
Merged

Add pulsar module for aws #174

merged 9 commits into from
Sep 11, 2020

Conversation

tei-k
Copy link
Contributor

@tei-k tei-k commented Jul 28, 2020

Description

Add pulsar module for AWS.

Done

  • Create resources for bookkeeper, broker, zookeeper.
    ※ Installation and setup using scalar-ansible

Usage

  • Create network resources
  • Create pulsar resources
$ cd examples/aws/pulsar/
$ terraform init
$ terraform apply -var-file=example.tfvars
$ terraform output inventory_ini > pulsar.ini

@tei-k tei-k self-assigned this Jul 28, 2020
@tei-k tei-k force-pushed the add-pulsar-module-for-aws branch from ea4c6dc to 33692e1 Compare July 30, 2020 07:42
@tei-k tei-k force-pushed the add-pulsar-module-for-aws branch from dfd4c27 to 19a8acf Compare July 30, 2020 08:18
@tei-k tei-k changed the title [WIP] Add pulsar module for aws Add pulsar module for aws Aug 18, 2020
@tei-k tei-k requested review from feeblefakie and ymorimo August 18, 2020 07:42
Comment on lines +16 to +32
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
}
Copy link
Contributor Author

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

Copy link
Collaborator

@feeblefakie feeblefakie left a 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.

Copy link
Contributor

@ymorimo ymorimo left a comment

Choose a reason for hiding this comment

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

LGTM!

@feeblefakie feeblefakie merged commit b6c1fc9 into master Sep 11, 2020
@feeblefakie feeblefakie deleted the add-pulsar-module-for-aws branch September 11, 2020 00:10
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.

3 participants