-
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.
Add, update distros: - add alpine320 - add amazon2023 - update VRouter
- Loading branch information
Showing
3 changed files
with
100 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Amazon Linux 2023 | ||
version: 6.10.0-2-20240710 | ||
publisher: OpenNebula Systems | ||
description: |- | ||
[Amazon Linux 2023](https://aws.amazon.com/linux/amazon-linux-2023/) image ready for the OpenNebula deployment with [contextualization package](http://docs.opennebula.io/stable/management_and_operations/references/kvm_contextualization.html) installed. The use of this software is governed by the terms of the AWS Customer Agreement (https://aws.amazon.com/agreement/) or other agreement with AWS governing the use of AWS services. | ||
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: Amazon Linux 2023 image for KVM, LXD and vCenter. | ||
tags: | ||
- amazon | ||
format: qcow2 | ||
creation_time: 1715685461 | ||
os-id: Amazon Linux | ||
os-release: '2023' | ||
os-arch: x86_64 | ||
hypervisor: ALL | ||
opennebula_version: >- | ||
4.8, 4.10, 4.12, 4.14, 5.0, 5.2, 5.4, 5.6, 5.8, 5.10, 5.12, 5.13, 6.0, | ||
6.1, 6.2, 6.3, 6.4, 6.6, 6.8, 6.10 | ||
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/linux.png | ||
lxd_security_privileged: 'true' | ||
logo: amazon.png | ||
images: | ||
- name: amazon2023 | ||
url: >- | ||
https://d24fmfybwxpuhu.cloudfront.net/amazon2023-6.10.0-2-20240710.qcow2 | ||
type: OS | ||
dev_prefix: vd | ||
driver: qcow2 | ||
size: 26843545600 | ||
checksum: | ||
md5: 28af65ea5fed957ee52a02d9c248acdb | ||
sha256: 50c14e7046bb4e6d8fe76b4c761ddb018504efe755accb0de7d1d56626236e1e |
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.20 | ||
version: 6.10.0-2-20240710 | ||
publisher: OpenNebula Systems | ||
description: |- | ||
Alpine Linux 3.20 image ready for your OpenNebula deployment. | ||
This image is based on the Alpine Linux 3.20 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.20 image for KVM, LXD and vCenter | ||
tags: | ||
- alpine | ||
format: qcow2 | ||
creation_time: 1715685461 | ||
os-id: Alpine Linux | ||
os-release: '3.20' | ||
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: alpine320 | ||
url: >- | ||
https://d24fmfybwxpuhu.cloudfront.net/alpine320-6.10.0-2-20240710.qcow2 | ||
type: OS | ||
dev_prefix: vd | ||
driver: qcow2 | ||
size: 268435456 | ||
checksum: | ||
md5: 668c416f6be5036c52604f20d98fd61c | ||
sha256: d09b9276224dfe80f4ba3fc797628e1c0c4f58ead2e3bbd2763fefce413e8069 |
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