-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support mandatory attributes of VM Images
Signed-off-by: Anja Strunk <anja.strunk@cloudandheat.com>
- Loading branch information
1 parent
eec2efe
commit 5ea69c7
Showing
7 changed files
with
2,798 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,34 @@ | ||
DEFAULT_RESOURCE_POLICY = "default: allow intent" | ||
|
||
UNIT_MB = "https://qudt.org/vocab:unit/MegaBYTE" | ||
UNIT_GB = "https://qudt.org/vocab:unit/GigaBYTE" | ||
UNIT_MB = "https://qudt.org/vocab/unit/MegaBYTE" | ||
UNIT_GB = "https://qudt.org/vocab/unit/GigaBYTE" | ||
|
||
|
||
CONFIG_VM_IMAGE = "vm image" | ||
CONFIG_RESOURCE_POLICY = "resource policy" | ||
CONFIG_LICENSE = "license" | ||
CONFIG_COPYRIGHT = "copyright owner" | ||
|
||
CONFIG_OS_ALP = "Alpine Linux" | ||
CONFIG_OS_ARCH = "Arch Linux" | ||
CONFIG_OS_CENTOS = "CentOS Linux" | ||
CONFIG_OS_DEBIAN = "Debian" | ||
CONFIG_OS_FEDORA = "Fedora" | ||
CONFIG_OS_FREEBSD = "FreeBSD" | ||
CONFIG_OS_GENTOO = "Gentoo Linux" | ||
CONFIG_OS_MANDRAKE = "Mandrake Linux" | ||
CONFIG_OS_MANDRIVA = "Mandriva Linux" | ||
CONFIG_OS_MES = "Mandriva Enterprise Server" | ||
CONFIG_OS_MSDOS = "MS-DOS" | ||
CONFIG_OS_NETBSD = "NetBSD" | ||
CONFIG_OS_NOVELL = "Novell Netware" | ||
CONFIG_OS_OPENBSD = "OpenBSD" | ||
CONFIG_OS_SOLARIS = "OpenSolaris" | ||
CONFIG_OS_OPEN_SUSE = "openSUSE" | ||
CONFIG_OS_ROCKY = "Rocky Linux" | ||
CONFIG_OS_RHEL = "Red Hat Enterprise Linux" | ||
CONFIG_OS_SLED = "SUSE Linux Enterprise Desktop" | ||
CONFIG_OS_UBUNTU = "Ubuntu" | ||
CONFIG_OS_WINDOWS = "Microsoft Windows" | ||
CONFIG_OS_CIRROS = "CirrOS" | ||
CONFIG_OS_ALMALINUX = "AlmaLinux" |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.