NetBackup™ for OpenStack Administrator's Guide
- Introduction
- Deploying NetBackup for OpenStack
- Requirements
- NetBackup for OpenStack network considerations
- Preparing the installation
- Spinning up the NetBackup for OpenStack VM
- Installing NetBackup for OpenStack Components
- Installing on RHOSP
- Prepare for deployment
- Updating the overcloud roles data file to include NetBackup for OpenStack services
- Verifying the deployment
- Additional Steps on NetBackup for OpenStack Appliance
- Installing on Ansible OpenStack Ussuri
- Installing on Kolla Ussuri
- Pushing NetBackup for OpenStack images to the local registry
- Installing on RHOSP
- Configuring NetBackup for OpenStack
- Post Installation Health-Check
- Uninstalling NetBackup for OpenStack
- Uninstalling from RHOSP
- Uninstalling from Ansible OpenStack
- Uninstalling from Kolla Openstack
- Uninstalling from RHOSP
- Install nbosjm CLI client
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup Master Server
- NetBackup for OpenStack policies
- Performing backups and restores of OpenStack
- About restores
- Required restore.json for CLI
- Configuring and starting a file search in Horizon
- Performing Backup Administration tasks
- NBOS Backup Admin Area
- Policy Attributes
- Policy Quotas
- Managing Trusts
- Policy import and migration
- Disaster Recovery
- Example runbook for disaster recovery using NFS
- Disaster recovery of a single policy
- Copy the policy directories to the configured NFS Volume
- Make the Mount-Paths available
- Reassign the policy
- Restore the policy
- Clean up
- Disaster recovery of a complete cloud
- Reconfigure the Target NetBackup for OpenStack installation
- Make the Mount-Paths available
- Reassign the policy
- Restore the policy
- Reconfigure the Target NetBackup for OpenStack installation back to the original one
- Clean up
- Troubleshooting
- General Troubleshooting Tips
- Health check of NetBackup for OpenStack
- Important log files
Copying the NetBackup for OpenStack deployment scripts to Kolla-ansible deploy scripts
To copy the NetBackup for OpenStack deployment scripts to Kolla-ansible deploy scripts
- Add NetBackup for OpenStack global variables to
globals.yml
.Take backup of
globals.yml
.cp /etc/kolla/globals.yml /opt/
Append NetBackup for OpenStack global variables to
globals.yml
.cat kolla/NetBackupOpenStack_globals.yml >> /etc/kolla/globals.yml
- Add NetBackup for OpenStack passwords to kolla
passwords.yaml
file.Append
NetBackupOpenStack_passwords.yml
to/etc/kolla/passwords.yml
. Passwords are empty. Set these passwords manually in the/etc/kolla/passwords.yml
.Take backup of
passwords.yml
.cp /etc/kolla/passwords.yml /opt/
Append NetBackup for OpenStack global variables to
passwords.yml
.cat kolla/NetBackupOpenStack_passwords.yml >> /etc/kolla/passwords.yml
Edit
/etc/kolla/passwords.yml
. At the end of the file, set NetBackup for OpenStack passwords.NetBackupOpenStack_keystone_password: <password> NetBackupOpenStack_database_password: <password>
- Append
NetBackupOpenStack_site.yml
content to kolla ansible's site.yml file.Take backup of
site.yml
.cp /path/to/venv/share/kolla-ansible/ansible/site.yml /opt/
Append NetBackup for OpenStack code to
site.yml
.cat kolla/NetBackupOpenStack_site.yml >> /path/to/venv/share/kolla-ansible/ansible/site.yml
- Append
NetBackupOpenStack_inventory.txt
to your cloud's kolla-ansible inventory file.cat kolla/NetBackupOpenStack_inventory.txt >> <your inventory file name path>
For example,
cat kolla/NetBackupOpenStack_inventory.txt >> /root/multinode