- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Cloudbreak Azure, Can't create stack via CLI following documentation...
- Labels:
-
Hortonworks Cloudbreak
Created ‎09-12-2017 01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can create everything without issue in the UI but I need to script this...
Here's what I did:
cloudbreak-shell>credential select --id 1 Credential selected, id: 1 cloudbreak-shell>blueprint select --id 10 Blueprint has been selected, id: 10 cloudbreak-shell>instancegroup configure --AZURE --instanceGroup master --nodecount 1 --ambariServer true --securityGroupName internalports --templateName mincanadianeast instanceGroup templateId nodeCount type securityGroupId attributes ------------- ---------- --------- ------- --------------- ---------- master 4 1 GATEWAY 5 {} cloudbreak-shell>instancegroup configure --AZURE --instanceGroup worker --nodecount 9 --ambariServer false --securityGroupName internalports --templateName mincanadianeast instanceGroup templateId nodeCount type securityGroupId attributes ------------- ---------- --------- ------- --------------- ---------- worker 4 9 CORE 5 {} master 4 1 GATEWAY 5 {} cloudbreak-shell>network select --name default-azure-network Network is selected with name: default-azure-network cloudbreak-shell>stack create --AZURE --name pilot-2nd-cluster --region "Canada East" --wait true Command 'stack create --AZURE --name pilot-2nd-cluster --region "Canada East" --wait true' was found but is not currently available (type 'help' then ENTER to learn about this command)
I'm following the documentation pretty closely on the site. Happy to provide any log that may be helpful. Why can't I create a stack?
Created ‎09-12-2017 01:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How many hostgroup do you have in your blueprint?
Which version of cbd shell are you using ?
Br
R
Created ‎09-12-2017 01:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How many hostgroup do you have in your blueprint?
Which version of cbd shell are you using ?
Br
R
Created ‎09-12-2017 02:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 host groups
cbd-shell --> version 1.6.13
Created ‎09-12-2017 02:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you have 3 hostgroup then you have to configure 3 instancegroup as well
Created ‎09-12-2017 02:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you that was totally it.
