-
Notifications
You must be signed in to change notification settings - Fork 16
linux_installation
Pedro Ielpi edited this page Sep 24, 2024
·
5 revisions
To effortlessly run a Linux Guest with pre-installed contextualization packages, simply download one of the pre-built appliances from the OpenNebula Marketplace via the Sunstone interface.
Alternatively, if you prefer to manually install the contextualization package please follow the instructions below.
# wget https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1-1.el8.noarch.rpm
# yum install -y epel-release
# yum install -y one-context-[0-9]*el8*rpm
# systemctl enable network.service
# wget https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1-1.el9.noarch.rpm
# yum install -y epel-release
# yum install -y one-context-[0-9]*el9*rpm
# systemctl enable network.service
# wget https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context_6.8.1-1.deb
# apt-get purge -y cloud-init
# dpkg -i one-context_*deb || apt-get install -fy
# wget https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1-1.suse.noarch.rpm
# zypper --no-gpg-check install -y one-context-[0-9]*suse*rpm
# wget https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1-alt1.noarch.rpm
# apt-get install -fy one-context-[0-9]*alt*rpm
# wget https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1-r1.apk
# apk add --allow-untrusted one-context-[0-9]*apk
# wget https://github.com/OpenNebula/one-apps/releases/download/v6.8.1/one-context-6.8.1_1.txz
# pkg install -y curl bash sudo base64 ruby open-vm-tools-nox11
# pkg install -y one-context-[0-9]*.txz
- OpenNebula Apps Overview
- OS Appliances Update Policy
- OneApps Quick Intro
- Build Instructions
- Linux Contextualization Packages
- Windows Contextualization Packages
- OneKE (OpenNebula Kubernetes Edition)
- Virtual Router
- Release Notes
- Overview
- Quick Start
- OpenRC Services
- Virtual Router Modules
- Glossary
- WordPress
- Harbor Container Registry
- MinIO
- Development