Member since
04-23-2016
29
Posts
12
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1435 | 10-17-2017 09:01 AM | |
869 | 03-29-2017 10:24 AM | |
4285 | 12-28-2016 05:49 PM | |
1599 | 12-23-2016 11:38 AM | |
1465 | 08-19-2016 07:05 AM |
10-17-2017
09:01 AM
3 Kudos
You should ask your azure administrator to run the "az ad sp create-for-rbac..." command for you. Only the admin users can assign roles. It will create an application, principal for application and assign the role for the principal. Then you can use the output of this command (it contains app-id) with cloudbreak.
... View more
03-29-2017
10:24 AM
1 Kudo
Hi, please upgrade to 1.14.1 (not relased yet). This issue has been fixed in this version. curl -Ls s3://public-repo-1.hortonworks.com/HDP/cloudbreak/cloudbreak-deployer_1.14.1_Linux_x86_64.tgz | sudo tar -xz -C /bin cbd
cbd --version
cbd regenerate
cbd restart Anyway the Profile file is where you execute cbd commands. (/var/lib/cloudbreak-deployment for example)
... View more
01-03-2017
12:27 PM
Yes, you should create those accounts first on UI. We store users in UAA Server (https://github.com/cloudfoundry/uaa)
... View more
01-03-2017
12:01 PM
You can define only one default user in Profile. But you can create 3 individual remote shell command for the 3 user with different user and password.
-e SEQUENCEIQ_USER='admin@example.com'
-e SEQUENCEIQ_PASSWORD='cloudbreak'
... View more
01-03-2017
08:59 AM
First question: You can run cloudbreak-shell from your local machine (has to be docker on your machine). If you execute 'cbd util cloudbreak-shell-remote' on cloudbreak server, then it will print a command like this: docker run -it --rm --name cloudbreak-shell -e CLOUDBREAK_ADDRESS='https://192.168.64.7' -e IDENTITY_ADDRESS='https://192.168.64.7/identity' -e SEQUENCEIQ_USER='admin@example.com' -e SEQUENCEIQ_PASSWORD='cloudbreak' -w /data -v /Users/perdos/cloudbreak-deployment:/data hortonworks/cloudbreak-shell:1.6.2-rc.20 --cert.validation=false You can change user and password in this example script. Second question: As I know nobody can create cluster with 1.6.1 because of an ambari bug. Because of this I recommend you to stay on 1.6.2-rc. Anyway you can downgrade, but don't forget to do a 'cbd migrate cbdb down 10'. It will undo our last 10 DB scripts.
... View more
01-02-2017
08:01 PM
Did you change password for the default user? If the answer is yes then you should write the new password into Profile: export UAA_DEFAULT_USER_PW=***your_new_password_here*** If you want to login with other user than admin@example.com, you can add this line into the Profile: export UAA_DEFAULT_USER_EMAIL=***new_user***
... View more
12-28-2016
05:49 PM
Could you please update your cloudbreak to 1.6.2-rc.20 with the following command and check if the issue is still exists? curl –Ls https://2374-32450069-gh.circle-artifacts.com/0/tmp/circle-artifacts.SB6rMFp/cbd-linux.tgz | sudo tar -xz -C /bin cbd
... View more
12-28-2016
03:37 PM
Hi, Could you please run the following command: cbd ps And please copy here the output of this command.
... View more
12-23-2016
11:38 AM
1 Kudo
it seems the cb.ambari.repo.version=2.4.2.2-1 is wrong, it shuld be 2.5.0.0-513
... View more
10-12-2016
03:35 PM
Are you using UI or cloudbreak-shell (or maybe the Rest API) to create cluster?
... View more