mirror of https://github.com/apache/cloudstack.git
Merge pull request #982 from remibergsma/fix-s3-swift
CLOUDSTACK-9014 Rename xapi plugins for s3 and swift to make them work after renaming the callsMake renaming introduced in a8212d9ef4 work for S3 and Swift xapi plugins.
This PR is to address comments in PR #970
* pr/982:
Rename xapi plugins for s3 and swift to make them work after renaming the calls
Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
ab749ed97d
|
|
@ -29,7 +29,7 @@
|
|||
rotate 20
|
||||
}
|
||||
|
||||
/var/log/cloud/ovstunnel.log /var/log/cloud/ovs-pvlan.log /var/log/cloud/swiftxenserver.log /var/log/cloud/s3xenserver /var/log/cloud/storageplugin {
|
||||
/var/log/cloud/ovstunnel.log /var/log/cloud/ovs-pvlan.log /var/log/cloud/swiftxenserver.log /var/log/cloud/s3xenserver.log /var/log/cloud/storageplugin {
|
||||
daily
|
||||
size 1M
|
||||
rotate 2
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ import util
|
|||
import cloudstack_pluginlib as lib
|
||||
import logging
|
||||
|
||||
lib.setup_logging("/var/log/cloud/s3xen.log")
|
||||
lib.setup_logging("/var/log/cloud/s3xenserver.log")
|
||||
|
||||
NULL = 'null'
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ import util
|
|||
import cloudstack_pluginlib as lib
|
||||
import logging
|
||||
|
||||
lib.setup_logging("/var/log/cloud/swiftxen.log")
|
||||
lib.setup_logging("/var/log/cloud/swiftxenserver.log")
|
||||
|
||||
def echo(fn):
|
||||
def wrapped(*v, **k):
|
||||
|
|
@ -55,12 +55,12 @@ upgrade_snapshot.sh=..,0755,/opt/cloud/bin
|
|||
cloud-clean-vlan.sh=..,0755,/opt/cloud/bin
|
||||
cloud-prepare-upgrade.sh=..,0755,/opt/cloud/bin
|
||||
swift=..,0755,/opt/cloud/bin
|
||||
swiftxen=..,0755,/etc/xapi.d/plugins
|
||||
s3xen=..,0755,/etc/xapi.d/plugins
|
||||
swiftxenserver=..,0755,/etc/xapi.d/plugins
|
||||
s3xenserver=..,0755,/etc/xapi.d/plugins
|
||||
add_to_vcpus_params_live.sh=..,0755,/opt/cloud/bin
|
||||
|
||||
###add cloudstack plugin script for XCP
|
||||
cloudstack_plugins.conf=..,0644,/etc/xensource
|
||||
cloudstack_pluginlib.py=..,0755,/etc/xapi.d/plugins
|
||||
cloudlog=..,0644,/etc/logrotate.d
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
|
|
|
|||
|
|
@ -54,12 +54,12 @@ upgrade_snapshot.sh=..,0755,/opt/cloud/bin
|
|||
cloud-clean-vlan.sh=..,0755,/opt/cloud/bin
|
||||
cloud-prepare-upgrade.sh=..,0755,/opt/cloud/bin
|
||||
swift=..,0755,/opt/cloud/bin
|
||||
swiftxen=..,0755,/etc/xapi.d/plugins
|
||||
s3xen=..,0755,/etc/xapi.d/plugins
|
||||
swiftxenserver=..,0755,/etc/xapi.d/plugins
|
||||
s3xenserver=..,0755,/etc/xapi.d/plugins
|
||||
add_to_vcpus_params_live.sh=..,0755,/opt/cloud/bin
|
||||
|
||||
###add cloudstack plugin script for XCP
|
||||
cloudstack_plugins.conf=..,0644,/etc/xensource
|
||||
cloudstack_pluginlib.py=..,0755,/etc/xapi.d/plugins
|
||||
cloudlog=..,0644,/etc/logrotate.d
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
|
|
|
|||
|
|
@ -58,8 +58,8 @@ upgrade_snapshot.sh=..,0755,/opt/cloud/bin
|
|||
cloud-clean-vlan.sh=..,0755,/opt/cloud/bin
|
||||
cloud-prepare-upgrade.sh=..,0755,/opt/cloud/bin
|
||||
swift=..,0755,/opt/cloud/bin
|
||||
swiftxen=..,0755,/etc/xapi.d/plugins
|
||||
s3xen=..,0755,/etc/xapi.d/plugins
|
||||
swiftxenserver=..,0755,/etc/xapi.d/plugins
|
||||
s3xenserver=..,0755,/etc/xapi.d/plugins
|
||||
add_to_vcpus_params_live.sh=..,0755,/opt/cloud/bin
|
||||
ovs-pvlan=..,0755,/etc/xapi.d/plugins
|
||||
ovs-pvlan-dhcp-host.sh=../../../network,0755,/opt/cloud/bin
|
||||
|
|
@ -68,4 +68,4 @@ ovs-pvlan-cleanup.sh=../../../network,0755,/opt/cloud/bin
|
|||
ovs-get-dhcp-iface.sh=..,0755,/opt/cloud/bin
|
||||
ovs-get-bridge.sh=..,0755,/opt/cloud/bin
|
||||
cloudlog=..,0644,/etc/logrotate.d
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ upgrade_snapshot.sh=..,0755,/opt/cloud/bin
|
|||
cloud-clean-vlan.sh=..,0755,/opt/cloud/bin
|
||||
cloud-prepare-upgrade.sh=..,0755,/opt/cloud/bin
|
||||
swift=..,0755,/opt/cloud/bin
|
||||
swiftxen=..,0755,/etc/xapi.d/plugins
|
||||
s3xen=..,0755,/etc/xapi.d/plugins
|
||||
swiftxenserver=..,0755,/etc/xapi.d/plugins
|
||||
s3xenserver=..,0755,/etc/xapi.d/plugins
|
||||
add_to_vcpus_params_live.sh=..,0755,/opt/cloud/bin
|
||||
ovs-pvlan=..,0755,/etc/xapi.d/plugins
|
||||
ovs-pvlan-dhcp-host.sh=../../../network,0755,/opt/cloud/bin
|
||||
|
|
@ -64,4 +64,4 @@ ovs-pvlan-cleanup.sh=../../../network,0755,/opt/cloud/bin
|
|||
ovs-get-dhcp-iface.sh=..,0755,/opt/cloud/bin
|
||||
ovs-get-bridge.sh=..,0755,/opt/cloud/bin
|
||||
cloudlog=..,0644,/etc/logrotate.d
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ upgrade_snapshot.sh=..,0755,/opt/cloud/bin
|
|||
cloud-clean-vlan.sh=..,0755,/opt/cloud/bin
|
||||
cloud-prepare-upgrade.sh=..,0755,/opt/cloud/bin
|
||||
swift=..,0755,/opt/cloud/bin
|
||||
swiftxen=..,0755,/etc/xapi.d/plugins
|
||||
s3xen=..,0755,/etc/xapi.d/plugins
|
||||
swiftxenserver=..,0755,/etc/xapi.d/plugins
|
||||
s3xenserver=..,0755,/etc/xapi.d/plugins
|
||||
add_to_vcpus_params_live.sh=..,0755,/opt/cloud/bin
|
||||
ovs-pvlan=..,0755,/etc/xapi.d/plugins
|
||||
ovs-pvlan-dhcp-host.sh=../../../network,0755,/opt/cloud/bin
|
||||
|
|
@ -64,4 +64,4 @@ ovs-pvlan-cleanup.sh=../../../network,0755,/opt/cloud/bin
|
|||
ovs-get-dhcp-iface.sh=..,0755,/opt/cloud/bin
|
||||
ovs-get-bridge.sh=..,0755,/opt/cloud/bin
|
||||
cloudlog=..,0644,/etc/logrotate.d
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
update_host_passwd.sh=../..,0755,/opt/cloud/bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue