Created 09-12-2017 01:44 PM
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
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
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
3 host groups
cbd-shell --> version 1.6.13
Created 09-12-2017 02:04 PM
If you have 3 hostgroup then you have to configure 3 instancegroup as well
Created 09-12-2017 02:18 PM
Thank you that was totally it.