Jump to: navigation, search

Difference between revisions of "XenServer/GateIntegration"

(Created page with "== XenServer Gate Integration ==")
 
(Added some items - temp save)
Line 1: Line 1:
== XenServer Gate Integration ==
+
== 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.
 +
 
 +
== Changes to DevStack ==
 +
* <span style="color:green;font-size:20pt">&#10004;</span> - MERGED - https://review.openstack.org/68136 - modify devstack, so gate will pre-cache the image (cirros vhd tgz)
 +
* <span style="color:red;font-size:20pt">&#10008;</span> - MISSING - Move dom0 modifications to stack.sh
 +
** The incubator for the modifications is here: https://github.com/citrix-openstack/xenapi-os-testing/blob/master/launch-node.sh Search for the string:<pre>SSH_DOM0</pre> to find dom zero modifications.
 +
 
 +
== 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
 +
** 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
 +
== 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: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

Revision as of 11:12, 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