cloudstack/scripts/vm/hypervisor/xenserver
Kelven Yang 296c20332d Merge javelin into master 2013-02-01 14:40:45 -08:00
..
xcposs Summary: several scripts are not mode executable 2013-01-17 11:21:42 -07:00
xcpserver CLOUDSTACK-330: Correct Citrix information to be Apache in several .py files 2012-10-12 12:18:56 -04:00
xenserver56 Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
xenserver56fp1 Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
xenserver60 Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
check_heartbeat.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
cloud-clean-vlan.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
cloud-prepare-upgrade.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
cloud-propagate-vlan.sh Summary: several scripts are not mode executable 2013-01-17 11:21:42 -07:00
cloud-setup-bonding.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
cloudstack_pluginlib.py license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
cloudstack_plugins.conf license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
copy_vhd_from_secondarystorage.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
copy_vhd_to_secondarystorage.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
create_privatetemplate_from_snapshot.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
hostvmstats.py license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
kill_copy_process.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
launch_hb.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
make_migratable.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
mockxcpplugin.py finaly, finish download template to primary storage 2012-12-20 19:06:02 -08:00
network_info.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
ovs-vif-flows.py license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
ovstunnel license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
s3xen Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
setup_heartbeat_file.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
setup_heartbeat_sr.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
setup_iscsi.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
setupxenserver.sh Disable IPv6 in XenServer if it is enabled. The cloud support pack apparently enables IPv6 support at the moment, but wihtout proper security. 2012-07-30 17:36:29 +02:00
storagePlugin refactor test cases: use testNG instead of junit, as testNG can group test cases and pass parameter to test case 2012-12-22 22:10:39 -08:00
swift swift is written in python 2.6 2011-10-13 12:07:09 -07:00
swiftxen license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
upgrade_snapshot.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
upgrade_vnc_config.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
vmops CLOUDSTACK-184: add createFileInDomr plugin 2012-09-24 16:11:04 -07:00
vmopsSnapshot CS-16544: Create Snapshot (2nd time - reccuring) is failing on XenServer 6.1. The issue is that while backing up a snapshot when cloudstack tries to update the parent (of the backed up vhd), vhd-util isn't present at the desired location and setParent function in vmopsSnapshot fails. This issue is observed only on Xenserver 6.1. The reason for this is, when CloudStack connects to a Xenserver and executes the SetupCommand, it copies vhd-util tool to /opt/xensource/bin directory on the host. However, in vmopsSnapshot python file 'VHD_UTIL' is initialized to /usr/sbin/. The issue is not observed on 6.0.2 (and I guess previous versions) because vhd-util is present in /usr/sbin/ directory by default (after a clean install). Whereas, in Xenserver 6.1, vhd-util is present in '/usr/bin'. Fixed the issue by updating VHD_UTIL to point to /opt/xensource/bin/vhd-util in vmopsSnapshot file. 2013-02-01 15:25:26 +05:30
vmopspremium license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
xen-ovs-vif-flows.rules license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
xenheartbeat.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00
xs_cleanup.sh license header changes for scripts folder from Chip Childers 2012-06-23 00:58:00 -04:00