Skip to content
Snippets Groups Projects
cirros.pp 361 B
Newer Older
  • Learn to ignore specific revisions
  • #Under investigation
    
    #Still commented
    
    class openstack::setup::cirros {
      glance_image { 'Cirros':
        ensure           => present,
        name             => 'Cirros',
        is_public        => 'yes',
        container_format => 'bare',
        disk_format      => 'qcow2',
        source           => 'http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img',
      }