The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/347
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Hello, I would like to add the OpenNebula integration to the site with some key features.
From 6e9774a0b824dcae1e9f3c6d82e21f5b2c9e540e Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca <[email protected]> Date: Fri, 1 Mar 2019 18:15:28 -0600 Subject: [PATCH] Add OpenNebula entry --- content/lxd/introduction.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/lxd/introduction.md b/content/lxd/introduction.md index 6f64a96..2108a1c 100644 --- a/content/lxd/introduction.md +++ b/content/lxd/introduction.md @@ -33,6 +33,18 @@ Some of the biggest features of LXD are: * Network management (bridge creation and configuration, cross-host tunnels, ...) * Storage management (support for multiple storage backends, storage pools and storage volumes) +# Integration with OpenNebula +Starting from [OpenNebula EDGE](https://opennebula.org/get-your-hands-on-v-5-8-edge/) this cloud management platform packs official drivers to manage LXD compute nodes. + +Key features: +- Enables **qcow2 backed containers** and regular KVM-like images, giving users more flexibility when deploying their workloads +- Ceph storage pools shared across all virtualization nodes (both KVM and LXD) +- Seamless LXD public image servers integration in a marketplace-like style. Supports https://images.linuxcontainers.org, https://www.turnkeylinux.org and also the [OpenNebula marketplace](https://marketplace.opennebula.systems/appliance) +- [Multi-container services deployment](https://docs.opennebula.org/5.8/advanced_components/application_flow_and_auto-scaling/overview.html) with auto-scaling. +- Heterogeneus hypervisors cloud deployments with KVM, LXD and VMWare vCenter managed by the same cloud orchestration system + +You can check more about the integration in the [OpenNebula doc](http://docs.opennebula.org/5.8/deployment/open_cloud_host_setup/lxd_driver.html) + # Integration with OpenStack The "nova-lxd" project provides an OpenStack Nova plugin that seamlessly integrates system containers into a regular OpenStack deployment.
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
