-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
M #-: Update for one-apps 6.10.0 (#104)
Add, update distros: - add alpine319 - add devuan5 - add fedora39 - add ubuntu2404 - add ubuntu2404min - add fedora40 - add freebsd14 - update VRouter
- Loading branch information
Showing
28 changed files
with
410 additions
and
77 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
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: Fedora 40 | ||
version: 6.10.0-1-20240514 | ||
publisher: OpenNebula Systems | ||
description: |- | ||
Fedora 40 image ready for your OpenNebula deployment. | ||
This image is based on the Fedora 40 cloud image with the OpenNebula [contextualization package](http://docs.opennebula.io/stable/management_and_operations/references/kvm_contextualization.html). | ||
There is no password for the root account. To access the Virtual Machine, add an SSH public key to your user or the template and ssh to the root account. | ||
**Note**: Remember to update the template in order to add a network after importing it. | ||
short_description: Fedora 40 image for KVM, LXD, and vCenter | ||
tags: | ||
- fedora | ||
format: qcow2 | ||
creation_time: 1715685461 | ||
os-id: Fedora | ||
os-release: '40' | ||
os-arch: x86_64 | ||
hypervisor: ALL | ||
opennebula_version: 6.0, 6.1, 6.2, 6.3, 6.4, 6.6, 6.8 | ||
opennebula_template: | ||
context: | ||
network: 'YES' | ||
ssh_public_key: "$USER[SSH_PUBLIC_KEY]" | ||
cpu: '1' | ||
graphics: | ||
listen: 0.0.0.0 | ||
type: vnc | ||
memory: '768' | ||
os: | ||
arch: x86_64 | ||
logo: images/logos/fedora.png | ||
lxd_security_privileged: 'true' | ||
logo: fedora.png | ||
images: | ||
- name: fedora40 | ||
url: https://d24fmfybwxpuhu.cloudfront.net/fedora40-6.10.0-1-20240514.qcow2 | ||
type: OS | ||
dev_prefix: vd | ||
driver: qcow2 | ||
size: 5368709120 | ||
checksum: | ||
md5: 7f270a4f546057ae344dc512bcb78a73 | ||
sha256: 82b30faad72c552c3e11cbf73e870160023b78f837ec2d21ab33af0d916faf44 |
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Alpine Linux 3.19 | ||
version: 6.10.0-1-20240514 | ||
publisher: OpenNebula Systems | ||
description: |- | ||
Alpine Linux 3.19 image ready for your OpenNebula deployment. | ||
This image is based on the Alpine Linux 3.19 cloud image with the OpenNebula [contextualization package](http://docs.opennebula.io/stable/management_and_operations/references/kvm_contextualization.html). | ||
There is no password for the root account. To access the Virtual Machine, add an SSH public key to your user or the template and ssh to the root account. | ||
**Note**: Remember to update the template in order to add a network after importing it. | ||
short_description: Alpine Linux 3.19 image for KVM, LXD and vCenter | ||
tags: | ||
- alpine | ||
format: qcow2 | ||
creation_time: 1715685461 | ||
os-id: Alpine Linux | ||
os-release: '3.19' | ||
os-arch: x86_64 | ||
hypervisor: ALL | ||
opennebula_version: 6.0, 6.1, 6.2, 6.3, 6.4, 6.6, 6.8 | ||
opennebula_template: | ||
context: | ||
network: 'YES' | ||
ssh_public_key: "$USER[SSH_PUBLIC_KEY]" | ||
cpu: '1' | ||
graphics: | ||
listen: 0.0.0.0 | ||
type: vnc | ||
memory: '128' | ||
nic_default: | ||
model: virtio | ||
os: | ||
arch: x86_64 | ||
logo: images/logos/linux.png | ||
lxd_security_privileged: 'true' | ||
logo: alpine.png | ||
images: | ||
- name: alpine319 | ||
url: >- | ||
https://d24fmfybwxpuhu.cloudfront.net/alpine319-6.10.0-1-20240514.qcow2 | ||
type: OS | ||
dev_prefix: vd | ||
driver: qcow2 | ||
size: 268435456 | ||
checksum: | ||
md5: 41a390574f1587ad7d200c8e758e82c9 | ||
sha256: d69c4c37eb68a05e76854505b7ca341b3eaa397eb07f30342af180dcb480800b |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: Fedora 39 | ||
version: 6.10.0-1-20240514 | ||
publisher: OpenNebula Systems | ||
description: |- | ||
Fedora 39 image ready for your OpenNebula deployment. | ||
This image is based on the Fedora 39 cloud image with the OpenNebula [contextualization package](http://docs.opennebula.io/stable/management_and_operations/references/kvm_contextualization.html). | ||
There is no password for the root account. To access the Virtual Machine, add an SSH public key to your user or the template and ssh to the root account. | ||
**Note**: Remember to update the template in order to add a network after importing it. | ||
short_description: Fedora 39 image for KVM, LXD, and vCenter | ||
tags: | ||
- fedora | ||
format: qcow2 | ||
creation_time: 1715685461 | ||
os-id: Fedora | ||
os-release: '39' | ||
os-arch: x86_64 | ||
hypervisor: ALL | ||
opennebula_version: 6.0, 6.1, 6.2, 6.3, 6.4, 6.6, 6.8 | ||
opennebula_template: | ||
context: | ||
network: 'YES' | ||
ssh_public_key: "$USER[SSH_PUBLIC_KEY]" | ||
cpu: '1' | ||
graphics: | ||
listen: 0.0.0.0 | ||
type: vnc | ||
memory: '768' | ||
os: | ||
arch: x86_64 | ||
logo: images/logos/fedora.png | ||
lxd_security_privileged: 'true' | ||
logo: fedora.png | ||
images: | ||
- name: fedora39 | ||
url: https://d24fmfybwxpuhu.cloudfront.net/fedora39-6.10.0-1-20240514.qcow2 | ||
type: OS | ||
dev_prefix: vd | ||
driver: qcow2 | ||
size: 5368709120 | ||
checksum: | ||
md5: 59d705141232a214e6be9540be25a835 | ||
sha256: a82da6fe3e15ae2c31a46bff55462ea3a63d7102b3e6aefc8056d248fd9919bd |
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: Ubuntu Minimal 24.04 | ||
version: 6.10.0-1-20240514 | ||
publisher: OpenNebula Systems | ||
description: |- | ||
Ubuntu Minimal 24.04 image ready for your OpenNebula deployment. | ||
This image is based on the Ubuntu Minimal 24.04 cloud image with the OpenNebula [contextualization package](http://docs.opennebula.io/stable/management_and_operations/references/kvm_contextualization.html). | ||
There is no password for the root account. To access the Virtual Machine, add an SSH public key to your user or the template and ssh to the root account. | ||
**Note**: Remember to update the template in order to add a network after importing it. | ||
**WARNING: Learn more about [Minimal Ubuntu](https://wiki.ubuntu.com/Minimal) images before using them! They focus on minimal image size and fast boot times and are suitable for short-living environments. They don't come with virtual console support and any boot problems are hard to troubleshoot over VNC. For common use check regular Ubuntu images.** | ||
short_description: Ubuntu Minimal 24.04 image for KVM and vCenter | ||
tags: | ||
- ubuntu | ||
format: qcow2 | ||
creation_time: 1715685461 | ||
os-id: Ubuntu | ||
os-release: '24.04' | ||
os-arch: x86_64 | ||
hypervisor: ALL | ||
opennebula_version: 6.0, 6.1, 6.2, 6.3, 6.4, 6.6, 6.8 | ||
opennebula_template: | ||
context: | ||
network: 'YES' | ||
ssh_public_key: "$USER[SSH_PUBLIC_KEY]" | ||
cpu: '1' | ||
graphics: | ||
listen: 0.0.0.0 | ||
type: vnc | ||
memory: '768' | ||
nic_default: | ||
model: virtio | ||
os: | ||
arch: x86_64 | ||
logo: images/logos/ubuntu.png | ||
lxd_security_privileged: 'true' | ||
logo: ubuntu.png | ||
images: | ||
- name: ubuntu2404min | ||
url: >- | ||
https://d24fmfybwxpuhu.cloudfront.net/ubuntu2404min-6.10.0-1-20240514.qcow2 | ||
type: OS | ||
dev_prefix: vd | ||
driver: qcow2 | ||
size: 3758096384 | ||
checksum: | ||
md5: d1834300d269a9d8d2c115dcb6eb852a | ||
sha256: 0b2886de46e9b3114dc128944f1274434fc829f4fdc7ced4b76f3bb5fd4e08ef |
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
Oops, something went wrong.