Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Appendix A. Understanding the luks_tang_inventory.yml file
A.1. Configuration parameters for disk encryption Link kopierenLink in die Zwischenablage kopiert!
- hc_nodes (required)
A list of hyperconverged hosts that uses the back-end FQDN of the host, and the configuration details of those hosts. Configuration that is specific to a host is defined under that host’s back-end FQDN. Configuration that is common to all hosts is defined in the vars: section.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - blacklist_mpath_devices (optional)
By default, Red Hat Virtualization Host enables multipath configuration, which provides unique multipath names and worldwide identifiers for all disks, even when disks do not have underlying multipath configuration. Include this section if you do not have multipath configuration so that the multipath device names are not used for listed devices. Disks that are not listed here are assumed to have multipath configuration available, and require the path format
/dev/mapper/<WWID>instead of/dev/sdxwhen defined in subsequent sections of the inventory file.On a server with four devices (sda, sdb, sdc and sdd), the following configuration blacklists only two devices. The path format /dev/mapper/<WWID> is expected for devices not in this list.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - gluster_infra_luks_devices (required)
A list of devices to encrypt and the encryption passphrase to use for each device.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - devicename
-
The name of the device in the format
/dev/sdx. - passphrase
- The password to use for this device when configuring encryption. After disk encryption with Network-Bound Disk Encryption (NBDE) is configured, a new random key is generated, providing greater security.
- rootpassphrase (required)
The password that you used when you selected Encrypt my data during operating system installation on this host.
hc_nodes: hosts: host1backend.example.com: rootpassphrase: h1-Str0ngPa55#hc_nodes: hosts: host1backend.example.com: rootpassphrase: h1-Str0ngPa55#Copy to Clipboard Copied! Toggle word wrap Toggle overflow - rootdevice (required)
The root device that was encrypted when you selected Encrypt my data during operating system installation on this host.
hc_nodes: hosts: host1backend.example.com: rootdevice: /dev/sda2hc_nodes: hosts: host1backend.example.com: rootdevice: /dev/sda2Copy to Clipboard Copied! Toggle word wrap Toggle overflow - networkinterface (required)
The network interface this host uses to reach the NBDE key server.
hc_nodes: hosts: host1backend.example.com: networkinterface: ens3s0f0hc_nodes: hosts: host1backend.example.com: networkinterface: ens3s0f0Copy to Clipboard Copied! Toggle word wrap Toggle overflow - ip_version (required)
Whether to use IPv4 or IPv6 networking. Valid values are
IPv4andIPv6. There is no default value. Mixed networks are not supported.hc_nodes: vars: ip_version: IPv4hc_nodes: vars: ip_version: IPv4Copy to Clipboard Copied! Toggle word wrap Toggle overflow - ip_config_method (required)
Whether to use DHCP or static networking. Valid values are
dhcpandstatic. There is no default value.hc_nodes: vars: ip_config_method: dhcphc_nodes: vars: ip_config_method: dhcpCopy to Clipboard Copied! Toggle word wrap Toggle overflow The other valid value for this option is
static, which requires the following additional parameters and is defined individually for each host:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - gluster_infra_tangservers
The address of your NBDE key server or servers, including
http://. If your servers use a port other than the default (80), specify a port by appending:_port_to the end of the URL.hc_nodes: vars: gluster_infra_tangservers: - url: http://key-server1.example.com - url: http://key-server2.example.com:80hc_nodes: vars: gluster_infra_tangservers: - url: http://key-server1.example.com - url: http://key-server2.example.com:80Copy to Clipboard Copied! Toggle word wrap Toggle overflow
A.2. Example luks_tang_inventory.yml Link kopierenLink in die Zwischenablage kopiert!
Dynamically allocated IP addresses
Static IP addresses