Created
October 26, 2015 19:07
-
-
Save maxkarelov/46ac0006378014ff815f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failed StepArgumentException with 'requirement failed: No keystore provided' | |
########################### MANIFEST ################################ | |
version: "1.1" | |
header: {} | |
launch: | |
steps: | |
provisionMicroUbuntuAmazon: | |
action: provisionVms | |
parameters: | |
jcloudsProvider: aws-ec2 | |
jcloudsEndpoint: https://ec2.eu-west-1.amazonaws.com | |
jcloudsIdentity: undefined | |
jcloudsCredential: undefined | |
jcloudsRegions: eu-west-1 | |
hardwareId: t1.micro | |
imageId: eu-west-1/ami-0fac7566 | |
vmIdentity: ubuntu | |
ec2SecurityGroup: default | |
quantity: 1 | |
retryCount: 1 | |
return: [] | |
destroy: | |
steps: [] | |
return: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment