Jump to: navigation, search

Difference between revisions of "XenServer/GateIntegration"

(Added some items - temp save)
Line 1: Line 1:
 
== Changes to Requirements ==
 
== Changes to Requirements ==
* <span style="color:blue;font-size:20pt">&#8987;</span> - WAITING - https://review.openstack.org/68181 - Add XenAPI package to requirements - this way, it will be cached by Openstack's PyPi mirror.
+
* <span style="color:orange;font-size:20pt">&#8987;</span> - WAITING - https://review.openstack.org/68181 - Add XenAPI package to requirements - this way, it will be cached by Openstack's PyPi mirror.
  
 
== Changes to DevStack ==
 
== Changes to DevStack ==
Line 8: Line 8:
  
 
== Changes to Config ==
 
== Changes to Config ==
* <span style="color:red;font-size:20pt">&#10008;</span> - OUTDATED - Script to convert an image to a XenServer - https://review.openstack.org/60581
+
* <span style="color:red;font-size:20pt">&#10008;</span> - OUTDATED - https://review.openstack.org/60581 - Script to convert an image to a XenServer
 
** The incubator for this script is here: https://github.com/citrix-openstack/xenapi-in-the-cloud
 
** The incubator for this script is here: https://github.com/citrix-openstack/xenapi-in-the-cloud
 
** The incubator needs to be tagged, and released, the changeset should be updated
 
** The incubator needs to be tagged, and released, the changeset should be updated
 +
* <span style="color:red;font-size:20pt">&#10008;</span> - OUTDATED - https://review.openstack.org/60902 - Add node type of devstack-xenserver
 +
* <span style="color:red;font-size:20pt">&#10008;</span> - OUTDATED - https://review.openstack.org/60903 - Add in a new job to run tests on XenServer
 +
 
== Changes to Nodepool ==
 
== Changes to Nodepool ==
* <span style="color:blue;font-size:20pt">&#8987;</span> - WAITING - Install phase - execute a script, that converts the node to a XenServer, and use polling to find out when it's finished: https://review.openstack.org/61463
+
* <span style="color:orange;font-size:20pt">&#8987;</span> - WAITING - Install phase - execute a script, that converts the node to a XenServer, and use polling to find out when it's finished: https://review.openstack.org/61463
 
* <span style="color:red;font-size:20pt">&#10008;</span> - MISSING - Pre-snapshot script and timeout - The script will halt the node, and the wait will make sure, that the machine has enough time to halt. It's safe to snapshot a halted server.
 
* <span style="color:red;font-size:20pt">&#10008;</span> - MISSING - Pre-snapshot script and timeout - The script will halt the node, and the wait will make sure, that the machine has enough time to halt. It's safe to snapshot a halted server.
* <span style="color:blue;font-size:20pt">&#8987;</span> - WAITING - Support status polling on node launch: https://review.openstack.org/65261
+
* <span style="color:orange;font-size:20pt">&#8987;</span> - WAITING - Support status polling on node launch: https://review.openstack.org/65261
 +
 
 +
== Changes to DevStack-Gate ==
 +
* <span style="color:red;font-size:20pt">&#10008;</span> - OUTDATED - https://review.openstack.org/60900 - Support XenAPI driver in gate: localrc generation. - The incubator for these changes is here: https://github.com/matelakat/devstack-gate/tree/xenserver-integration

Revision as of 11:22, 29 January 2014

Changes to Requirements

Changes to DevStack

Changes to Config

Changes to Nodepool

  • - WAITING - Install phase - execute a script, that converts the node to a XenServer, and use polling to find out when it's finished: https://review.openstack.org/61463
  • - MISSING - Pre-snapshot script and timeout - The script will halt the node, and the wait will make sure, that the machine has enough time to halt. It's safe to snapshot a halted server.
  • - WAITING - Support status polling on node launch: https://review.openstack.org/65261

Changes to DevStack-Gate