Skip to content

Instantly share code, notes, and snippets.

@maxkarelov
Created October 26, 2015 19:07
Show Gist options
  • Save maxkarelov/46ac0006378014ff815f to your computer and use it in GitHub Desktop.
Save maxkarelov/46ac0006378014ff815f to your computer and use it in GitHub Desktop.
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