M #-: Update README

Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
pull/264/head
Petr Ospalý 2 years ago
parent 0c2ea340fa
commit e15422d871
No known key found for this signature in database
GPG Key ID: 96B7C54C30DA9F72

@ -29,20 +29,18 @@ List of tested platforms only:
| Platform | Versions | | Platform | Versions |
|---------------------------------|------------------------------------------| |---------------------------------|------------------------------------------|
| AlmaLinux | 8 | | AlmaLinux | 8 |
| Alpine Linux | 3.11, 3.12, 3.13, 3.14 | | Alpine Linux | 3.13, 3.14, 3.15 |
| ALT Linux | p9, p10, Sisyphus |
| Amazon Linux | 2 | | Amazon Linux | 2 |
| CentOS | 7, 8, 8 Stream | | CentOS | 7, 8 Stream |
| Debian | 8, 9, 10, 11 | | Debian | 10, 11, 12 |
| Devuan | 2 | | Devuan | 2 |
| Fedora | 32, 33, 34 | | Fedora | 34, 35 |
| FreeBSD | 11, 12, 13 | | FreeBSD | 12, 13 |
| openSUSE | 15, Tumbleweed | | openSUSE | 15 |
| Oracle Linux | 7, 8 | | Oracle Linux | 7, 8 |
| Red Hat Enterprise Linux | 7, 8 | | Red Hat Enterprise Linux | 7, 8 |
| Rocky Linux | 8 | | Rocky Linux | 8 |
| Springdale Linux | 8 | | Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.10, 22.04 |
| Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.04, 21.10 |
(the packages might work on other versions or flavours, but those aren't tested) (the packages might work on other versions or flavours, but those aren't tested)
@ -79,18 +77,17 @@ Selectable configuration types and IP configuration methods are **supported only
| Platform | Network Type (`NETCFG_TYPE`) | | Platform | Network Type (`NETCFG_TYPE`) |
|---------------------------------------------------------------|-------------------------------------------| |---------------------------------------------------------------|-------------------------------------------|
| Alpine Linux 3.14 | `interfaces` | | Alpine Linux 3.14+ | `interfaces` |
| ALT Linux p9, p10, Sisyphus | `networkd`, `nm` | | ALT Linux p10, Sisyphus | `networkd`, `nm` |
| Amazon Linux 2 | `scripts` | | Amazon Linux 2 | `scripts` |
| Debian 9 | `interfaces` | | Debian 10+ | `interfaces`, `netplan`, `nm`, `networkd` |
| Debian 10, 11 | `interfaces`, `netplan`, `nm`, `networkd` |
| Devuan 2 | `interfaces` | | Devuan 2 | `interfaces` |
| Fedora 34 | `scripts`, `nm`, `networkd` | | Fedora 34+ | `scripts`, `nm`, `networkd` |
| FreeBSD 11, 12, 13 | `bsd` | | FreeBSD 12+ | `bsd` |
| openSUSE 15, Tumbleweed | `scripts` | | openSUSE 15 | `scripts` |
| RHEL-like 7 (CentOS, Oracle Linux) | `scripts` | | RHEL-like 7 (CentOS, Oracle Linux) | `scripts` |
| RHEL-like 8 (CentOS, Oracle/Rocky/Alma/Springdale Linux) | `scripts`, `nm`, `networkd` | | RHEL-like 8 (CentOS, Oracle/Rocky/AlmaLinux) | `scripts`, `nm`, `networkd` |
| Ubuntu 18.04, 20.04, 21.04, 21.10 | `interfaces`, `netplan`, `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`!): (other than listed platforms are not supported for using `NETCFG_TYPE` nor `METHOD`/`IP6_METHOD`!):
@ -184,7 +181,7 @@ executed as a first during the post-networking contextualization stage.
## License ## 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 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 not use this file except in compliance with the License. You may obtain

@ -42,7 +42,7 @@ fi
### ###
VERSION=${VERSION:-6.4.0} VERSION=${VERSION:-6.4.0}
RELEASE=${RELEASE:-0} RELEASE=${RELEASE:-1}
MAINTAINER=${MAINTAINER:-OpenNebula Systems <contact@opennebula.io>} MAINTAINER=${MAINTAINER:-OpenNebula Systems <contact@opennebula.io>}
LICENSE=${LICENSE:-Apache 2.0} LICENSE=${LICENSE:-Apache 2.0}
VENDOR=${VENDOR:-OpenNebula Systems} VENDOR=${VENDOR:-OpenNebula Systems}

Loading…
Cancel
Save