Skip to content

Commit 8ad3d8b

Browse files
Merge pull request #1415 from klgill/fix-openstackdataplane-typos
removed extra spaces and added note about DNS
2 parents fd6774d + 167d2ac commit 8ad3d8b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ endif::[]
560560
edpm_ovs_packages:
561561
- openvswitch3.3
562562
edpm_default_mounts:
563-
- path: /dev/hugepages<size>
564-
opts: pagesize=<size>
563+
- path: /dev/hugepages<size>
564+
opts: pagesize=<size>
565565
fstype: hugetlbfs
566566
group: hugetlbfs
567567
nodes:
@@ -572,6 +572,7 @@ done
572572
+
573573
* `${compute}.hostName` specifies the FQDN for the node if your deployment has a custom DNS Domain.
574574
* `${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.
575+
* `${compute}.ansible.ansibleHost` specifies the Ansible host for the Compute node. If you are not using DNS, use the value `${!ip}`.
575576
* `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.
576577
* `spec.tlsEnabled` specifies whether TLS Everywhere is enabled. If it is enabled, change `tlsEnabled` to `true`.
577578
* `spec.services` specifies the services to be adopted. If you are not adopting telemetry services, omit it from the services list.

0 commit comments

Comments
 (0)