From 167d2aca62a542b488e4d17d9c507545dbd6f228 Mon Sep 17 00:00:00 2001 From: Katie Gilligan Date: Thu, 11 Jun 2026 14:44:58 -0400 Subject: [PATCH] fixed variable description --- .../proc_adopting-compute-services-to-the-data-plane.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc b/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc index e3857dd5a..ed3e9a95a 100644 --- a/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc +++ b/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc @@ -560,8 +560,8 @@ endif::[] edpm_ovs_packages: - openvswitch3.3 edpm_default_mounts: - - path: /dev/hugepages - opts: pagesize= + - path: /dev/hugepages + opts: pagesize= fstype: hugetlbfs group: hugetlbfs nodes: @@ -572,6 +572,7 @@ done + * `${compute}.hostName` specifies the FQDN for the node if your deployment has a custom DNS Domain. * `${compute}.networks` specifies the network composition. The network composition must match the source cloud configuration to avoid data plane connectivity downtime. The `ctlplane` network must come first. The commands only retain IP addresses for the hosts on the `ctlplane` and `internalapi` networks. Repeat this step for other isolated networks, or update the resulting files manually. +* `${compute}.ansible.ansibleHost` specifies the Ansible host for the Compute node. If you are not using DNS, use the value `${!ip}`. * `metadata.name:` specifies the node set names for each cell, for example, `openstack-cell1`, `openstack-cell2`. Only create node sets for cells that contain Compute nodes. * `spec.tlsEnabled` specifies whether TLS Everywhere is enabled. If it is enabled, change `tlsEnabled` to `true`. * `spec.services` specifies the services to be adopted. If you are not adopting telemetry services, omit it from the services list.