#1161 cloud: Add Azure image build
Merged a year ago by kevin. Opened a year ago by mhayden.
mhayden/pungi-fedora add-azure-image  into  main

cloud: Add Azure image build
Major Hayden • a year ago  
file modified
+14
@@ -313,6 +313,20 @@ 

          },

          {

              'image-build': {

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

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

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

+                     'distro': 'Fedora-22',

+                     'disk_size': 5,

+                     'arches': ['x86_64'],

+                     'repo': 'Everything',

+                     'install_tree_from': 'Everything',

+                     'subvariant': 'Cloud_Base',

+                     'failable': ['x86_64'],

+                      }

+         },

+         {

+             'image-build': {

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

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

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

The Cloud SIG is ready to launch Fedora on Azure and we need image built
along with rawhide composes. Although the image has a very similar
package set, it must be in VHD format.

Signed-off-by: Major Hayden major@redhat.com

ok. Is there likely a Change coming around this?

Pull-Request has been merged by kevin

a year ago

@mhayden is there a reason we're not producing AArch64 images too?

ok. Is there likely a Change coming around this?

That's a good question! I hopped into help @davdunc with this one because he's getting pulled in a lot of directions. I'm happy to write up a change proposal for it.

@mhayden is there a reason we're not producing AArch64 images too?

We figured it was worth starting small on this and iterating once we have things working well. There's no reason why we can't do it all in one change.

@mhayden asked

@davdunc did you have a change proposal already for Fedora + Azure? getting asked in https://pagure.io/pungi-fedora/pull-request/1161#comment-186776

And I do not have a change proposal for this yet.

Azure needs to be UEFI-only, so Fedora-30 instead of Fedora-22 as well.

Azure needs to be UEFI-only, so Fedora-30 instead of Fedora-22 as well.

Made a new PR for a fix: https://pagure.io/pungi-fedora/pull-request/1165

ok. Is there likely a Change coming around this?

That's a good question! I hopped into help @davdunc with this one because he's getting pulled in a lot of directions. I'm happy to write up a change proposal for it.

@mhayden is there a reason we're not producing AArch64 images too?

We figured it was worth starting small on this and iterating once we have things working well. There's no reason why we can't do it all in one change.

Let's shoot for the moon! :rocket: :new_moon:

Metadata