Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find how to set EBS Volume Size #71

Closed
sogos opened this issue Oct 3, 2014 · 2 comments · Fixed by #98
Closed

Can't find how to set EBS Volume Size #71

sogos opened this issue Oct 3, 2014 · 2 comments · Fixed by #98

Comments

@sogos
Copy link

sogos commented Oct 3, 2014

Hello, I can't find how to set EBS Volume size. It's always 1Gb

Here my conf

---
provisioner:
  name: chef_solo

driver:
  name: ec2
  aws_access_key_id: XXXXX
  aws_secret_access_key: YYYYYYY
  region: eu-west-1
  aws_ssh_key_id: GER
  availability_zone: eu-west-1a
  security_group_ids: ["sg-XXXXXX"]
  ssh_key: /root/XXXX.pem
  require_chef_omnibus: true

platforms:
  - name: debian6
    driver:
      image_id: ami-XXXXXX
      username: root
      ebs_volume_size: 40,
      ebs_delete_on_termination: 'true'
      ebs_device_name: '/dev/sda1'

suites:
  - name: default
    run_list:
      - recipe[ger::default]
    attributes:
@sinfomicien
Copy link

Which version of kitchen-ec2 do you use ? The latest on rubygems.org (0.8.0) does not contain the needed code. You have to grab the development version from the github sources. (It was the case for me).

@tyler-ball
Copy link
Contributor

@sogos Is this still a problem for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants