Implement initial Python bindings for Open vSwitch database.
[sliver-openvswitch.git] / xenserver / README
1 This directory contains files for seamless integration of Open vSwitch on
2 Citrix XenServer hosts managed by the Citrix management tools.
3
4 Some of these files are modifications of Citrix's proprietary code.
5 Citrix has given permission to distribute these modified files.
6 Citrix has not specified a particular license for them.  There is no
7 guarantee that, should Citrix specify a license, that it would be
8 DFSG-compliant or GPL-compatible.
9
10 Most of the files in this directory is installed on a XenServer system
11 under the same name, if underscores are replaced by slashes.  The
12 files are:
13
14     etc_init.d_openvswitch
15
16         Initializes Open vSwitch at boot and shuts it down at shutdown.
17
18     etc_init.d_openvswitch-xapi-update
19
20         Init script to ensure openvswitch-cfg-update is called for the
21         current host at boot.
22
23     etc_logrotate.d_openvswitch
24
25         Ensures that logs in /var/log/openvswitch are rotated
26         periodically and that appropriate daemons reopen their log
27         files at that point.
28
29     etc_profile.d_openvswitch.sh
30
31         Open vSwitch-related shell functions for the administrator's
32         convenience.
33
34     etc_xapi.d_plugins_openvswitch-cfg-update
35
36         xapi plugin script to update the cache of configuration items
37         in the ovs-vswitchd configuration that are managed in the
38         xapi database when integrated with Citrix management tools.
39
40     etc_xensource_scripts_vif
41
42         Open vSwitch-aware replacement for Citrix script of the same name.
43
44     openvswitch-xen.spec
45
46         spec file for building RPMs to install on a XenServer host.
47
48     opt_xensource_libexec_interface-reconfigure
49
50         Open vSwitch-aware replacement for Citrix script of the same name.
51
52     usr_share_openvswitch_scripts_refresh-network-uuids
53
54         Script to refresh Bridge table external-ids:network-uuids
55         values, which can get out-of-sync following a pool join.
56
57     usr_share_openvswitch_scripts_sysconfig.template
58
59         Template for Open vSwitch's /etc/sysconfig/openvswitch 
60         configuration file.
61
62     usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
63
64         xsconsole plugin to configure the pool-wide configuration keys
65         used to control Open vSwitch when integrated with Citrix 
66         management tools.
67
68     usr_sbin_brctl
69
70         wrapper for /usr/sbin/brctl that provides some additional
71         bridge compatibility
72
73     usr_sbin_xen-bugtool
74
75         Open vSwitch-aware replacement for Citrix script of the same name.
76
77     uuid.py
78
79         This is uuid.py from Python 2.5.  It is installed into the
80         Open vSwitch RPM because XenServer 5.5 and 5.6 use Python 2.4,
81         which do not have uuid.py.
82
83 To install, build the Open vSwitch RPM with a command like this:
84
85         rpmbuild -D "openvswitch_version $full_version" \
86                 -D "xen_version $XENKERNEL" \
87                 -D "build_number --with-build-number=$buildnr" \
88                 -bb openvswitch-xen.spec
89
90 Then, "rpm -U" the resulting Open vSwitch package on the XenServer hosts in
91 question and reboot them.  (The openvswitch-dbg package that is also
92 produced need not be installed, but it is harmless to do so.)
93
94 ----------------------------------------------------------------------
95 Copyright (C) 2009, 2010 Nicira Networks, Inc.
96
97 Copying and distribution of this file, with or without modification,
98 are permitted in any medium without royalty provided the copyright
99 notice and this notice are preserved.  This file is offered as-is,
100 without warranty of any kind.