mirror of https://github.com/apache/cloudstack.git
* Fix XenServer Security Groups 'vmops' script
- fix tokens = line.split(':') to tokens = line.split(';')
- fix expected tokens size from 5 to 4
- enhance logs
- remove unused vmops script. The XCP patch points to the vmops script
on the parent folder [1]. Thus, all XenServer versions are considering
the vmops script located at [2].
- fix UI ipv4/ipv6 cidr validator to allow a list of cidirs.
Fixing issue: #3192 Security Group rules not applied at all for
XenServer 6.5 / Advanced Zone
https://github.com/apache/cloudstack/issues/3192
* Update security group rules after VM migration
Add security group rules on target host
Cause: vmops script expected secondary IPs as "0;" but received "0:"
Remove security group network rules on source host.
Cause: destroy_network_rules_for_vm function on vmops script was not
called when migrating VM
* Add unit tests and address reviewers
|
||
|---|---|---|
| .. | ||
| xcposs | ||
| xcpserver | ||
| xenserver56 | ||
| xenserver56fp1 | ||
| xenserver60 | ||
| xenserver62 | ||
| xenserver65 | ||
| add_to_vcpus_params_live.sh | ||
| check_heartbeat.sh | ||
| cloud-clean-vlan.sh | ||
| cloud-plugin-storage | ||
| cloud-prepare-upgrade.sh | ||
| cloud-propagate-vlan.sh | ||
| cloud-setup-bonding.sh | ||
| cloudlog | ||
| cloudstack_pluginlib.py | ||
| cloudstack_plugins.conf | ||
| copy_vhd_from_secondarystorage.sh | ||
| copy_vhd_to_secondarystorage.sh | ||
| create_privatetemplate_from_snapshot.sh | ||
| kill_copy_process.sh | ||
| launch_hb.sh | ||
| logrotate | ||
| make_migratable.sh | ||
| mockxcpplugin.py | ||
| network_info.sh | ||
| ovs-get-bridge.sh | ||
| ovs-get-dhcp-iface.sh | ||
| ovs-pvlan | ||
| ovs-vif-flows.py | ||
| ovstunnel | ||
| perfmon.py | ||
| s3xenserver | ||
| setup_heartbeat_file.sh | ||
| setup_heartbeat_sr.sh | ||
| setup_iscsi.sh | ||
| setupxenserver.sh | ||
| storagePlugin | ||
| swift | ||
| swiftxenserver | ||
| upgrade_snapshot.sh | ||
| upgrade_vnc_config.sh | ||
| vmops | ||
| vmopsSnapshot | ||
| vmopspremium | ||
| xen-ovs-vif-flows.rules | ||
| xenheartbeat.sh | ||
| xs_cleanup.sh | ||