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 RHOSP
  6. Deploying the overcloud with NetBackup OpenStack environment
NetBackup™ for OpenStack Administrator's Guide

Deploying the overcloud with NetBackup OpenStack environment

Use the following heat environment file and roles data file in overcloud deploy command:

  1. nbos_env.yaml

  2. roles_data.yaml

  3. Use correct NetBackup OpenStack endpoint map file as per available Keystone endpoint configuration

    Instead of tls-endpoints-public-dns.yaml file, use environments/nbos_env_tls_endpoints_public_dns.yaml

    Instead of tls-endpoints-public-ip.yaml file, useenvironments/nbos_env_tls_endpoints_public_ip.yaml

    Instead of tls-everywhere-endpoints-dns.yaml file, useenvironments/nbos_env_tls_everywhere_dns.yaml

To include new environment files use -e option and for roles data file use -r option.

An example of overcloud deploy command:

openstack overcloud deploy --templates \
  -e /home/stack/templates/node-info.yaml \
  -e /home/stack/templates/overcloud_images.yaml \
  -e /home/stack/nbos-cfg-scripts/redhat-director-scripts/
					<RHOSP_RELEASE_DIRECTORY>/environments/nbos_env.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/
					enable-tls.yaml \
  -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/
     inject-trust-anchor.yaml \
  -e /home/stack/nbos-cfg-scripts/redhat-director-scripts/<RHOSP_RELEASE_
					DIRECTORY>/environments/nbos_env_tls_endpoints_public_dns.yaml \
  --ntp-server 192.168.1.34 \
  --libvirt-type qemu \
  --log-file overcloud_deploy.log \
  -r /home/stack/templates/roles_data.yaml

Feedback

Was this page helpful?
Previous

Providing the environment details in nbos_env.yaml

Next

Verifying the deployment

Feedback

Was this page helpful?