File: compute-bootstrap-54cb5eb24b6ba133.yaml

package info (click to toggle)
python-os-xenapi 0.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,012 kB
  • sloc: python: 8,137; sh: 2,154; makefile: 45
file content (21 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.