Member since
09-25-2015
142
Posts
58
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1260 | 01-29-2019 12:44 PM | |
1328 | 03-31-2018 08:10 AM | |
7470 | 03-30-2018 07:55 PM | |
1757 | 09-12-2017 01:52 PM | |
2168 | 09-05-2017 05:48 PM |
02-13-2017
07:21 PM
@rahul gulati Unfortunately cloudbreak currently does not support deploying the cluster on existing machines. The only way is to provision clusters if you deploy the whole cluster end to end.
... View more
01-24-2017
08:30 AM
https://github.com/sequenceiq/cloudbreak/pull/2183/files added to master
... View more
12-27-2016
10:17 AM
1 Kudo
@Santhosh B Gowda echo "credential list " | java -jar cloudbreak-shell.jar --sequenceiq.user=${cloudbreak-user} --sequenceiq.password=${cloudbreak-passwrod} --identity.address=https://${cloudbreak-ip}/identity --cloudbreak.address=https://${cloudbreak-ip} --cert.validation=false >> /tmp/output.log Br, R
... View more
12-20-2016
06:36 PM
Hi @Kenneth Graves Sure thing that we can add those instance types. I just created a Jira and the next release will include those instance types. Thanks for reporting this 🙂 Br, Richard
... View more
11-14-2016
12:03 PM
Hi @hello hadoop You have right the documentation is missing, but here is the related source code https://github.com/sequenceiq/cloudbreak/blob/rc-1.6/shell/src/main/java/com/sequenceiq/cloudbreak/shell/commands/common/ClusterCommands.java#L79 which can help you to deploy kerberized clusters. These are the related config parameters: --enableSecurity --kerberosMasterKey --kerberosAdmin --kerberosPassword Br, Richard
... View more
10-02-2016
06:21 PM
@Chris Gambino Currently you can not create autoscaling policies with CLI but here is the link for the rest api on the hosted Cloudbreak: https://cloudbreak.sequenceiq.com/as/api/index.html Br, Richard
... View more
07-29-2016
06:15 PM
@Sunile Manjee https://github.com/sequenceiq/cloudbreak/blob/master/CHANGELOG.md
... View more
07-29-2016
06:13 PM
2 Kudos
hi @Sunile Manjee Openstack is officially in GA with higher than 1.2.0 Cloudbreak. We supporting Kilo and Juno. Br, Richard
... View more
07-28-2016
08:14 AM
You should contact with the Hortonworks support and they will help you to create the custom AMI's. Br, Richard
... View more
07-26-2016
09:00 AM
Could you please add this line to your Profile:
export CBD_FORCE_START=true and also please write this into the compose file where the cloudbreak container is declared under the volume definition: - ./etc/:/etc/cloudbreak after the modification the volume section will seems like this: volumes: - "/Users/rdoktorics/Projects/cloudbreak-deployer/certs:/certs" - /dev/urandom:/dev/random - ./etc/:/etc/cloudbreak
after that please do not regenerate the compose file. This is just a patch because cbd 1.3.0 does not implement this feature. The future releases will contains this fix. If you have any problem applying the patch then I am happy to help on webex. Br, Richard
... View more