Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

manage kernels in common lib rather than each provider #96

Open
osallou opened this issue Sep 8, 2013 · 1 comment
Open

manage kernels in common lib rather than each provider #96

osallou opened this issue Sep 8, 2013 · 1 comment
Labels

Comments

@osallou
Copy link

osallou commented Sep 8, 2013

Currently, we have in each provider, when managing image packages:

    # In squeeze, we need a special kernel flavor for xen
    kernels = {'squeeze': {'amd64': 'linux-image-amd64',
                           'i386':  'linux-image-686', },
               'wheezy':  {'amd64': 'linux-image-amd64',
                           'i386':  'linux-image-686', }, }

For later maintenance, it would be nice to manage this via a kernels.get(xx) or something like that to avoid modifying all providers to add Jessie for example.

globally, Host and Image packages could be put in a common task, called only with a specific list per provider.

@andsens
Copy link
Owner

andsens commented Jan 19, 2014

Tomasz did something along those lines for some other stuff: 3bc47f6
This could work for kernel images and AKI IDs as well.

@andsens andsens closed this as completed Feb 17, 2023
@andsens andsens reopened this Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants