#848 Support booting the cloud image on AzureStack
Closed 2 years ago by frigo. Opened 2 years ago by frigo.
frigo/fedora-kickstarts azure  into  main

Cloud: Azure support
François Rigault • 2 years ago  
file modified
+4
@@ -87,6 +87,10 @@ 

  # in /usr/share/GeoIP

  -geolite2-country

  -geolite2-city

+ 

+ # Include dependencies for cloud-init on Azure.

+ gdisk

+ openssl

  %end

  ##### end package list ###############################################

  

To work on Azure, cloud-init need some extra dependencies (namely openssl and gdisk)

Issues were already raised in the past with Fedora34: https://bugzilla.redhat.com/show_bug.cgi?id=1974262

Technically the cloud kickstart mentions:

This is a basic Fedora cloud spin designed to work in OpenStack and other

private cloud environments

and I hit the issue on AzureStackHub which is also a private cloud :)

On other distributions, I don't see cloud-init explicitly requiring these packages. Ubuntu recommends gdisk as a dependency, and Centos gets openssl as it is required by pam.

what do you think? Do you have bigger plans for Azure, with dedicated images, maybe some QA?..

Pull-Request has been closed by frigo

2 years ago
Metadata