From 9f31d2af8f3d7d8ac6f9f059ba97b8fce5477c25 Mon Sep 17 00:00:00 2001 From: Jianghua Wang Date: Mon, 12 Mar 2018 07:07:29 +0000 Subject: [PATCH] Add reno for xenapi_bootstrap Change-Id: I23f5bb48ce01cbb2a2a1aa4b5d7971db61a12ead --- README.rst | 7 +++++++ .../compute-bootstrap-54cb5eb24b6ba133.yaml | 21 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 releasenotes/notes/compute-bootstrap-54cb5eb24b6ba133.yaml diff --git a/README.rst b/README.rst index d17163d..990272d 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/releasenotes/notes/compute-bootstrap-54cb5eb24b6ba133.yaml b/releasenotes/notes/compute-bootstrap-54cb5eb24b6ba133.yaml new file mode 100644 index 0000000..0b64608 --- /dev/null +++ b/releasenotes/notes/compute-bootstrap-54cb5eb24b6ba133.yaml @@ -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.