docs/doc/source/vnf_integration/bootstrap-data.rst
Juanita-Balaraj 63cd4f5fdc CephFS RWX Support in Host-based Ceph
Incorporated patchset 1 review comments
Updated patchset 5 review comments
Updated patchset 6 review comments
Fixed merge conflicts
Updated patchset 8 review comments

Change-Id: Icd7b08ab69273f6073b960a13cf59905532f851a
Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
2021-05-03 16:39:45 -04:00

894 B

Bootstrap Data

You can use one or more mechanisms to pass information to a new when it is originally launched. The can use this information for system configuration purposes or to determine running options for the services it provides.

The mechanisms used to convey information from the Cloud OS to the are the metadata server and config drive.

  • User data is made available to the through either the metadata service or the configuration drive.
  • The cloud-init package reads information from either the metadata server or the configuration drive.

Detailed information about the OpenStack metadata server, config drive, and cloud-init is available online.

For more information, see http://docs.openstack.org.