bareos: master 6904595a

Author Committer Branch Timestamp Parent
pstorz pstorz master 2020-06-03 15:23 master 0094f9be Pending
Changeset vmware: merged vmware into subdirectories

- moved vmware/ directory into core/src
- moved vmware plugin to src/plugins/filed
- introduced python vmware plugin test
- cmake: look for vmware-vix-disklib

To run the vmware test, do the following:

 * unpack vmware-vix-disklib into /usr/lib/vmware-vix-disklib-distrib
 * set the rquired variables when running cmake like this:

   cmake <src directory> \
   <usual configure settings> \
  -Dvmware_user=Administrator@vsphere.local\
  -Dvmware_password="p@$$w0rd" \
  -Dvmware_vm_name=testvm1 \
  -Dvmware_datacenter=mydc1 \
  -Dvmware_folder="/webservers" \
  -Dvmware_server=<ip_or_name_of_server>
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/cmake/BareosFindLibraryAndHeaders.cmake Diff File
mod - core/debian/control Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/CMakeLists.txt Diff File
mod - core/src/plugins/filed/CMakeLists.txt Diff File
add - core/src/vmware/debian/control Diff File
add - core/src/vmware/packaging/bareos-vmware.spec Diff File
mod - systemtests/CMakeLists.txt Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/fileset/VMwareTest.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/pool/Differential.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/pool/Full.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/pool/Incremental.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/pool/Scratch.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/profile/operator.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-dir.d/storage/File.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-fd.d/client/myself.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-fd.d/messages/Standard.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-sd.d/messages/Standard.conf Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/etc/bareos/bconsole.conf.in Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/reset_cbt.sh Diff File
add - systemtests/tests/python-fd-vmware-plugin-test/testrunner Diff File
rm - vmware/debian/control Diff File
rm - vmware/packaging/bareos-vmware.spec Diff File