All Projects → Jarli01 → Xenorchestra_installer

Jarli01 / Xenorchestra_installer

Licence: gpl-3.0
A simple install script for Xen Orchestra

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Xenorchestra installer

Sobre
Informações gerais sobre o Centro de Treinamento
Stars: ✭ 345 (+36.9%)
Mutual labels:  community, open-source
Sonar Cxx
SonarQube C++ plugin (Community): This plugin adds C++ support to SonarQube with the focus on integration of existing C++ tools.
Stars: ✭ 649 (+157.54%)
Mutual labels:  community, open-source
Boxbilling
BoxBilling - Open source billing and client management software
Stars: ✭ 372 (+47.62%)
Mutual labels:  community, open-source
Contribute To This Project
This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.
Stars: ✭ 501 (+98.81%)
Mutual labels:  community, open-source
Apps
A collection of apps built on Electron
Stars: ✭ 1,283 (+409.13%)
Mutual labels:  community, open-source
First Contributions
🚀✨ Help beginners to contribute to open source projects
Stars: ✭ 21,839 (+8566.27%)
Mutual labels:  community, open-source
Contributing Template
Template for writing your own contributing guide
Stars: ✭ 565 (+124.21%)
Mutual labels:  community, open-source
Thanks
🙌 Give thanks to the open source maintainers you depend on! ✨
Stars: ✭ 2,753 (+992.46%)
Mutual labels:  community, open-source
Collaboration For Beginners
A Beginner's Guide to Contributing in an Open Source Project.
Stars: ✭ 86 (-65.87%)
Mutual labels:  community, open-source
Jabbar
Find out who is interested in your GitHub Code
Stars: ✭ 14 (-94.44%)
Mutual labels:  community, open-source
Opensourcewebsite Org
OpenSourceWebsite (OSW) - online community managed by users using electronic voting and modifying source code
Stars: ✭ 834 (+230.95%)
Mutual labels:  community, open-source
Goupaz.com
Community driven open source accelerator
Stars: ✭ 163 (-35.32%)
Mutual labels:  community, open-source
Awesome Jamstack
📔 Curated list of resources: books, videos, articles, speaker decks, tools about using the JAMstack (A modern web development architecture for creating fast, secure and dynamic websites)
Stars: ✭ 115 (-54.37%)
Mutual labels:  community, open-source
Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (-24.21%)
Mutual labels:  community, open-source
bolt
A Discord guild moderation bot for managing large servers, based on Nostrum.
Stars: ✭ 29 (-88.49%)
Mutual labels:  community
dillo
Free and open web platform created to support crowd-driven content.
Stars: ✭ 62 (-75.4%)
Mutual labels:  community
forest-software
A curated list of projects developed using the Forest quantum programming environment.
Stars: ✭ 39 (-84.52%)
Mutual labels:  community
ITP-IMA-Code-of-Conduct
The ITP/IMA Code of Conduct is an evolving work-in-progress document that establishes and communicates the commitment of the ITP/IMA community to uphold a key set of standards and obligations that aim to make ITP/IMA an inclusive and welcoming environment.
Stars: ✭ 26 (-89.68%)
Mutual labels:  community
meetups
brisjs.org
Stars: ✭ 89 (-64.68%)
Mutual labels:  community
Meta
Discussions around the processes and coordination of the Bitcoin Design Community
Stars: ✭ 120 (-52.38%)
Mutual labels:  community

Xen-Orchestra (Community Edition) Installer

Xen-Orchestra (Community Edition) allows you to administer Citrix Hypervisor (aka XenServer) and XCP-ng as well as backup any VM's running on these systems. The single line installation script allows you to go from a bare-minimal installation of Ubuntu or Debian (Server) to fully operational XOCE server.

System Minimum Requirements for installation

  • 1 vCPU
  • 3 GiB RAM
  • 10 GiB disk space

System recommendations for operation

  • 2 vCPU recommended
  • 3 GiB of RAM (for environments containing 500+ VMs increase the amount RAM)
  • 20 GiB disk space (for system updates)

Assumptions

  • We assume you have a Virtual or physical server running a currently supported Ubuntu or Debian server installation with internet connectivity
  • You've read this community and understand what installation entails and does on your soon to be XOCE server

Installation

Run the following steps from a root shell on your Ubuntu or Debian host.

curl https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.sh | sudo bash
<password>

The default username and password are applied, [email protected] and admin for the password

If you don't want NFS capabilities run sudo apt-get remove nfs-common.

  • Do not use LAMP
  • SSH Access is optional, but highly recommended

Updates

To maintain your installation from Source or from this repo. (either prepackaged or scripted installation) we recommend using the update script which this community maintains. This can be found here and doesn't require you to download or install a separate package to your XOCE installation. Simply run it via shell session of your XOCE host.

Declarations

This script automates the manual process which can be found here as well as removes a few feature restrictions that otherwise would need to be changed manually if following the manual installation process. This script is not officially supported by the Vates team, but is supported by this community.

Prepacked installation

  • This is a very small installation and while it will operate, it may not meet all of your requirements, use at your own discretion

To download and deploy a prepacked Ubuntu 20.04 installation of Xen Orchestra (CE) run the below from an SSH session on your XCP-NG/Citrix Hypervisor (XenServer) host(s)

bash -c "$(curl -s https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xoce-import.sh)"

MD5 Checksum c9a14ced90bf7ea561d3055d5d1cc81c
SHA256 Checksum c487d63f2eef67fcaf0e9c4e4998d4a3948fdad960cb1af5a70fcb80b07c2551

For verification of SHA256 checksum the XVA file can be downloaded directly and verified/imported.

Direct Download https://nc.nl.tab.digital/s/5tKYF9AyLjowm3E/download

To login to the console use: Username: XOCE Password: XOCE

Change the password if you are using this in production

Self-signed SSL

If you are running this internally and need SSL (recommended) follow the below steps to create a self-signed SSL key and certificate; while browsers will still say the connection is unsecured, this is because the certificate isn't from a public authority and is on your LAN. You can add this cert to your systems root authority if it want to to remove the warning. Alternatively a reverse proxy can be used for public facing installations.

Generate your key and cert from your XOCE installation

sudo openssl req -x509 -nodes -days 3650 -newkey rsa:4096 -keyout /etc/ssl/private/key.pem -out /etc/ssl/certs/certificate.pem

Now edit the xo-server.toml file

vi /opt/xen-orchestra/packages/xo-server/.xo-server.toml

Comment-out or edit the port from 80 to 443 and add the cert and key to the appropriate locations within this file.

port = 443
cert = '/etc/ssl/certs/certificate.pem'
key = '/etc/ssl/private/key.pem'

Restart xo-server.service

systemctl restart xo-server.service

Reload your XOCE website using SSL (https://your-host-ip)

Problems?

Check out our Troubleshooting Page!

Goals/Backstory for this script

I'm often asked "why can't this be run on CentOS or Fedora" to which my only reply is and has ever been: The goal was to be the XCP-ng of XS. Which means I wanted a solution that offered as much as XOA offers, while using what is available freely and from open sources. Without restrictions.

That isn't to say that this installation script won't work on other distributions, please contribute and help us to spread XOCE to other platforms.

Initially my goal was to simply setup and start using XOCE for a tiny production shop to be able to use an open source hypervisor (Citrix XenServer at the time) and have a management tool/backup solution. Which was initially NAUBackup and XenCenter, when I found XOA and that there was an open source management solution and backup solution that wasn't script based I jumped for it, taking the manual installation process provided by Olivier and his team and automating it.

That goal transformed into the desire to assist the developers of XOA by using and hopefully finding any bugs or quirks that needed to be worked out while staying in line with the original goal of being as nearly compatibile as possible to XOA.

While the goal initially was to have a solution as close to XOA as possible, with the script came the ability and goal to automate the installation. This is a big deal for these scripts today, while providing an as near-match solution to XOA as possible.

To keep XOCE up to date I recommend that anyone who's used this installation script or the sources installation to use this: https://github.com/Jarli01/xenorchestra_updater

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].