Member since
03-19-2019
67
Posts
38
Kudos Received
19
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3912 | 08-03-2018 03:48 PM | |
990 | 05-04-2018 03:26 PM | |
1156 | 01-12-2018 07:16 PM | |
1537 | 09-13-2017 02:29 PM | |
3720 | 05-10-2017 07:59 PM |
12-07-2016
08:26 AM
Hi, You can leave the floating IP pool empty and Cloudbreak will use the private ip's assigned to the instances. The only requirement in this case that Cloudbreak must be able to reach the instances by this IP (either through VPN or CB can be deployed into the same virtual network..)
... View more
10-20-2016
02:50 PM
Hi, The /var/log/recipes folder should exist on the node where Ambari is installed, so please SSH into there to see. If you define a custom recipe please make sure your script logs somewhere and check if it can run successfully.
... View more
10-20-2016
07:19 AM
1 Kudo
Cloudbreak runs a few post-install scripts after the installation is done. Can you check the /var/log/recipes/ directory to see if there is an error in one of those files? If you use a recipe it might fail as well.
... View more
09-28-2016
03:40 PM
You can do such things like this: cbd util cloudbreak-shell-quiet <<< "credential delete --id 12". You can send multiple lines as well as the cluster creation consists of multiple commands: cbd util cloudbreak-shell-quiet <<EOF stack list stack list more commands... EOF
... View more
08-09-2016
05:17 PM
Hi, You cannot change the size of the root volume, what you can do is to attach more volumes to the instances.
... View more
07-29-2016
09:13 AM
Glad that it worked out, let us know if you believe something is missing from the docs and can be improved.
... View more
07-27-2016
07:07 PM
1 Kudo
Each key pair is generated from the public SSH key you provided and a unique name as you can see it here: https://github.com/sequenceiq/cloudbreak/blob/master/cloud-aws/src/main/java/com/sequenceiq/cloudbreak/cloud/aws/AwsCredentialConnector.java#L71 so basically you have the public and private key as well.
... View more
07-27-2016
05:42 PM
1, You don't need an SSH key pair on the Cloudbreak instance. You need to provide a public SSH key when you create a credential then you can use the private key for SSHing to the instances that Cloudbreak will launch. That SSH key can be anywhere. 2, Cloudbreak creates a new key pair for every cluster and generates a unique name for it to avoid name collision if many user use the same AWS account.
... View more
07-26-2016
01:46 PM
The fix went in to the rc-1.4 branch so the next release will solve this problem: https://github.com/sequenceiq/cloudbreak/pull/1814
... View more
07-25-2016
12:15 PM
Cloudbreak is not an Apache project, yet so it's an internal JIRA, but I'll update this thread.
... View more
- « Previous
- Next »