
This patch is to move scripts that build OpenStack dom0 plugins into os-xenapi repo as we have changed nova to use os-xenapi and we are changing neutron to use os-xenapi. ATM, there are two places that contain building rpm scripts: 1. https://github.com/citrix-openstack/xenserver-nova-suppack-builder 2. https://github.com/openstack/neutron/tree/master/neutron/plugins/ ml2/drivers/openvswitch/agent/xenapi For neutron, I have a patch to make it use os-xenapi, see https://review.openstack.org/#/c/402330/ Change-Id: Ibdc17c436e794b474c72f6a5f4686b3a77c58aa2
18 lines
554 B
Plaintext
18 lines
554 B
Plaintext
This directory contains files that are required for the XenAPI support.
|
|
They should be installed in the XenServer / Xen Cloud Platform dom0.
|
|
|
|
If you install them manually, you will need to ensure that the newly
|
|
added files are executable. You can do this by running the following
|
|
command (from dom0):
|
|
|
|
chmod a+x /etc/xapi.d/plugins/*
|
|
|
|
Otherwise, you can build rpm package by running the following command:
|
|
|
|
cd $OS_XENAPI_ROOT
|
|
make rpm
|
|
|
|
and install the package by running the following command in dom0:
|
|
|
|
rpm -i xenapi-plugins-*.noarch.rpm
|