Add reno for xenapi_bootstrap
Change-Id: I23f5bb48ce01cbb2a2a1aa4b5d7971db61a12ead
This commit is contained in:
parent
5696d0bd00
commit
9f31d2af8f
@ -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
|
||||
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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
21
releasenotes/notes/compute-bootstrap-54cb5eb24b6ba133.yaml
Normal file
21
releasenotes/notes/compute-bootstrap-54cb5eb24b6ba133.yaml
Normal 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.
|
Loading…
Reference in New Issue
Block a user