Difference between revisions of "Docintro"
(→Virtual machines creation how-to's) |
|||
(26 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
== Installation guides == | == Installation guides == | ||
− | *[[vnx- | + | * VNX Installation Guides |
− | *[[vnx-install | + | ** [[vnx-tutorial-vagrant|Testing VNX using Vagrant]] |
− | *[[vnx-update-vnx|Updating VNX]] | + | ** [[vnx-tutorial-virtualbox|Testing VNX using VirtualBox]] |
− | *[[vnx- | + | ** [[vnx-install|VNX Installation Guide]] |
− | *[[ | + | * [[vnx-update-vnx|Updating VNX]] |
− | *[[ | + | * [[vnx-install-trobleshooting|Installation Troubleshooting]] |
+ | |||
+ | * VNX virtual machine images (root filesystems) | ||
+ | ** [[vnx-install-root_fs|How to download]] | ||
+ | ** [[vnx-modify-rootfs|How to modify]] | ||
+ | * [[ediv-install|Distributed VNX (EDIV) Installation Guide]] | ||
== Tutorials == | == Tutorials == | ||
*[[vnx-impacient|Quick recipes for the impatient]] | *[[vnx-impacient|Quick recipes for the impatient]] | ||
− | *[[vnx-examples| | + | *[[vnx-examples|One VM simple scenarios]] |
− | *[[vnx-tutorial-ubuntu| | + | * Basic tutorial scenarios: |
− | *[[vnx-tutorial- | + | **[[vnx-tutorial-ubuntu|KVM based tutorial]] |
− | *[[vnx-tutorial-dynamips| | + | **[[vnx-tutorial-lxc|LXC based tutorial]] |
+ | **[[vnx-tutorial-dynamips|Dynamips based tutorial]] | ||
+ | **[[vnx-tutorial-android|Android based tutorial]] | ||
+ | **[[vnx-tutorial-uml|UML based tutorial (deprecated)]] | ||
*[[ediv-tutorial|EDIV Tutorial: deploying virtual scenarios over VNX clusters]] | *[[ediv-tutorial|EDIV Tutorial: deploying virtual scenarios over VNX clusters]] | ||
*[[vnx-extnet|Connecting a virtual machine to external networks]] | *[[vnx-extnet|Connecting a virtual machine to external networks]] | ||
− | == | + | == Virtual machines creation how-to's == |
− | * | + | * [[vnx-create-vagrant-vm|How to create a Ubuntu Vagrant virtual machine to run VNX virtual scenarios]] |
+ | * LXC root filesystems: | ||
** [[vnx-rootfslxc|How to create a LXC Ubuntu root filesystem for VNX]] | ** [[vnx-rootfslxc|How to create a LXC Ubuntu root filesystem for VNX]] | ||
** [[vnx-rootfslxcdebian|How to create a LXC Debian root filesystem for VNX]] | ** [[vnx-rootfslxcdebian|How to create a LXC Debian root filesystem for VNX]] | ||
+ | ** [[vnx-rootfslxccentos|How to create a LXC CentOS root filesystem for VNX]] | ||
+ | ** [[vnx-rootfslxcvyos|How to create a LXC VyOS root filesystem for VNX]] | ||
+ | |||
* For KVM: | * For KVM: | ||
+ | ** [[vnx-rootfskvmandroid|How to create a KVM Android X86 root filesystem for VNX]] | ||
** [[vnx-rootfskvmdebian|How to create a KVM Debian root filesystem for VNX]] | ** [[vnx-rootfskvmdebian|How to create a KVM Debian root filesystem for VNX]] | ||
** [[vnx-rootfsubuntu|How to create a KVM Ubuntu root filesystem for VNX]] | ** [[vnx-rootfsubuntu|How to create a KVM Ubuntu root filesystem for VNX]] | ||
Line 33: | Line 46: | ||
** [[vnx-rootfswinxp|How to create a KVM Windows XP root filesystem for VNX]] | ** [[vnx-rootfswinxp|How to create a KVM Windows XP root filesystem for VNX]] | ||
** [[vnx-rootfswin7|How to create a KVM Windows 7 root filesystem for VNX]] | ** [[vnx-rootfswin7|How to create a KVM Windows 7 root filesystem for VNX]] | ||
− | ** [[vnx-rootfsolive|How to create | + | ** [[vnx-rootfswin2008|How to create a KVM Windows 2008 root filesystem for VNX]] |
− | * For User-Mode-Linux (UML): | + | ** [[vnx-rootfsolive|How to create a KVM Olive (juniper router) root filesystem for VNX]] |
+ | ** [[vnx-rootfsopenbsd|How to create a KVM OpenBSD root filesystem for VNX]] | ||
+ | ** [[vnx-rootfskvmvyos|How to create a KVM VyOS root filesystem for VNX]] | ||
+ | |||
+ | |||
+ | * For User-Mode-Linux (UML): (beware that UML support in VNX is not maintained) | ||
** [[vnx-rootfsdebian|How to create a UML Debian root filesystem for VNX]] | ** [[vnx-rootfsdebian|How to create a UML Debian root filesystem for VNX]] | ||
** [[vnx-rootfs-uml-kernel|How to create a UML Kernel for VNX]] | ** [[vnx-rootfs-uml-kernel|How to create a UML Kernel for VNX]] | ||
Line 53: | Line 71: | ||
** [[vnx-olive-bios|How to create a kvm bios for Olive virtual routers]] | ** [[vnx-olive-bios|How to create a kvm bios for Olive virtual routers]] | ||
+ | == Latest activities in VNX == | ||
− | + | * [[vnx-latest-features|Latest features implemented]] | |
+ | * [https://github.com/davidfdezc/vnx/blob/master/ChangeLog VNX change log] |
Latest revision as of 12:57, 30 August 2017
VNX Project Documentation
VNX documentation is made of the following documents:
Contents
[hide]Installation guides
- VNX Installation Guides
- Updating VNX
- Installation Troubleshooting
- VNX virtual machine images (root filesystems)
- Distributed VNX (EDIV) Installation Guide
Tutorials
- Quick recipes for the impatient
- One VM simple scenarios
- Basic tutorial scenarios:
- EDIV Tutorial: deploying virtual scenarios over VNX clusters
- Connecting a virtual machine to external networks
Virtual machines creation how-to's
- How to create a Ubuntu Vagrant virtual machine to run VNX virtual scenarios
- LXC root filesystems:
- For KVM:
- How to create a KVM Android X86 root filesystem for VNX
- How to create a KVM Debian root filesystem for VNX
- How to create a KVM Ubuntu root filesystem for VNX
- How to create a KVM Fedora root filesystem for VNX
- How to create a KVM FreeBSD root filesystem for VNX
- How to create a KVM CentOS root filesystem for VNX
- How to create a KVM Windows XP root filesystem for VNX
- How to create a KVM Windows 7 root filesystem for VNX
- How to create a KVM Windows 2008 root filesystem for VNX
- How to create a KVM Olive (juniper router) root filesystem for VNX
- How to create a KVM OpenBSD root filesystem for VNX
- How to create a KVM VyOS root filesystem for VNX
- For User-Mode-Linux (UML): (beware that UML support in VNX is not maintained)
User Manual
- VNX Console Management
- Autoconfiguration and Command Execution (ACE)
- Language Reference
- Troubleshooting
- VNX Extension plugins:
- Description and API
- Plugin examples:
- Other How-to's: