You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afterburn currently has two separate CloudStack providers, cloudstack-metadata and cloudstack-configdrive, depending on where instance metadata is coming from. These provider names diverge from Ignition (which just uses cloudstack), so on this platform, Afterburn can't transparently detect the platform by checking the ignition.platform.id karg.
Consolidate the two providers under the name cloudstack. This was previously done for OpenStack in #462.
The text was updated successfully, but these errors were encountered:
Feature Request
Environment
CloudStack
Desired Feature
Afterburn currently has two separate CloudStack providers,
cloudstack-metadata
andcloudstack-configdrive
, depending on where instance metadata is coming from. These provider names diverge from Ignition (which just usescloudstack
), so on this platform, Afterburn can't transparently detect the platform by checking theignition.platform.id
karg.Consolidate the two providers under the name
cloudstack
. This was previously done for OpenStack in #462.The text was updated successfully, but these errors were encountered: