Member since
07-24-2016
18
Posts
1
Kudos Received
0
Solutions
08-09-2016
04:30 PM
I have a use case right now where we want to deploy clusters onto an AWS AMI that requires a root volume >= 100 GB. Currently, by default, Cloudbreak creates instances with only 50 GB root volumes. Is there any way to change this default value? Best, Michael
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
07-27-2016
06:43 PM
Thanks, @khorvath. That's helpful. Is there any way to obtain the AWS key pairs that are generated for each cluster?
... View more
07-27-2016
04:50 PM
I would like to better understand the need to have both a local SSH key on the Cloudbreak instance and an AWS key pair for every cluster that Cloudbreak spins up.
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
07-26-2016
07:18 PM
This worked on v1.3. Thank you so much, @rdoktorics! I also was able to use the modified aws-images.yml file on the latest build of master without changing any Profile or config, so that can be an option for us to consider as well. Also, is there any documentation for how to pre-configure an AMI for Cloudbreak to be able to deploy nodes successfully? Does it handle the standard HDP pre-config steps at all? We'd like to use RHEL, if possible. Thanks again! Best, Michael
... View more
07-25-2016
04:18 PM
Hi @rdoktorics, Thanks for the tip. I have tried creating and editing the etc/aws-images.yml file as the docs describe, stopped and restarted Cloudbreak, but it's still defaulting to the same AMI as before (us-west-1:ami-3a750e5a). From what I can tell, the AMI is pulled into the code when the application is built. See here: https://github.com/sequenceiq/cloudbreak/blob/46bc01c25300460a275ef08121d6f4a566ec0db0/cloud-aws/aws-images.tmpl and https://github.com/sequenceiq/cloudbreak/blob/46bc01c25300460a275ef08121d6f4a566ec0db0/cloud-aws/src/main/resources/aws-images.yml In my case, Cloudbreak always uses the AMI defined in version 55 of this atlas: https://atlas.hashicorp.com/api/v1/artifacts/sequenceiq/cloudbreak/amazon.image/search FYI, I am using the pre-built cloud image of Cloudbreak 1.3 in us-west-1 on AWS. Is there something else I'm missing? Best,
Michael *EDIT: Added Cloudbreak version for clarity.
... View more
07-24-2016
12:01 PM
Hi, I would like Cloudbreak to use a custom AMI for my HDP nodes on AWS, but there doesn't seem to be a way to do this in the UI or shell. Is there a way to do this using the API? Or some other potential route? What kinds of pre-configuration are required? Best, Michael
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak