#837 Removing ppc64le and s390x vmdk cloud images
Merged 3 years ago by kevin. Opened 3 years ago by mohanboddu.
mohanboddu/pungi-fedora remove-ppc64le-s390x-cloudimages  into  master

file modified
+13
@@ -355,6 +355,19 @@ 

          },

          {

              'image-build': {

+                     'format': [('vmdk','vmdk')],

+                     'name': 'Fedora-Cloud-Base',

+                     'kickstart': 'fedora-cloud-base.ks',

+                     'distro': 'Fedora-22',

+                     'disk_size': 4,

+                     'arches': ['aarch64', 'x86_64'],

+                     'repo': 'Everything',

+                     'install_tree_from': 'Everything',

+                     'subvariant': 'Cloud_Base',

+                      }

+         },

+         {

+             'image-build': {

                      'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')],

                      'name': 'Fedora-Cloud-Base-Vagrant',

                      'kickstart': 'fedora-cloud-base-vagrant.ks',

Pull-Request has been merged by kevin

3 years ago

Is this going to do what you want? We didn't change the other section in the file.

Also, should we update the cloud pungi runs?

Metadata