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

manage kernels in common lib rather than each provider #96

@osallou

Description

@osallou

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions