OpenStack Installation with Package Manager
Prerequisites
The Plugin Directory
directive of the File Daemon
resource in /opt/bacula/etc/bacula-fd.conf
should point to the location where the openstack-fd.so
plugin is installed. The default directory is: /opt/bacula/plugins
FileDaemon {
Name = bacula-fd
Plugin Directory = /opt/bacula/plugins
...
}
Installation Steps
To install the Bacula File Daemon, refer to PackageManagerBERHELCentOS.
To install the OpenStack Plugin, it is necessary to configure the OpenStack Plugin repository and install the package using a package manager.
For example, the OpenStack Plugin repository for a Red Hat repository, named /etc/yum.repos.d/Bacula-Enterprise-OpenStack-plugin.repo
,
should have the following contents:
[Bacula-Enterprise-OpenStack-plugin]
name= Bacula Enterprise
baseurl=https://www.baculasystems.com/dl/@@customer@@/rpms/openstack/@@bee-version@@/@@rhel@@-@@arch@@/
enabled=1
protect=0
gpgcheck=1
Then, use either dnf install
or yum install
to install the OpenStack Plugin:
# yum install bacula-enterprise-openstack-plugin
or
# dnf install bacula-enterprise-openstack-plugin
Go back to: Installation.