-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 391: Update Pravega library versions and deployment script (#392)
- Loading branch information
1 parent
f2a4e8c
commit 0a68a61
Showing
7 changed files
with
64 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
public_key_path = "~/.ssh/pravega_aws.pub" | ||
region = "us-west-2" | ||
ami = "ami-9fa343e7" // RHEL-7.4 us-west-2 | ||
region = "us-east-2" | ||
ami = "ami-0bb2449c2217cb9b0" // RHEL-7.9 us-east-2 | ||
|
||
instance_types = { | ||
"controller" = "m5.large" | ||
"bookkeeper" = "i3en.6xlarge" | ||
"bookkeeper" = "i3en.2xlarge" | ||
"zookeeper" = "t2.small" | ||
"client" = "m5n.8xlarge" | ||
"client" = "m5n.xlarge" | ||
"metrics" = "t2.large" | ||
} | ||
|
||
num_instances = { | ||
"controller" = 1 | ||
"bookkeeper" = 3 | ||
"zookeeper" = 3 | ||
"client" = 2 | ||
"client" = 1 | ||
"metrics" = 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters