Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for OpenStack Administrator's Guide
  3. Deploying NetBackup for OpenStack
  4. Installing NetBackup for OpenStack Components
  5. Installing on Kolla Ussuri
  6. Copying the NetBackup for OpenStack deployment scripts to Kolla-ansible deploy scripts
NetBackup™ for OpenStack Administrator's Guide

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

  1. 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

  2. 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>
  3. 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

  4. 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

Feedback

Was this page helpful?
Previous

Copying the NetBackup for OpenStack deployment scripts

Next

Pushing NetBackup for OpenStack images to the local registry

Feedback

Was this page helpful?