Add reno for xenapi_bootstrap

Change-Id: I23f5bb48ce01cbb2a2a1aa4b5d7971db61a12ead
This commit is contained in:
Jianghua Wang 2018-03-12 07:07:29 +00:00
parent 5696d0bd00
commit 9f31d2af8f
2 changed files with 28 additions and 0 deletions

View File

@ -30,6 +30,13 @@ The following features are supported since 0.3.1:
e.g. it's able to live migrate instance between two hosts without e.g. it's able to live migrate instance between two hosts without
moving the disks on shared storage. moving the disks on shared storage.
The following features are supported since 0.3.2:
* Bootstrap compute node via a single command
Now we can support to boostrap an OpenStack compute node by running the
command of ``xenapi_bootstrap`` from a VM which is running on XenServer.
At the moment, only CentOS 7.x is supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Install Devstack on XenServer Install Devstack on XenServer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -0,0 +1,21 @@
---
features:
- |
Now we can support boostrap an OpenStack compute node by running the command of
``xenapi_bootstrap`` from a VM which is running on XenServer. It will automatically
finish the following bootstrap tasks:
* configure HIMN interface (firstly need add a VIF for the VM to connect to HIMN.)
* configure iptalbes to allow OpenStack traffic between compute VM and Dom0.
* install OpenStack XAPI plugins into Dom0
* gather XenAPI facts and save them into a json file which can be used
as input for other OpenStack deployment tasks.
* and other misc bootstrap operations: e.g. enable Linux bridge in Dom0.
.. note::
At the moment, ``xenapi_bootstrap`` only supports CentOS 7.x.