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. Spinning up the NetBackup for OpenStack VM
  5. Creating the cloud-init image
  6. Providing the Metadata
NetBackup™ for OpenStack Administrator's Guide

Providing the Metadata

Cloud-init uses two files for its metadata.

The first file is called meta-data and contains the information about the network configuration. Following is an example of this file.

[root@kvm]# cat meta-data
instance-id: NetBackup for OpenStack
network-interfaces: |
   auto ens3
   iface ens3 inet static
   address 158.69.170.20
   netmask 255.255.255.0
   gateway 158.69.170.30

   dns-nameservers 11.11.0.51
local-hostname: nbos-controller.domain.org

Warning:

The instance-id has to match the VM name in virsh.

The second file is called user-data and contains little scripts and information to set up for example the user passwords. Following is an example of this file.

[root@kvm]# cat user-data
#cloud-config
chpasswd:
  list: |
    root:password1
    stack:password2
  expire: False

Feedback

Was this page helpful?
Previous

Needed tools

Next

Creating the image file

Feedback

Was this page helpful?