Difference between revisions of "Category:XCP"

From Xen
m (Development Docs)
m
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Go [[#docs|here]] to see all documents for XCP!'''<br>
+
'''ATTENTION: This page is deprecated. Go [http://wiki.xenserver.org/Category:XCP here] to see all documents for XCP!'''<br>
<hr><br>
+
<hr>
  +
<!--
 
{{TODO|This category needs to be split into 3 categories as per [http://lists.xenproject.org/archives/html/xen-api/2013-06/msg00109.html this proposal] (check the responses too):
 
{{TODO|This category needs to be split into 3 categories as per [http://lists.xenproject.org/archives/html/xen-api/2013-06/msg00109.html this proposal] (check the responses too):
* {{Cl|XAPI Devel}} : Documents relevant for developers of the XAPI Project
+
* {{Cl|XAPI Devel}} : Documents relevant for developers of the XAPI Project {{HalfDone}}
 
* {{Cl|XAPI Users}} : Documents for users of software created by the XAPI Project that apply to
 
* {{Cl|XAPI Users}} : Documents for users of software created by the XAPI Project that apply to
 
** <em>all</em> variants of XAPI (XAPI Packages, XCP, XenServer, ...). For example API documentation, command line documentation, etc.
 
** <em>all</em> variants of XAPI (XAPI Packages, XCP, XenServer, ...). For example API documentation, command line documentation, etc.
Line 9: Line 10:
 
Content on this page needs to be reviewed and assigned to the appropriate categories.
 
Content on this page needs to be reviewed and assigned to the appropriate categories.
 
}}
 
}}
  +
-->
 
 
Xen Cloud Platform (XCP) - an open source project, providing a bare-metal installable ISO with a full Xen hypervisor virtualization stack. It was initially an open source version of XenServer, but has slowly developed into its own system. Note that '''XCP is a full binary distribution of Xen''', whereas the Xen hypervisor needs to be built from source!
 
Xen Cloud Platform (XCP) - an open source project, providing a bare-metal installable ISO with a full Xen hypervisor virtualization stack. It was initially an open source version of XenServer, but has slowly developed into its own system. Note that '''XCP is a full binary distribution of Xen''', whereas the Xen hypervisor needs to be built from source!
   
Line 83: Line 84:
 
* [[Helper files and scripts for XCP]]
 
* [[Helper files and scripts for XCP]]
 
* [[Networking with the XCP toolstack|Networking with XCP]]
 
* [[Networking with the XCP toolstack|Networking with XCP]]
  +
* [[Running XCP/xapi on ARM]]
 
}}
 
}}
 
|{{Trail|FAQs|
 
|{{Trail|FAQs|
Line 100: Line 102:
 
}}
 
}}
   
== Information for XAPI (and XCP) Developers ==
+
== Information for XAPI Developers ==
  +
{{Morebar|XAPI Developer Documentation|[[:Category:XAPI Devel|More]]}}
=== Development Docs ===
 
The following documents contain indexes that may be incomplete
 
* {{Button|[[Xen Development Projects|Xen and XCP Development Projects]]}}
 
* {{Button|[[XCP Design and Architecture Docs|XCP Design and Architecture Docs]]}}
 
* {{Button|[[XAPI Developer Guide|XAPI Developer Docs]]}}
 
: <br>
 
 
{{Trailbox|XAPI Developer Docs|
 
|{{Trail|XAPI Project|
 
* [http://xenproject.org/developers/teams/xapi.html Project Portal]
 
}}<br>{{Trail|Designs|
 
* [[XAPI Adding Field|Adding Fields to XAPI]]
 
* [[XAPI Adding Function|Adding Functions to XAPI|]]
 
* [[XAPI Dispatch|Dispatch]]
 
* [[XAPI fake presence of PV drivers|Fake PV driver presence]]
 
* [[XAPI Host Plugins|Host Plugins]]
 
* [[OpaqueRef and uuid relationship in xapi|OpaqueRef and uuid]]
 
* [[XAPI Pool Join|Pool Join]]
 
* [[XAPI RRDs|RDDs]]
 
* [[XAPI Startup|Startup]]
 
* [[Tunnelling]]
 
* [[XAPI VM Migration|VM Migration]]
 
* [[VM Startup]]
 
}}
 
|{{Trail|Proposals|
 
* [[Compressing VM Exports]]
 
* [[CrossPoolMigration|Cross Pool Migration]]
 
* [[CrossPoolMigrationv1|Cross Pool Migration v1]]
 
* [[CrossPoolMigrationv2|Cross Pool Migration v2]]
 
* [[CrossPoolMigrationv3|Cross Pool Migration v3]]
 
* [[Making it easier to install VMs on XCP|Easier VM Install]]
 
* [[NIC Bonding Improvements|NIC Bonding]]
 
* [[XCP, RBAC and PAM authentication in XenAPI|RBAC, PAM authentication]]
 
* [[Xapi on debian user experience improvements|XCP on Debian Usability]]
 
* [[XCP PV templates start|Starting PV Templates]]
 
}}<br>{{Trail|Disaggregated XCP (Windsor)|
 
* [[Inter-domain communication for XCP|Inter-domain communication]]
 
* [[Xenopsd|Xenops Daemon]]
 
}}
 
|{{Trail|Projects and Specs|
 
* [[Juju XCP Service Provider Spec|Juju XCP Service Provider]]
 
* [[Project Kronos]]
 
* [[Project Zeus Fedora Spec|Project Zeus]]
 
'''API Specs'''
 
* [http://docs.vmd.citrix.com/XenServer/6.0.0/1.0/en_gb/api/ XCP 1.5 API spec]
 
* [http://docs.vmd.citrix.com/XenServer/5.6.0fp1/1.0/en_gb/api/ XCP 1.1 API spec]
 
* [http://docs.vmd.citrix.com/XenServer/5.6.0/1.0/en_gb/api/ XCP 1.0 API spec]
 
}}
 
|{{Trail|OCAML Dev Information|
 
* [[OCaml Best Practices for Developers|Best Practices]]
 
* [[OCaml Coding Considerations|Coding Considerations]]
 
* [[OCaml Cyclical Build Dependencies|Cyclical Build Dependencies]]
 
* [[OCaml Doc : Documenting code in OCaml|Documenting Code]]
 
* [[OCaml Editing|Editing]]
 
* [[OCaml Errors|Errors]]
 
* [[OCaml Installation Advice|Installation]]
 
* [[OCaml Resources|Resources]]
 
}}
 
}}
 
<br>
 
 
{{Languages}}
 
{{Anchor|docs}}
 

Latest revision as of 03:40, 26 February 2015

ATTENTION: This page is deprecated. Go here to see all documents for XCP!


Xen Cloud Platform (XCP) - an open source project, providing a bare-metal installable ISO with a full Xen hypervisor virtualization stack. It was initially an open source version of XenServer, but has slowly developed into its own system. Note that XCP is a full binary distribution of Xen, whereas the Xen hypervisor needs to be built from source!

Information for XCP Users

Getting Started with XCP
Introduction
Features
Choices
Get Help

XCP Overviews, Manuals, ...
Guest Install

Other Installs
Overviews and Manuals

Manuals


Other Documents
HowTo's and Tutorials
Specialist Topics

XCP Examples, FAQs, Cloud, ...
Examples and Helper Scripts
FAQs
Cloud and XCP
OpenStack

Information for XAPI Developers

XAPI Developer Documentation

Pages in category "XCP"

The following 66 pages are in this category, out of 66 total.