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 virtual machine
- Installing NetBackup for OpenStack Components
- Installing on RHOSP
- Prepare for deployment
- Updating the overcloud roles data file to include NetBackup for OpenStack services
- Additional Steps on NetBackup for OpenStack Appliance
- Installing on Ansible OpenStack Ussuri
- Installing on Kolla
- 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
- Upgrading NetBackup for OpenStack
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup primary server
- NetBackup for OpenStack protections
- Performing snapshots, backups, and restores of OpenStack
- About restores
- Required restore.json file for CLI
- About schedules
- Performing Backup Administration tasks
- Disaster recovery
- Troubleshooting
- General Troubleshooting Tips
- Health check of NetBackup for OpenStack
- Important log files
Managing the trusts
NetBackup for OpenStack uses the OpenStack keystone trust system, which enables the NetBackup for OpenStack service user to act in the name of another OpenStack user.
This system is used during all backup and restore features.
OpenStack administrators should never have the need to directly work with the trusts created. The cloud-trust is created during the NetBackup for OpenStack configuration and further trusts are created as necessary upon creating or modifying a protection.
You can manage the trusts using the command line only.
To manage the trusts
- List all trusts.
nbosjm trust-list
- Show a trust.
nbosjm trust-show <trust_id>
- Create a trust.
nbosjm trust-create [--is_cloud_trust {True,False}] <role_name>
<role_name> Name of the role that trust is created for.
--is_cloud_trust Set to True to create cloud admin trust. While creating cloud trust use the same user and tenant which was used to configure NetBackup for OpenStack and keep the role admin.
- Delete a trust.
nbosjm trust-delete <trust_id>
<trust_id> ID of the trust to be deleted.