Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #264 from ospalax/6.4
Browse files Browse the repository at this point in the history
M #-: Update README
  • Loading branch information
Petr Ospalý authored May 5, 2022
2 parents 0c2ea34 + e15422d commit 3be568e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
35 changes: 16 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,18 @@ List of tested platforms only:
| Platform | Versions |
|---------------------------------|------------------------------------------|
| AlmaLinux | 8 |
| Alpine Linux | 3.11, 3.12, 3.13, 3.14 |
| ALT Linux | p9, p10, Sisyphus |
| Alpine Linux | 3.13, 3.14, 3.15 |
| Amazon Linux | 2 |
| CentOS | 7, 8, 8 Stream |
| Debian | 8, 9, 10, 11 |
| CentOS | 7, 8 Stream |
| Debian | 10, 11, 12 |
| Devuan | 2 |
| Fedora | 32, 33, 34 |
| FreeBSD | 11, 12, 13 |
| openSUSE | 15, Tumbleweed |
| Fedora | 34, 35 |
| FreeBSD | 12, 13 |
| openSUSE | 15 |
| Oracle Linux | 7, 8 |
| Red Hat Enterprise Linux | 7, 8 |
| Rocky Linux | 8 |
| Springdale Linux | 8 |
| Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.04, 21.10 |
| Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.10, 22.04 |

(the packages might work on other versions or flavours, but those aren't tested)

Expand Down Expand Up @@ -79,18 +77,17 @@ Selectable configuration types and IP configuration methods are **supported only

| Platform | Network Type (`NETCFG_TYPE`) |
|---------------------------------------------------------------|-------------------------------------------|
| Alpine Linux 3.14 | `interfaces` |
| ALT Linux p9, p10, Sisyphus | `networkd`, `nm` |
| Alpine Linux 3.14+ | `interfaces` |
| ALT Linux p10, Sisyphus | `networkd`, `nm` |
| Amazon Linux 2 | `scripts` |
| Debian 9 | `interfaces` |
| Debian 10, 11 | `interfaces`, `netplan`, `nm`, `networkd` |
| Debian 10+ | `interfaces`, `netplan`, `nm`, `networkd` |
| Devuan 2 | `interfaces` |
| Fedora 34 | `scripts`, `nm`, `networkd` |
| FreeBSD 11, 12, 13 | `bsd` |
| openSUSE 15, Tumbleweed | `scripts` |
| Fedora 34+ | `scripts`, `nm`, `networkd` |
| FreeBSD 12+ | `bsd` |
| openSUSE 15 | `scripts` |
| RHEL-like 7 (CentOS, Oracle Linux) | `scripts` |
| RHEL-like 8 (CentOS, Oracle/Rocky/Alma/Springdale Linux) | `scripts`, `nm`, `networkd` |
| Ubuntu 18.04, 20.04, 21.04, 21.10 | `interfaces`, `netplan`, `nm`, `networkd` |
| RHEL-like 8 (CentOS, Oracle/Rocky/AlmaLinux) | `scripts`, `nm`, `networkd` |
| Ubuntu 18.04, 20.04, 21.10, 22.04 | `interfaces`, `netplan`, `nm`, `networkd` |

(other than listed platforms are not supported for using `NETCFG_TYPE` nor `METHOD`/`IP6_METHOD`!):

Expand Down Expand Up @@ -184,7 +181,7 @@ executed as a first during the post-networking contextualization stage.

## License

Copyright 2002-2021, OpenNebula Project, OpenNebula Systems (formerly C12G Labs)
Copyright 2002-2022, OpenNebula Project, OpenNebula Systems (formerly C12G Labs)

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi
###

VERSION=${VERSION:-6.4.0}
RELEASE=${RELEASE:-0}
RELEASE=${RELEASE:-1}
MAINTAINER=${MAINTAINER:-OpenNebula Systems <contact@opennebula.io>}
LICENSE=${LICENSE:-Apache 2.0}
VENDOR=${VENDOR:-OpenNebula Systems}
Expand Down

0 comments on commit 3be568e

Please sign in to comment.