~pieq/checkbox/add-30suspend-1reboot-cycles-support

« back to all changes in this revision

Viewing changes to Vagrantfile

  • Committer: Zygmunt Krynicki
  • Date: 2015-05-18 15:05:11 UTC
  • mto: This revision was merged to the branch mainline in revision 3787.
  • Revision ID: zygmunt.krynicki@canonical.com-20150518150511-5lnmaqf83do4h6rm
support: use fixed trusty image for vagrant+virtualbox

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  # Define a Ubuntu Server image (cloud) for the 14.04 release (trusty)
18
18
  config.vm.define :trusty do |trusty_config|
19
19
    trusty_config.vm.box = "trusty-cloud-i386"
20
 
    trusty_config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-i386-vagrant-disk1.box"
 
20
    trusty_config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/trusty/20150516/trusty-server-cloudimg-i386-vagrant-disk1.box"
 
21
    trusty_config.vm.box_check_update = false
 
22
    trusty_config.vm.box_download_checksum_type = "sha256"
 
23
    trusty_config.vm.box_download_checksum = "6e50aef0cf14beb450d0202bc4bbb4ba1be7dd4486ca3dac8ef272e0923e9096"
21
24
  end
22
25
 
23
26
  # For debugging and later future GUI testing